This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository extremetuxracer.
commit 697e917a31a65770fd2fd2b3d33e4cd15153bcfe Author: Markus Koschany <[email protected]> Date: Thu Dec 3 17:10:34 2015 +0100 Remove quilt build-dependency because source format 3.0 uses quilt by default. --- debian/control | 1 - debian/rules | 2 -- 2 files changed, 3 deletions(-) diff --git a/debian/control b/debian/control index c40ef83..1dd69cc 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Build-Depends: libxi-dev, libxmu-dev, pkg-config, - quilt, sharutils, tcl8.5-dev Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index 40a73fc..ba25a16 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,6 @@ endif config.status: configure dh_testdir - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif @@ -57,7 +56,6 @@ build-indep-stamp: config.status clean: dh_testdir dh_testroot - QUILT_PATCHES=debian/patches quilt pop -a -R -f || test $$? = 2 [ ! -f Makefile ] || $(MAKE) distclean # remove temporary directory used for the additional documentation in the -data package rm -rf debian/docs-data/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/extremetuxracer.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

