r15609 - in packages/trunk/rrootage/debian: . patches source

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 30 23:02:24 UTC 2015


Author: apo-guest
Date: 2015-11-30 23:02:22 +0000 (Mon, 30 Nov 2015)
New Revision: 15609

Added:
   packages/trunk/rrootage/debian/rrootage.manpages
   packages/trunk/rrootage/debian/source/
   packages/trunk/rrootage/debian/source/format
Modified:
   packages/trunk/rrootage/debian/changelog
   packages/trunk/rrootage/debian/compat
   packages/trunk/rrootage/debian/control
   packages/trunk/rrootage/debian/patches/series
   packages/trunk/rrootage/debian/rrootage.6
   packages/trunk/rrootage/debian/rrootage.desktop
   packages/trunk/rrootage/debian/rules
   packages/trunk/rrootage/debian/watch
Log:
Release 0.23a-10


Modified: packages/trunk/rrootage/debian/changelog
===================================================================
--- packages/trunk/rrootage/debian/changelog	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/changelog	2015-11-30 23:02:22 UTC (rev 15609)
@@ -1,13 +1,25 @@
-rrootage (0.23a-9) UNRELEASED; urgency=low
+rrootage (0.23a-10) unstable; urgency=medium
 
-  [ Miriam Ruiz ]
-  * Added -fullscreen option to usage summary in man page. Closes: #541951
+  * Team upload.
+  * Use compat level 9 and require debhelper >= 9.
+  * wrap-and-sort -sa.
+  * d/control: Remove obsolete DM-Upload-Allowed field.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Switch to source format 3.0 (quilt) and remove quilt build dependency.
+  * Use canonical Vcs-URI.
+  * Add missing ${misc:Depends} substvar to binary packages.
+  * rrootage.desktop: Add keywords and a comment in German.
+  * Switch to dh sequencer and rewrite debian/rules.
 
-  [ Evgeni Golov ]
-  * Correct Vcs-* URLs to point to anonscm.debian.org
+ -- Markus Koschany <apo at debian.org>  Mon, 30 Nov 2015 23:45:06 +0100
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 17 Aug 2009 10:35:16 +0200
+rrootage (0.23a-9) unstable; urgency=low
 
+  * Apply patch from Jacob Nevins to mention -fullscreen option in man page.
+    Closes: #541951.
+
+ -- Dafydd Harries <daf at debian.org>  Tue, 18 Aug 2009 17:10:58 +0100
+
 rrootage (0.23a-8) unstable; urgency=medium
 
   * Fixes buffer overflow due to wrong conversion between units.

Modified: packages/trunk/rrootage/debian/compat
===================================================================
--- packages/trunk/rrootage/debian/compat	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/compat	2015-11-30 23:02:22 UTC (rev 15609)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/rrootage/debian/control
===================================================================
--- packages/trunk/rrootage/debian/control	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/control	2015-11-30 23:02:22 UTC (rev 15609)
@@ -2,20 +2,28 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Dafydd Harries <daf at debian.org>,
+Uploaders:
+ Miriam Ruiz <little_miry at yahoo.es>,
+ Dafydd Harries <daf at debian.org>,
  Peter De Wachter <pdewacht at gmail.com>
-Build-Depends: debhelper (>= 5), quilt, libsdl1.2-dev, libsdl-mixer1.2-dev,
- libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
- libbulletml-dev (>= 0.0.6-3)
-Standards-Version: 3.7.3
+Build-Depends:
+ debhelper (>= 9),
+ libbulletml-dev (>= 0.0.6-3),
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libsdl-mixer1.2-dev,
+ libsdl1.2-dev
+Standards-Version: 3.9.6
 Homepage: http://rrootage.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/rrootage/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/rrootage/
-DM-Upload-Allowed: yes
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/rrootage/
 
 Package: rrootage
 Architecture: any
