This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit e6f9cbd4a7805f02e576ce1f42ae6463b8dc3c53 Author: Mattia Rizzolo <[email protected]> Date: Tue Aug 22 14:20:38 2017 +0200 d/source/options: remove the file, compression=xz has been the default for a long while Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 2 ++ debian/source/options | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8bfb945..435c27d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ devscripts (2.17.10) UNRELEASED; urgency=medium * debian/control: + Mark build-dependencies needed only for the tests with the <!nocheck> build profile; partially addresses: #870640 + * debian/source/options: + + Remove the file, compression=xz has been the default for a long while. [ Antonio Terceiro ] * debc: diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 161b7e0..0000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression=xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
