r4358 - in packages/trunk/oolite/debian: . patches

Eddy Petrisor eddyp-guest at alioth.debian.org
Sun Oct 7 20:27:43 UTC 2007


Author: eddyp-guest
Date: 2007-10-07 20:27:43 +0000 (Sun, 07 Oct 2007)
New Revision: 4358

Added:
   packages/trunk/oolite/debian/patches/series
Modified:
   packages/trunk/oolite/debian/changelog
   packages/trunk/oolite/debian/control
   packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff
   packages/trunk/oolite/debian/rules
Log:
enable the patch that allows oolite to build against experimental gs_make and the eperimental libgnustep-base-dev; all done via quilt magic

Modified: packages/trunk/oolite/debian/changelog
===================================================================
--- packages/trunk/oolite/debian/changelog	2007-10-07 13:32:45 UTC (rev 4357)
+++ packages/trunk/oolite/debian/changelog	2007-10-07 20:27:43 UTC (rev 4358)
@@ -10,9 +10,10 @@
     - use gs_make instead of sourcing
       /usr/lib/GNUstep/System/Makefiles/GNUstep.sh and running $(MAKE)
     - bumped versioned build depends on libgnustep-base-dev to (>= 1.14.0)
+    - added a Build-Depends on quilt since we needed a patch to obtain this
   * install the .desktop file; patch thanks to Mario Bonino from Ubuntu
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sun, 23 Sep 2007 20:57:56 +0300
+ -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sat, 06 Oct 2007 15:19:16 +0300
 
 oolite (1.65-5) unstable; urgency=low
 

Modified: packages/trunk/oolite/debian/control
===================================================================
--- packages/trunk/oolite/debian/control	2007-10-07 13:32:45 UTC (rev 4357)
+++ packages/trunk/oolite/debian/control	2007-10-07 20:27:43 UTC (rev 4358)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Eddy Petrișor <eddy.petrisor at gmail.com>
-Build-Depends: debhelper (>= 4.0.0), libgnustep-base-dev (>= 1.14.0) , libsdl-mixer1.2-dev, libsdl-image1.2-dev, libglu1-mesa-dev
+Build-Depends: debhelper (>= 4.0.0), libgnustep-base-dev (>= 1.14.0) , libsdl-mixer1.2-dev, libsdl-image1.2-dev, libglu1-mesa-dev, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/oolite/
 XS-Autobuild: yes

Modified: packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff
===================================================================
--- packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff	2007-10-07 13:32:45 UTC (rev 4357)
+++ packages/trunk/oolite/debian/patches/fix-postamble-experimental.diff	2007-10-07 20:27:43 UTC (rev 4358)
@@ -1,7 +1,9 @@
 only in patch2:
 unchanged:
---- oolite-1.65.orig/GNUmakefile.postamble
-+++ oolite-1.65/GNUmakefile.postamble
+Index: oolite-1.65/GNUmakefile.postamble
+===================================================================
+--- oolite-1.65.orig/GNUmakefile.postamble	2006-07-18 20:34:25.000000000 +0300
++++ oolite-1.65/GNUmakefile.postamble	2007-10-06 15:06:35.000000000 +0300
 @@ -3,13 +3,13 @@
  # These copy all the base data files into where oolite expects them
  # to live (Contents/Resources)

Added: packages/trunk/oolite/debian/patches/series
===================================================================
--- packages/trunk/oolite/debian/patches/series	                        (rev 0)
+++ packages/trunk/oolite/debian/patches/series	2007-10-07 20:27:43 UTC (rev 4358)
@@ -0,0 +1 @@
+fix-postamble-experimental.diff

Modified: packages/trunk/oolite/debian/rules
===================================================================
--- packages/trunk/oolite/debian/rules	2007-10-07 13:32:45 UTC (rev 4357)
+++ packages/trunk/oolite/debian/rules	2007-10-07 20:27:43 UTC (rev 4358)
@@ -76,8 +76,10 @@
 
 patch:
 	mkdir -p Contents Resources
+	QUILT_PATCHES=debian/patches quilt push -a
 
 unpatch: 
+	QUILT_PATCHES=debian/patches quilt pop -a
 	set -e ; if [ -d Resources ]; then \
 	rmdir Resources ; \
 	fi




More information about the Pkg-games-commits mailing list