diff options
Diffstat (limited to 'debian')
| -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 | 