-Depends: ${shlibs:Depends}, rrootage-data (= ${source:Version})
+Depends:
+ rrootage-data (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: arcade-style space shooting game
  rRootage is an arcade-style vertical shooting game, with music to match.
  Avoid the barrage of bullets and destroy the enemy's battle ship with your
@@ -25,5 +33,7 @@
 
 Package: rrootage-data
 Architecture: all
+Depends:
+ ${misc:Depends}
 Description: space shooting game - data files
  This package contains data files for the rRootage game.

Modified: packages/trunk/rrootage/debian/patches/series
===================================================================
--- packages/trunk/rrootage/debian/patches/series	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/patches/series	2015-11-30 23:02:22 UTC (rev 15609)
@@ -1,8 +1,8 @@
-01_makefile.patch 
-02_data_dir.patch 
-03_texture_filename.patch 
-04_home.patch 
-05_gcc.patch 
+01_makefile.patch
+02_data_dir.patch
+03_texture_filename.patch
+04_home.patch
+05_gcc.patch
 06_rrootage_highres.patch
 07_use_system_bulletml.patch
 08_windowed_mode.patch

Modified: packages/trunk/rrootage/debian/rrootage.6
===================================================================
--- packages/trunk/rrootage/debian/rrootage.6	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/rrootage.6	2015-11-30 23:02:22 UTC (rev 15609)
@@ -1,14 +1,14 @@
 .\" .ig
 .\" rRootage manual page.
-.\" 
+.\"
 .\" Miriam Ruiz <little_miry at yahoo.es>, 2005.
 .\" Dafydd Harries <daf at muse.19inch.net>, 2005.
-.\" 
+.\"
 .\" URL macro recipe from Branden Robinson's presentation
-.\" .de URL
-.\" \\$2 \(laURL: \\$1 \(ra\\$3
-.\" ..
-.\" .if \n[.g] .mso www.tmac
+.de URL
+\\$2 \(laURL: \\$1 \(ra\\$3
+..
+.if \n[.g] .mso www.tmac
 .\" End of recipe.
 .TH "rRootage" "6" "22 January 2005" "rRootage" "Games"
 .SH "NAME"
@@ -75,39 +75,39 @@
 .SH "OPTIONS"
 .
 These command line options are available:
-.TP 
+.TP
 .B \-lowres
 Low resolution mode.
-.TP 
+.TP
 .B \-mediumres
 Medium resolution mode (default).
-.TP 
+.TP
 .B \-highres
 High resolution mode.
-.TP 
+.TP
 .B \-nosound
 Disable sound.
-.TP 
+.TP
 .B \-window
 Launch the game in a window, rather than fullscreen.
-.TP 
+.TP
 .B \-fullscreen
 Launch the game in fullscreen mode.
-.TP 
+.TP
 .B \-reverse
 Reverse the fire key and the special key.
-.TP 
+.TP
 .B \-nowait
 When there are a large number of bullets on the screen, the game is slowed
 down. This option prevents this slowdown so that the game speed is constant.
-.TP 
+.TP
 .B \-accframe
 Use the alternative frame rate management algorithm. (If you have a problem
 with the frame rate, try this option.)
 .
 .SH "FILES"
 .
-.TP 
+.TP
 .I ~/.rr.prf
 This is where rRootage records which levels you have completed in which modes.
 .SH "AUTHOR"

Modified: packages/trunk/rrootage/debian/rrootage.desktop
===================================================================
--- packages/trunk/rrootage/debian/rrootage.desktop	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/rrootage.desktop	2015-11-30 23:02:22 UTC (rev 15609)
@@ -3,7 +3,9 @@
 Name=rRootage
 GenericName=rrootage
 Comment=Destroy autocreated battleships
+Comment[de]=Zerstöre automatisch erschaffene Schlachtschiffe
 Icon=rrootage
 Exec=rrootage
 Terminal=false
 Categories=Game;ArcadeGame;
+Keywords=battleships;arcade;shmup;shootemup;

Added: packages/trunk/rrootage/debian/rrootage.manpages
===================================================================
--- packages/trunk/rrootage/debian/rrootage.manpages	                        (rev 0)
+++ packages/trunk/rrootage/debian/rrootage.manpages	2015-11-30 23:02:22 UTC (rev 15609)
@@ -0,0 +1 @@
+debian/rrootage.6

Modified: packages/trunk/rrootage/debian/rules
===================================================================
--- packages/trunk/rrootage/debian/rules	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/rules	2015-11-30 23:02:22 UTC (rev 15609)
@@ -1,82 +1,31 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
+CFLAGS := -DLINUX -Wall -g
+CFLAGS += $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
 
-CFLAGS = -DLINUX -Wall -g
+%:
+	dh $@
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-build: build-stamp
-
-build-stamp:
-	dh_testdir
-
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
-
-	#test -e src/bulletml && $(MAKE) -C src/bulletml MORE_CFLAGS="$(CFLAGS)"
+override_dh_auto_build:
 	$(MAKE) -C src -f makefile.lin MORE_CFLAGS="$(CFLAGS)"
 
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f *-stamp
-
-	#test -e src/bulletml && $(MAKE) -C src/bulletml clean
-	#test -e src/bulletml/tinyxml && $(MAKE) -C src/bulletml/tinyxml clean
+override_dh_auto_clean:
 	$(MAKE) -C src -f makefile.lin clean
 
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-
-	dh_clean
-
-install-indep:
+override_dh_installdirs-indep:
 	dh_installdirs -i usr/share/games/rrootage
+
+override_dh_install-indep:
 	cp -r rr_share/* debian/rrootage-data/usr/share/games/rrootage
 
-install-arch: build
-	dh_testdir
-	dh_testroot
+override_dh_install-arch:
 	dh_install -a src/rrootage usr/games
 	dh_install -a debian/rrootage.xpm usr/share/pixmaps
 	dh_install -a debian/rrootage.desktop usr/share/applications
 
-install: install-arch install-indep
+override_dh_link:
+	$(RM) -r debian/rrootage/usr/share/doc/rrootage
+	dh_link usr/share/doc/rrootage-data usr/share/doc/rrootage
 
-binary-indep: install-indep
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -i
-	dh_installdocs -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-
-binary-arch: install-arch
-	dh_testdir
-	dh_testroot
-	dh_installmenu -a
-	dh_installman -a debian/rrootage.6
-	dh_link -a usr/share/doc/rrootage-data usr/share/doc/rrootage
-	dh_strip -a
-	dh_compress -a
-	dh_fixperms -a
-	dh_installdeb -a
-	dh_shlibdeps -a
-	dh_gencontrol -a
-	dh_md5sums -a
-	dh_builddeb -a
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean install-indep install-arch install binary-indep \
-	binary-arch binary
-

Added: packages/trunk/rrootage/debian/source/format
===================================================================
--- packages/trunk/rrootage/debian/source/format	                        (rev 0)
+++ packages/trunk/rrootage/debian/source/format	2015-11-30 23:02:22 UTC (rev 15609)
@@ -0,0 +1 @@
+3.0 (quilt)

Modified: packages/trunk/rrootage/debian/watch
===================================================================
--- packages/trunk/rrootage/debian/watch	2015-11-27 01:24:38 UTC (rev 15608)
+++ packages/trunk/rrootage/debian/watch	2015-11-30 23:02:22 UTC (rev 15609)
@@ -1,3 +1,2 @@
 version=3
-
 http://sf.net/rrootage/rRootage-([\d.].+)\.tar\.gz




More information about the Pkg-games-commits mailing list