diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 14:12:43 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 14:12:43 -0700 |
commit | e7bfab0696a853e811217cbf834458bbc9dd0036 (patch) | |
tree | 3d42b328f515c8c5448fb24e68adf64b8f476df1 | |
parent | dec2d15242727cb2d7f138ead9969413a8b73351 (diff) |
Drop now-unneeded dh_builddeb override for xz compression
Change-Id: Iac7c9bffb20e86b2b7dc5aa2b1acdfae928265cf
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 65d3155..68d3506 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ wallet (1.1-1) UNRELEASED; urgency=medium * Rebuild Autoconf and Automake files during the build. * Define AUTOMATED_TESTING to enable some additional Perl tests. * Adjust debian/rules for the new Module::Build Perl build system. + * Drop now-unneeded dh_builddeb override for xz compression. * Update standards version to 3.9.5 (no changes required). -- Russ Allbery <rra@debian.org> Wed, 16 Jul 2014 13:51:23 -0700 diff --git a/debian/rules b/debian/rules index ce5ad97..1d2f446 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,3 @@ override_dh_installchangelogs: override_dh_compress: dh_compress -X examples - -override_dh_builddeb: - dh_builddeb -- -Zxz |