r15677 - in packages/trunk/tumiki-fighters/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Thu Dec 31 12:57:02 UTC 2015


Author: apo-guest
Date: 2015-12-31 12:57:02 +0000 (Thu, 31 Dec 2015)
New Revision: 15677

Removed:
   packages/trunk/tumiki-fighters/debian/README.source
Modified:
   packages/trunk/tumiki-fighters/debian/changelog
   packages/trunk/tumiki-fighters/debian/control
   packages/trunk/tumiki-fighters/debian/docs
   packages/trunk/tumiki-fighters/debian/patches/makefile.patch
   packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install
   packages/trunk/tumiki-fighters/debian/tumiki-fighters.6
   packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop
   packages/trunk/tumiki-fighters/debian/tumiki-fighters.install
Log:
Release 0.2.dfsg1-7


Deleted: packages/trunk/tumiki-fighters/debian/README.source
===================================================================
--- packages/trunk/tumiki-fighters/debian/README.source	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/README.source	2015-12-31 12:57:02 UTC (rev 15677)
@@ -1,6 +0,0 @@
-This package uses quilt to manage all modifications to the upstream source.
-The fully patched source can be generated using the patch target provided by
-`debian/rules'.
-
-If you want to know more about how to use quilt to manage Debian patches, read
-/usr/share/doc/quilt/README.source.

Modified: packages/trunk/tumiki-fighters/debian/changelog
===================================================================
--- packages/trunk/tumiki-fighters/debian/changelog	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/changelog	2015-12-31 12:57:02 UTC (rev 15677)
@@ -1,3 +1,18 @@
+tumiki-fighters (0.2.dfsg1-7) unstable; urgency=medium
+
+  * Team upload.
+  * wrap-and-sort -sa.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Vcs-Browser: Use https.
+  * tumiki-fighters-data: Remove superfluous ${shlibs:Depends} substvar.
+  * tumiki-fighters-data: Suggest tumiki-fighters.
+  * tumiki-fighters.desktop: Add keywords and a comment in German.
+  * Drop README.source because source format 3.0 uses quilt by default.
+  * makefile.patch: Make the build reproducible by sorting with LC_ALL set to
+    C. Thanks to Reiner Herrmann for the report and patch. (Closes: #794400)
+
+ -- Markus Koschany <apo at debian.org>  Thu, 31 Dec 2015 13:47:55 +0100
+
 tumiki-fighters (0.2.dfsg1-6) unstable; urgency=low
 
   * Ported to D language version 2 (closes: #707273)

Modified: packages/trunk/tumiki-fighters/debian/control
===================================================================
--- packages/trunk/tumiki-fighters/debian/control	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/control	2015-12-31 12:57:02 UTC (rev 15677)
@@ -2,21 +2,32 @@
 Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>,
-  Peter De Wachter <pdewacht at gmail.com>,
-  Barry deFreese <bddebian at comcast.net>
-Build-Depends: debhelper (>= 9), gdc (>= 4.8.1), libphobos-dev,
- libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
- libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev
-Build-Conflicts: libphobos-4.4-dev
-Standards-Version: 3.9.4
+Uploaders:
+ Miriam Ruiz <little_miry at yahoo.es>,
+ Peter De Wachter <pdewacht at gmail.com>,
+ Barry deFreese <bddebian at comcast.net>
+Build-Depends:
+ debhelper (>= 9),
+ gdc (>= 4.8.1),
+ libbulletml-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libphobos-dev,
+ libsdl-mixer1.2-dev,
+ libsdl1.2-dev
+Build-Conflicts:
+ libphobos-4.4-dev
+Standards-Version: 3.9.6
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/tumiki-fighters/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tumiki-fighters/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tumiki-fighters/
 
 Package: tumiki-fighters
 Architecture: any
-Depends: tumiki-fighters-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ tumiki-fighters-data (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: sticky 2D shooter
  Tumiki Fighters brings a different twist to the side-scrolling shooter genre.
  With simple 3D graphics, the player has to control a ship and shoot down the
@@ -28,8 +39,10 @@
 Package: tumiki-fighters-data
 Architecture: all
 Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: tumiki-fighters
+Depends:
+ ${misc:Depends}
+Suggests:
+ tumiki-fighters
 Description: sticky 2D shooter - game data
  Tumiki Fighters brings a different twist to the side-scrolling shooter genre.
  With simple 3D graphics, the player has to control a ship and shoot down the

Modified: packages/trunk/tumiki-fighters/debian/docs
===================================================================
--- packages/trunk/tumiki-fighters/debian/docs	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/docs	2015-12-31 12:57:02 UTC (rev 15677)
@@ -1,2 +1,2 @@
+readme.txt
 readme_e.txt
-readme.txt

Modified: packages/trunk/tumiki-fighters/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2015-12-31 12:57:02 UTC (rev 15677)
@@ -6,7 +6,7 @@
 +++ b/Makefile
 @@ -0,0 +1,11 @@
 +GDC=gdc
-+DSRC=$(shell find import src/abagames -name "*.d" | sort)
++DSRC=$(shell find import src/abagames -name "*.d" | LC_ALL=C sort)
 +EXE=tumiki-fighters
 +
 +all: $(EXE)

Modified: packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install
===================================================================
--- packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install	2015-12-31 12:57:02 UTC (rev 15677)
@@ -1,7 +1,6 @@
-sounds usr/share/games/tumiki-fighters/
 barrage usr/share/games/tumiki-fighters/
 enemy usr/share/games/tumiki-fighters/
+field usr/share/games/tumiki-fighters/
+sounds usr/share/games/tumiki-fighters/
 stage usr/share/games/tumiki-fighters/
 tumiki usr/share/games/tumiki-fighters/
-field usr/share/games/tumiki-fighters/
-

Modified: packages/trunk/tumiki-fighters/debian/tumiki-fighters.6
===================================================================
--- packages/trunk/tumiki-fighters/debian/tumiki-fighters.6	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/tumiki-fighters.6	2015-12-31 12:57:02 UTC (rev 15677)
@@ -1,16 +1,16 @@
 .\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
 .\" (c) 2004 Kenta Cho <cs8k-cyu at asahi-net.or.jp>
-.\" 
+.\"
 .\" This document is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
 .\" the Free Software Foundation; either version 2 of the License, or
 .\" (at your option) any later version.
-.\" 
+.\"
 .\" This package is distributed in the hope that it will be useful,
 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 .\" GNU General Public License for more details.
-.\" 
+.\"
 .\" You should have received a copy of the GNU General Public License
 .\" along with this package; if not, write to the Free Software
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
@@ -21,36 +21,36 @@
 
 .SH "OPTIONS"
 These options are available:
-.TP 
+.TP
 \fB\-brightness n\fR
 Set the brightness of the screen.(n = 0 \- 100, default = 100)
-.TP 
+.TP
 \fB\-res x y\fR
 Set the screen resolution to (x, y).
-.TP 
+.TP
 \fB\-nosound\fR
 Stop the sound.
-.TP 
+.TP
 \fB\-window\fR
 Launch the game in a window.
-.TP 
+.TP
 \fB\-fullscreen\fR
 Launch the game in fullscreen.
-.TP 
+.TP
 \fB\-reverse\fR
 Reverse the shot key and the slow key.
 .SH "USAGE"
 How to play:
-.TP 
+.TP
 \fBMovement\fR
 Arrow / Num / [WASD] / Joystick
-.TP 
+.TP
 \fBShot\fR
 [Z][L\-Ctrl][.] / Trigger 1, 4, 5, 8
-.TP 
+.TP
 \fBSlow/Pull in\fR
 [X][L\-Alt][L\-Shift][/] / Trigger 2, 3, 6, 7
-.TP 
+.TP
 \fBPause\fR
 [P]
 .P

Modified: packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop
===================================================================
--- packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop	2015-12-31 12:57:02 UTC (rev 15677)
@@ -3,7 +3,9 @@
 Name=Tumiki Fighters
 GenericName=
 Comment=Kenta Cho's Tumiki Fighters
+Comment[de]=Kenta Chos Tumiki Fighters
 Icon=tumiki-fighters
 Exec=tumiki-fighters
 Terminal=false
 Categories=Game;ArcadeGame;
+Keywords=shooter;2D;arcade;fighters;

Modified: packages/trunk/tumiki-fighters/debian/tumiki-fighters.install
===================================================================
--- packages/trunk/tumiki-fighters/debian/tumiki-fighters.install	2015-12-29 22:37:32 UTC (rev 15676)
+++ packages/trunk/tumiki-fighters/debian/tumiki-fighters.install	2015-12-31 12:57:02 UTC (rev 15677)
@@ -1,3 +1,3 @@
+debian/*.desktop usr/share/applications/
+debian/*.xpm usr/share/pixmaps/
 tumiki-fighters usr/games/
-debian/*.xpm usr/share/pixmaps/
-debian/*.desktop usr/share/applications/




More information about the Pkg-games-commits mailing list