r13623 - packages/trunk/jstest-gtk/debian

Stephen Kitt steve-guest at alioth.debian.org
Sun May 27 17:03:29 UTC 2012


Author: steve-guest
Date: 2012-05-27 17:03:27 +0000 (Sun, 27 May 2012)
New Revision: 13623

Modified:
   packages/trunk/jstest-gtk/debian/changelog
   packages/trunk/jstest-gtk/debian/control
   packages/trunk/jstest-gtk/debian/rules
Log:
Drop build-dependency on quilt, and correct debian/rules appropriately.

Modified: packages/trunk/jstest-gtk/debian/changelog
===================================================================
--- packages/trunk/jstest-gtk/debian/changelog	2012-05-27 16:35:50 UTC (rev 13622)
+++ packages/trunk/jstest-gtk/debian/changelog	2012-05-27 17:03:27 UTC (rev 13623)
@@ -7,6 +7,8 @@
   * Correct Vcs-Browser URL.
   * Restore watch file.
   * Remove obsolete Encoding key from the desktop file.
+  * Drop build-dependency on quilt, and correct debian/rules
+    appropriately.
 
  -- Stephen Kitt <steve at sk2.org>  Fri, 25 May 2012 06:42:17 +0200
 

Modified: packages/trunk/jstest-gtk/debian/control
===================================================================
--- packages/trunk/jstest-gtk/debian/control	2012-05-27 16:35:50 UTC (rev 13622)
+++ packages/trunk/jstest-gtk/debian/control	2012-05-27 17:03:27 UTC (rev 13623)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen Kitt <steve at sk2.org>
-Build-Depends: debhelper (>= 7), scons, dh-buildinfo, quilt,
+Build-Depends: debhelper (>= 7), scons, dh-buildinfo,
  libgtkmm-2.4-dev, libsigc++-2.0-dev, libexpat1-dev, libx11-dev
 Standards-Version: 3.9.1
 Homepage: http://pingus.seul.org/~grumbel/jstest-gtk/

Modified: packages/trunk/jstest-gtk/debian/rules
===================================================================
--- packages/trunk/jstest-gtk/debian/rules	2012-05-27 16:35:50 UTC (rev 13622)
+++ packages/trunk/jstest-gtk/debian/rules	2012-05-27 17:03:27 UTC (rev 13623)
@@ -6,7 +6,6 @@
 config: config-stamp
 config-stamp: 
 	dh_testdir
-	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
 	sed -e 's/:CFLAGS:/$(CFLAGS)/' < debian/options.cache > options.cache
 	touch $@
 
@@ -29,7 +28,6 @@
 	rm -f config.log options.cache
 	rm -f rm .sconsign.dblite
 	rm -rf .sconf_temp build
-	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list