r10596 - in packages/trunk/performous/debian: . source

Miriam Ruiz miriam at alioth.debian.org
Thu Dec 10 03:03:43 UTC 2009


Author: miriam
Date: 2009-12-10 03:03:40 +0000 (Thu, 10 Dec 2009)
New Revision: 10596

Added:
   packages/trunk/performous/debian/README.source
   packages/trunk/performous/debian/source/
   packages/trunk/performous/debian/source/format
Modified:
   packages/trunk/performous/debian/changelog
   packages/trunk/performous/debian/control
   packages/trunk/performous/debian/rules
Log:
Make the package build



Added: packages/trunk/performous/debian/README.source
===================================================================
--- packages/trunk/performous/debian/README.source	                        (rev 0)
+++ packages/trunk/performous/debian/README.source	2009-12-10 03:03:40 UTC (rev 10596)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog	2009-12-09 19:24:37 UTC (rev 10595)
+++ packages/trunk/performous/debian/changelog	2009-12-10 03:03:40 UTC (rev 10596)
@@ -3,8 +3,9 @@
   [ Miriam Ruiz ]
   * New upstream release. Closes: #558689
   * Updated package description
-  * Switched to the new source package formats 3.0
+  * Switched to the new source package format 3.0
     See: http://wiki.debian.org/Projects/DebSrc3.0
+  * Upgraded Standards-Version from 3.8.2 to 3.8.3
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 02 Dec 2009 22:31:10 +0100
 

Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control	2009-12-09 19:24:37 UTC (rev 10595)
+++ packages/trunk/performous/debian/control	2009-12-10 03:03:40 UTC (rev 10596)
@@ -1,7 +1,7 @@
 Source: performous
 Section: games
 Priority: extra
-Format: 3.0  (native)
+Format: 3.0 (native)
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: debhelper (>= 5.0.51), cmake (>= 2.6), quilt, help2man, 
@@ -13,7 +13,7 @@
  libmagick++9-dev, libsamplerate0-dev, libxml++2.6-dev,
  libasound2-dev, libjack-dev, libpulse-dev, portaudio19-dev,
  libgstreamer0.10-dev, libglew1.5-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ultrastar-ng/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ultrastar-ng/?op=log
 Homepage: http://performous.org/

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2009-12-09 19:24:37 UTC (rev 10595)
+++ packages/trunk/performous/debian/rules	2009-12-10 03:03:40 UTC (rev 10596)
@@ -8,11 +8,13 @@
 
 BUILD_TREE=$(CURDIR)/build-tree
 
+patch:
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	
+	$(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)
@@ -30,12 +32,11 @@
 clean: configure
 	dh_testdir
 	dh_testroot
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -f build-stamp configure-stamp
 	if [ -d $(BUILD_TREE) ]; then cd $(BUILD_TREE); $(MAKE) clean; fi
 	rm -fr $(BUILD_TREE)
 	$(MAKE) -C debian/h2m clean
-	rm -fr .pc
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
 install: build

Added: packages/trunk/performous/debian/source/format
===================================================================
--- packages/trunk/performous/debian/source/format	                        (rev 0)
+++ packages/trunk/performous/debian/source/format	2009-12-10 03:03:40 UTC (rev 10596)
@@ -0,0 +1 @@
+3.0 (native)




More information about the Pkg-games-commits mailing list