r11598 - packages/trunk/gamine/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Jan 2 17:23:07 UTC 2011


Author: goneri
Date: 2011-01-02 17:23:02 +0000 (Sun, 02 Jan 2011)
New Revision: 11598

Modified:
   packages/trunk/gamine/debian/control
   packages/trunk/gamine/debian/rules
Log:
call dh will --with quilt


Modified: packages/trunk/gamine/debian/control
===================================================================
--- packages/trunk/gamine/debian/control	2011-01-02 17:19:38 UTC (rev 11597)
+++ packages/trunk/gamine/debian/control	2011-01-02 17:23:02 UTC (rev 11598)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev, libcairo2-dev,
- libgstreamer0.10-dev, docbook-to-man, quilt, libgconf2-dev
+ libgstreamer0.10-dev, docbook-to-man, quilt (>= 0.46-7~), libgconf2-dev
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gamine/

Modified: packages/trunk/gamine/debian/rules
===================================================================
--- packages/trunk/gamine/debian/rules	2011-01-02 17:19:38 UTC (rev 11597)
+++ packages/trunk/gamine/debian/rules	2011-01-02 17:23:02 UTC (rev 11598)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with quilt
 
 override_dh_auto_build:
 	$(MAKE) PREFIX=/usr BINDIR=/usr/games DESTDIR=$(CURDIR)/debian/tmp PKGDATADIR=/usr/share/games/gamine




More information about the Pkg-games-commits mailing list