summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-06-02 15:22:44 +0800
committerAron Xu <aron@debian.org>2012-06-02 15:22:44 +0800
commit9dac3d8f8fe18610a18dfa2d8d55f37f95dc7f5c (patch)
tree0851a9d2e4415845f9d5015e4cc4848c23be163d /debian
parentacd7701fd51d5e81693b7a905b758a0a98294b07 (diff)
downloadlibxml2-9dac3d8f8fe18610a18dfa2d8d55f37f95dc7f5c.tar.gz
Style change of using dh --with.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 68e802e..cf6ee0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxml2 (2.8.0+dfsg1-2) unstable; urgency=low
- Remove "M-A: same" from libxml2-dev (Closes: #674474).
- Add "M-A: foreign" to libxml2-doc.
* debian/rules:
+ - Style change on calling dh using --with.
- Enable all hardening features.
- The sed command for removing DEB_HOST_MULTIARCH is not reverted
because it's generally a good idea to avoid it here.
diff --git a/debian/rules b/debian/rules
index c85dbff..5087e7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,6 +121,6 @@ override_dh_makeshlibs:
dh_makeshlibs -a $(if $(WITH_UDEB),--add-udeb=libxml2-udeb )-V 'libxml2 (>= 2.7.4)' -- -c4
%:
- dh $@ --with autoreconf --with python2
+ dh $@ --with autoreconf,python2