diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-02-21 12:23:04 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-12 15:22:32 +0000 |
commit | 670c5f4b00dadf7873e613c49a55eaead804e4c1 (patch) | |
tree | b00552d0351f89b41339685528401e7d0cbac46a | |
parent | Updating vcs fields. (diff) | |
download | plzip-670c5f4b00dadf7873e613c49a55eaead804e4c1.tar.xz plzip-670c5f4b00dadf7873e613c49a55eaead804e4c1.zip |
Removing manual settings for xz compression.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/source/options | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 5903b9d..d02bb0a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,5 @@ override_dh_auto_test: # disabled, see #608642 for more information endif -override_dh_builddeb: - dh_builddeb -- -Zxz - override_dh_strip: dh_strip --dbg-package=plzip-dbg diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 5bd47b7..0000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression = xz |