This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 9c4320832595d8f8f5168a37679fc4e901a2e974 Author: Guillem Jover <[email protected]> Date: Sun Sep 24 17:24:48 2017 +0200 debian: Do not set redundant source compression to xz The default source compression has been xz for a while. --- Makefile.am | 1 - debian/changelog | 1 + debian/source/options | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a77902..b380b02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,6 @@ EXTRA_DIST = \ debian/libdpkg-perl.lintian-overrides \ debian/source/lintian-overrides \ debian/source/format \ - debian/source/options \ debian/usertags \ debian/rules \ debian/shlibs.default \ diff --git a/debian/changelog b/debian/changelog index 6885457..c48af57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -122,6 +122,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium - Remove now unused libio-string-perl Build-Depends, and versioned dpkg-dev as we do not use build profiles any more. - Set Rules-Requires-Root field to no. + - Do not set redundant source compression to xz. * Test suite: - Enable perlcritic Documentation::RequirePodSections and Miscellanea::ProhibitTies. diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index f973ce5..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -# Use xz compression by default, we save 4.6 MiB -compression = "xz" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

