diff --git a/debian/changelog b/debian/changelog index 60c06da..3878ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libnetconf2 (3.5.5-3) sid; urgency=medium + + * Disabling dh_auto_install when building arch-independ only (Closes: + #1098378). + + -- Daniel Baumann Thu, 20 Feb 2025 06:45:12 +0100 + libnetconf2 (3.5.5-2) sid; urgency=medium * Uploading without changes to unstable. diff --git a/debian/rules b/debian/rules index 6fe66cf..ca2f7bb 100755 --- a/debian/rules +++ b/debian/rules @@ -21,3 +21,6 @@ override_dh_auto_configure: override_dh_auto_build-indep: dh_auto_build -- doc + +override_dh_auto_install-indep: + # disabled