This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag debian/2.5.2-7 in repository nexuiz-data.
commit 82ad59a8645426e6383881c93ce777fef6da57f8 Author: Simon McVittie <[email protected]> Date: Tue Jan 2 10:29:46 2018 +0000 Disable pristine-tar The delta is almost as large as the upstream tarball for this package, so it doesn't seem useful. --- debian/changelog | 2 ++ debian/gbp.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ed27896..7deb05e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ nexuiz-data (2.5.2-7) UNRELEASED; urgency=low * Wrap and sort control files * Update to standards version 4.1.3 (no further changes) * Move to debhelper compat level 11 + * Disable pristine-tar. The delta is almost as large as the upstream + tarball for this package, so it doesn't seem useful. -- Anton Balashov <[email protected]> Fri, 23 Aug 2013 09:18:43 +0400 diff --git a/debian/gbp.conf b/debian/gbp.conf index 76a4dd1..0d4cfbc 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] -pristine-tar = True +pristine-tar = False debian-branch = debian/master upstream-branch = upstream/latest patch-numbers = False -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nexuiz-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

