r13120 - packages/trunk/performous/debian

Ansgar Burchardt ansgar at alioth.debian.org
Sun Jan 15 21:49:22 UTC 2012


Author: ansgar
Date: 2012-01-15 21:49:22 +0000 (Sun, 15 Jan 2012)
New Revision: 13120

Modified:
   packages/trunk/performous/debian/changelog
   packages/trunk/performous/debian/control
   packages/trunk/performous/debian/rules
Log:
* Remove quilt references from debian/control and debian/rules.
  The package already uses the 3.0 (quilt) source format.
* Bump Standards-Version to 3.9.2 (no changes).

Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog	2012-01-15 21:46:43 UTC (rev 13119)
+++ packages/trunk/performous/debian/changelog	2012-01-15 21:49:22 UTC (rev 13120)
@@ -1,10 +1,13 @@
-performous (0.6.1-4) UNRELEASED; urgency=low
+performous (0.6.1-4) unstable; urgency=low
 
   * Team upload.
   * Add missing include for libav0.8. (Closes: #654221)
   * Use xz compression for binary packages.
+  * Remove quilt references from debian/control and debian/rules.
+    The package already uses the 3.0 (quilt) source format.
+  * Bump Standards-Version to 3.9.2 (no changes).
 
- -- Ansgar Burchardt <ansgar at debian.org>  Sun, 15 Jan 2012 22:43:24 +0100
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 15 Jan 2012 22:48:58 +0100
 
 performous (0.6.1-3) unstable; urgency=low
 

Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control	2012-01-15 21:46:43 UTC (rev 13119)
+++ packages/trunk/performous/debian/control	2012-01-15 21:49:22 UTC (rev 13120)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: debhelper (>= 7),
- cmake (>= 2.6), pkg-config, quilt, help2man, gettext,
+ cmake (>= 2.6), pkg-config, help2man, gettext,
  libgl1-mesa-dev, libsdl1.2-dev, libcairo2-dev, librsvg2-dev,
  libboost-thread-dev (>= 1.36), libboost-serialization-dev (>= 1.36),
  libboost-program-options-dev (>= 1.36), libboost-regex-dev (>= 1.36),
@@ -13,7 +13,7 @@
  libmagick++-dev, libsamplerate0-dev, libxml++2.6-dev,
  libasound2-dev, libjack-dev, libpulse-dev, portaudio19-dev,
  libgstreamer0.10-dev, libglew1.5-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/performous/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/performous/?op=log
 Homepage: http://performous.org/

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2012-01-15 21:46:43 UTC (rev 13119)
+++ packages/trunk/performous/debian/rules	2012-01-15 21:49:22 UTC (rev 13120)
@@ -8,13 +8,9 @@
 
 BUILD_TREE=$(CURDIR)/build-tree
 
-patch:
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	# Perform an out-of-tree build to keep a clean source tree
 	rm -rf $(BUILD_TREE)
 	mkdir $(BUILD_TREE)
@@ -44,7 +40,6 @@
 	if [ -d $(BUILD_TREE) ]; then cd $(BUILD_TREE); $(MAKE) clean; fi
 	rm -fr $(BUILD_TREE)
 	$(MAKE) -C debian/h2m clean
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list