r5763 - in packages/trunk/bloboats/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Thu Feb 14 20:24:16 UTC 2008


Author: bddebian-guest
Date: 2008-02-14 20:24:16 +0000 (Thu, 14 Feb 2008)
New Revision: 5763

Modified:
   packages/trunk/bloboats/debian/changelog
   packages/trunk/bloboats/debian/control
   packages/trunk/bloboats/debian/patches/fix_makefile.patch
   packages/trunk/bloboats/debian/rules
Log:
  * Update fix_makefile.patch to remove strip. (Closes: #436595).
  * Remove Homepage from package description.
  * Add VCS tags in control.
  * Bump Standards Version to 3.7.3. (No changes needed).
  * Add myself to uploaders.


Modified: packages/trunk/bloboats/debian/changelog
===================================================================
--- packages/trunk/bloboats/debian/changelog	2008-02-14 19:12:17 UTC (rev 5762)
+++ packages/trunk/bloboats/debian/changelog	2008-02-14 20:24:16 UTC (rev 5763)
@@ -1,4 +1,4 @@
-bloboats (1.0.1.dsfg-2) unstable; urgency=low
+bloboats (1.0.1.dsfg-2) UNRELEASED; urgency=low
 
   [ William Lima ]
   * Add call to dh_desktop to debian/rules
@@ -7,6 +7,13 @@
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
 
+  [ Barry deFreese ]
+  * Update fix_makefile.patch to remove strip. (Closes: #436595).
+  * Remove Homepage from package description.
+  * Add VCS tags in control.
+  * Bump Standards Version to 3.7.3. (No changes needed).
+  * Add myself to uploaders.
+
  -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:47:27 +0000
 
 bloboats (1.0.1.dsfg-1) unstable; urgency=low

Modified: packages/trunk/bloboats/debian/control
===================================================================
--- packages/trunk/bloboats/debian/control	2008-02-14 19:12:17 UTC (rev 5762)
+++ packages/trunk/bloboats/debian/control	2008-02-14 20:24:16 UTC (rev 5763)
@@ -2,10 +2,12 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5.0.0), libglib2.0-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, quilt, docbook-to-man
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://bloboats.dy.fi/about.php
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/bloboats/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/bloboats/?op=log
 
 Package: bloboats
 Architecture: any
@@ -23,5 +25,3 @@
  During the trip a number of MS Enterprises are saved, luckily, from the
  hands of the terrible Tentacle Monsters of an Unknown Master, who actually
  is your dad. Or then ain't. :-)
- .
-  Homepage: http://bloboats.dy.fi/about.php

Modified: packages/trunk/bloboats/debian/patches/fix_makefile.patch
===================================================================
--- packages/trunk/bloboats/debian/patches/fix_makefile.patch	2008-02-14 19:12:17 UTC (rev 5762)
+++ packages/trunk/bloboats/debian/patches/fix_makefile.patch	2008-02-14 20:24:16 UTC (rev 5763)
@@ -1,7 +1,7 @@
-Index: bloboats-1.0.1/Makefile
+Index: bloboats-1.0.1.dfsg/Makefile
 ===================================================================
---- bloboats-1.0.1.orig/Makefile	2006-08-20 21:23:06.000000000 +0200
-+++ bloboats-1.0.1/Makefile	2006-08-20 21:43:35.000000000 +0200
+--- bloboats-1.0.1.dfsg.orig/Makefile	2006-09-22 08:27:17.000000000 -0400
++++ bloboats-1.0.1.dfsg/Makefile	2008-02-14 15:01:13.000000000 -0500
 @@ -7,17 +7,19 @@
  ### Installation directory (Installation prefix)
  # If you don't have root privileges, set this to /home/tentacleman/bloboats/
@@ -36,7 +36,7 @@
  
  
  ### Only some random settings below
-@@ -133,17 +135,20 @@
+@@ -133,17 +135,18 @@
  CXXFLAGS_CROSS_ = -g `$(SDLCONFIG) --cflags` -o bin/$(BINARY_) -O2
  CXXFLAGS_ = $(CXXFLAGS_$(TARGET)_)
  
@@ -47,19 +47,19 @@
 +build-stamp: build
 +build: config-stamp $(OBJ)
  	$(CXX) $(OBJ) $(LIBS) $(CXXFLAGS)
- 	$(STRIP) bin/$(BINARY)
+-	$(STRIP) bin/$(BINARY)
 +	touch build-stamp
  
  icon:
  	$(ICON_CMD)
  	$(CXX) -o bin/$(BINARY) $(OBJ) $(ICON) $(LIBS)
- 	$(STRIP) bin/$(BINARY)
+-	$(STRIP) bin/$(BINARY)
  
 +config-stamp: config
  config:
  	echo "datadir $(DATADIR)" >bloboats.dirs
  	echo "privatedir $(PRIVATEDIR)" >>bloboats.dirs
-@@ -153,16 +158,16 @@
+@@ -153,16 +156,16 @@
  	echo "#define NETWORK $(NETWORK)" >> src/compiling_settings.h
  	echo "#define MUSIC $(MUSIC)" >> src/compiling_settings.h
  	echo "#define DEBUG $(DEBUG)" >> src/compiling_settings.h
@@ -85,9 +85,12 @@
  
  uninstall:
  	rm -f $(CONFIGDIR)/bloboats.dirs
-@@ -177,7 +182,8 @@
- 	$(STRIP) bin/$(BINARY_)
+@@ -174,10 +177,10 @@
  
+ gho: src/viewport.o
+ 	$(CXX) src/viewport.o $(LIBS) $(CXXFLAGS_)
+-	$(STRIP) bin/$(BINARY_)
+ 
  clean:
 -	rm bloboats.dirs
 -	rm src/*.o

Modified: packages/trunk/bloboats/debian/rules
===================================================================
--- packages/trunk/bloboats/debian/rules	2008-02-14 19:12:17 UTC (rev 5762)
+++ packages/trunk/bloboats/debian/rules	2008-02-14 20:24:16 UTC (rev 5763)
@@ -30,6 +30,7 @@
 	cp debian/bloboats.xpm debian/bloboats/usr/share/pixmaps
 	# desktop
 	mkdir -p debian/bloboats/usr/share/applications
+	cp debian/bloboats.desktop debian/bloboats/usr/share/applications
 
 binary-indep: build install
 




More information about the Pkg-games-commits mailing list