Compare commits
2 commits
4423f3e3d7
...
d7b5a9848d
Author | SHA1 | Date | |
---|---|---|---|
d7b5a9848d | |||
6da3a246d8 |
2 changed files with 10 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <daniel@debian.org> Thu, 20 Feb 2025 06:45:12 +0100
|
||||||
|
|
||||||
libnetconf2 (3.5.5-2) sid; urgency=medium
|
libnetconf2 (3.5.5-2) sid; urgency=medium
|
||||||
|
|
||||||
* Uploading without changes to unstable.
|
* Uploading without changes to unstable.
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -21,3 +21,6 @@ override_dh_auto_configure:
|
||||||
|
|
||||||
override_dh_auto_build-indep:
|
override_dh_auto_build-indep:
|
||||||
dh_auto_build -- doc
|
dh_auto_build -- doc
|
||||||
|
|
||||||
|
override_dh_auto_install-indep:
|
||||||
|
# disabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue