r3700 - packages/trunk/oolite/debian

Eddy Petrisor eddyp-guest at alioth.debian.org
Thu Aug 16 09:17:23 UTC 2007


Author: eddyp-guest
Date: 2007-08-16 09:17:23 +0000 (Thu, 16 Aug 2007)
New Revision: 3700

Modified:
   packages/trunk/oolite/debian/changelog
   packages/trunk/oolite/debian/control
   packages/trunk/oolite/debian/rules
Log:
first UNTESTED set of changes to comply with changes suggested in http://lists.alioth.debian.org/pipermail/pkg-games-devel/2007-July/004000.html

Modified: packages/trunk/oolite/debian/changelog
===================================================================
--- packages/trunk/oolite/debian/changelog	2007-08-15 21:09:22 UTC (rev 3699)
+++ packages/trunk/oolite/debian/changelog	2007-08-16 09:17:23 UTC (rev 3700)
@@ -1,12 +1,18 @@
-oolite (1.65-6) UNRELEASED; urgency=low
+oolite (1.65-6) UNRELEASED-experimental; urgency=low
 
-  * NOT RELEASED YET
-
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed,  7 Mar 2007 15:58:14 +0200
+  [ Eddy Petrișor ]
+  * changes according to
+    http://lists.alioth.debian.org/pipermail/pkg-games-devel/2007-July/004000.html
+    - upload to experimental as suggested
+    - 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)
 
+ -- Eddy Petrișor <eddy.petrisor at gmail.com>  Thu, 16 Aug 2007 12:13:56 +0300
+
 oolite (1.65-5) unstable; urgency=low
 
   * remove debian/svn-deblayout from the source since it holds 0 value for the

Modified: packages/trunk/oolite/debian/control
===================================================================
--- packages/trunk/oolite/debian/control	2007-08-15 21:09:22 UTC (rev 3699)
+++ packages/trunk/oolite/debian/control	2007-08-16 09:17:23 UTC (rev 3700)
@@ -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, 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
 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/rules
===================================================================
--- packages/trunk/oolite/debian/rules	2007-08-15 21:09:22 UTC (rev 3699)
+++ packages/trunk/oolite/debian/rules	2007-08-16 09:17:23 UTC (rev 3700)
@@ -30,16 +30,14 @@
 
 build-stamp: patch configure-stamp
 	dh_testdir
-	. /usr/share/GNUstep/Makefiles/GNUstep.sh ; \
-	$(MAKE)
+	gs_make
 	touch build-stamp
 
 clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	. /usr/share/GNUstep/Makefiles/GNUstep.sh ; \
-	$(MAKE) distclean clean
+	gs_make distclean clean
 	rm -fr oolite.app
 	dh_clean
 




More information about the Pkg-games-commits mailing list