r3668 - in packages/trunk/sturmbahnfahrer/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Tue Aug 14 07:53:09 UTC 2007


Author: baby-guest
Date: 2007-08-14 07:53:09 +0000 (Tue, 14 Aug 2007)
New Revision: 3668

Modified:
   packages/trunk/sturmbahnfahrer/debian/README.Debian
   packages/trunk/sturmbahnfahrer/debian/changelog
   packages/trunk/sturmbahnfahrer/debian/control
   packages/trunk/sturmbahnfahrer/debian/docs
   packages/trunk/sturmbahnfahrer/debian/menu.ex
   packages/trunk/sturmbahnfahrer/debian/patches/makefile_libode.patch
   packages/trunk/sturmbahnfahrer/debian/rules
   packages/trunk/sturmbahnfahrer/debian/watch.ex
Log:
New Upstream Version. Name  Changed.



Modified: packages/trunk/sturmbahnfahrer/debian/README.Debian
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/README.Debian	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/README.Debian	2007-08-14 07:53:09 UTC (rev 3668)
@@ -1,4 +1,4 @@
-sturmbahnfahrer for Debian
+stormbaancoureur for Debian
 --------------------------
 
 <possible notes regarding this package - if none, delete this file>

Modified: packages/trunk/sturmbahnfahrer/debian/changelog
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/changelog	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/changelog	2007-08-14 07:53:09 UTC (rev 3668)
@@ -1,3 +1,9 @@
+stormbaancoureur (1.5~rc1-1) unstable; urgency=low
+
+  * New Upstream Version. Game name has changed.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 14 Aug 2007 07:44:45 +0000
+
 sturmbahnfahrer (1.4-1) unstable; urgency=low
 
   * Initial release (Closes: #427297)

Modified: packages/trunk/sturmbahnfahrer/debian/control
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/control	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/control	2007-08-14 07:53:09 UTC (rev 3668)
@@ -1,4 +1,4 @@
-Source: sturmbahnfahrer
+Source: stormbaancoureur
 Section: games
 Priority: extra
 Maintainer: Miriam Ruiz <little_miry at yahoo.es>
@@ -6,7 +6,7 @@
  freeglut3-dev, libasound2-dev
 Standards-Version: 3.7.2
 
-Package: sturmbahnfahrer
+Package: stormbaancoureur
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: simulated obstacle course for automobiles

Modified: packages/trunk/sturmbahnfahrer/debian/docs
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/docs	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/docs	2007-08-14 07:53:09 UTC (rev 3668)
@@ -1 +0,0 @@
-README

Modified: packages/trunk/sturmbahnfahrer/debian/menu.ex
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/menu.ex	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/menu.ex	2007-08-14 07:53:09 UTC (rev 3668)
@@ -1,2 +1,2 @@
-?package(sturmbahnfahrer):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
-  title="sturmbahnfahrer" command="/usr/bin/sturmbahnfahrer"
+?package(stormbaancoureur):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
+  title="stormbaancoureur" command="/usr/bin/stormbaancoureur"

Modified: packages/trunk/sturmbahnfahrer/debian/patches/makefile_libode.patch
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/patches/makefile_libode.patch	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/patches/makefile_libode.patch	2007-08-14 07:53:09 UTC (rev 3668)
@@ -1,5 +1,5 @@
---- sturmbahnfahrer-1.4.orig/src-sturmbahnfahrer/Makefile
-+++ sturmbahnfahrer-1.4/src-sturmbahnfahrer/Makefile
+--- stormbaancoureur-1.4.orig/src-stormbaancoureur/Makefile
++++ stormbaancoureur-1.4/src-stormbaancoureur/Makefile
 @@ -37,7 +37,7 @@
  
  

Modified: packages/trunk/sturmbahnfahrer/debian/rules
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/rules	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/rules	2007-08-14 07:53:09 UTC (rev 3668)
@@ -21,15 +21,15 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
-	$(MAKE) -C src-sturmbahnfahrer
-	#docbook-to-man debian/sturmbahnfahrer.sgml > sturmbahnfahrer.1
+	$(MAKE) -C src-stormbaancoureur
+	#docbook-to-man debian/stormbaancoureur.sgml > stormbaancoureur.1
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) -C src-sturmbahnfahrer clean
+	-$(MAKE) -C src-stormbaancoureur clean
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
@@ -38,7 +38,7 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-	dh_install -a src-sturmbahnfahrer/sturmbahnfahrer usr/games
+	dh_install -a src-stormbaancoureur/stormbaancoureur usr/games
 
 # Build architecture-independent files here.
 binary-indep: build install

Modified: packages/trunk/sturmbahnfahrer/debian/watch.ex
===================================================================
--- packages/trunk/sturmbahnfahrer/debian/watch.ex	2007-08-13 20:20:12 UTC (rev 3667)
+++ packages/trunk/sturmbahnfahrer/debian/watch.ex	2007-08-14 07:53:09 UTC (rev 3668)
@@ -8,15 +8,15 @@
 
 # Uncomment to examine a Webpage 
 # <Webpage URL> <string match>
-#http://www.example.com/downloads.php sturmbahnfahrer-(.*)\.tar\.gz
+#http://www.example.com/downloads.php stormbaancoureur-(.*)\.tar\.gz
 
 # Uncomment to examine a Webserver directory
-#http://www.example.com/pub/sturmbahnfahrer-(.*)\.tar\.gz
+#http://www.example.com/pub/stormbaancoureur-(.*)\.tar\.gz
 
 # Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/sturmbahnfahrer-(.*)\.tar\.gz debian uupdate
+#ftp://ftp.example.com/pub/stormbaancoureur-(.*)\.tar\.gz debian uupdate
 
 # Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/sturmbahnfahrer/sturmbahnfahrer-(.*)\.tar\.gz
+# http://sf.net/stormbaancoureur/stormbaancoureur-(.*)\.tar\.gz
 
 




More information about the Pkg-games-commits mailing list