[gtkballs] 03/25: Remove quilt from Build-Depends and do not build with quilt because

Markus Koschany apo at moszumanska.debian.org
Fri Sep 2 20:27:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository gtkballs.

commit 87447510eb5f93e0d40679d2c1010caf59b106fe
Author: Markus Koschany <apo at debian.org>
Date:   Fri Sep 2 20:56:55 2016 +0200

    Remove quilt from Build-Depends and do not build with quilt because
    
    source format 3.0 uses quilt by default.
---
 debian/control | 1 -
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 061ef49..ce36018 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9~),
  libgtk2.0-dev (>= 2.0.6),
  libncurses5-dev,
  libpango1.0-dev,
- quilt (>= 0.46-7),
  autotools-dev (>= 20100122.1)
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/gtkballs.git/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/gtkballs.git
diff --git a/debian/rules b/debian/rules
index 80bdae8..ab89101 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt,autotools_dev
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	LOCALEDIR=\"/usr/share/games/locale\" ./configure --localstatedir=/var/games --bindir=/usr/games --prefix=/usr --datadir=/usr/share/games --mandir=/usr/share/man

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gtkballs.git



More information about the Pkg-games-commits mailing list