r15563 - in packages/trunk/tatan/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Fri Oct 30 13:55:34 UTC 2015


Author: apo-guest
Date: 2015-10-30 13:55:34 +0000 (Fri, 30 Oct 2015)
New Revision: 15563

Modified:
   packages/trunk/tatan/debian/changelog
   packages/trunk/tatan/debian/control
   packages/trunk/tatan/debian/copyright
   packages/trunk/tatan/debian/patches/makefile.patch
   packages/trunk/tatan/debian/tatan-data.install
   packages/trunk/tatan/debian/tatan.install
Log:
Make the build reproducible

Closes: 797431

wrap-and-sort -sa


Modified: packages/trunk/tatan/debian/changelog
===================================================================
--- packages/trunk/tatan/debian/changelog	2015-10-28 13:06:06 UTC (rev 15562)
+++ packages/trunk/tatan/debian/changelog	2015-10-30 13:55:34 UTC (rev 15563)
@@ -1,3 +1,14 @@
+tatan (1.0.dfsg1-6) unstable; urgency=medium
+
+  * Team upload.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Vcs-Browser: Use https.
+  * wrap-and-sort -sa.
+  * makefile.patch: Make the build reproducible by setting the locale to C.
+    Thanks to Reiner Herrmann for the report and patch (Closes: #797431)
+
+ -- Markus Koschany <apo at debian.org>  Fri, 30 Oct 2015 14:45:16 +0100
+
 tatan (1.0.dfsg1-5) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/tatan/debian/control
===================================================================
--- packages/trunk/tatan/debian/control	2015-10-28 13:06:06 UTC (rev 15562)
+++ packages/trunk/tatan/debian/control	2015-10-30 13:55:34 UTC (rev 15563)
@@ -2,19 +2,29 @@
 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>
-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
-Build-Conflicts: libphobos-4.4-dev
-Standards-Version: 3.9.5
+Uploaders:
+ Miriam Ruiz <little_miry at yahoo.es>,
+ Peter De Wachter <pdewacht at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ gdc (>= 4.8.1),
+ 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://hiz.fool.jp/hp/game/tatan/index_en.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/tatan/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tatan/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tatan/
 
 Package: tatan
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: pointing STG shooter game
  Tatan is a shooter game with simplified controls: use the mouse to aim and
  shoot, and the space bar to toggle your position. You have to collect the

Modified: packages/trunk/tatan/debian/copyright
===================================================================
--- packages/trunk/tatan/debian/copyright	2015-10-28 13:06:06 UTC (rev 15562)
+++ packages/trunk/tatan/debian/copyright	2015-10-30 13:55:34 UTC (rev 15563)
@@ -2,11 +2,11 @@
 
 It was downloaded from http://hizuoka.web.fc2.com/game/tatan/index_en.html
 
-Upstream Author: 
+Upstream Author:
 
     HIZ <hiz_oka at yahoo.co.jp>
 
-Copyright: 
+Copyright:
 
     Copyright (C) 2007, HIZ <hiz_oka at yahoo.co.jp>
 
@@ -113,8 +113,8 @@
         notice, this list of conditions and the following disclaimer in the
         documentation and/or other materials provided with the distribution.
 
-     3. The names of its contributors may not be used to endorse or promote 
-        products derived from this software without specific prior written 
+     3. The names of its contributors may not be used to endorse or promote
+        products derived from this software without specific prior written
         permission.
 
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

Modified: packages/trunk/tatan/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tatan/debian/patches/makefile.patch	2015-10-28 13:06:06 UTC (rev 15562)
+++ packages/trunk/tatan/debian/patches/makefile.patch	2015-10-30 13:55:34 UTC (rev 15563)
@@ -6,7 +6,7 @@
 +++ b/Makefile
 @@ -0,0 +1,11 @@
 +GDC=gdc
-+DSRC=$(shell find import src -name "*.d" -not -iname '*mpeg*' -not -iname 'sdl_ttf.d' | sort)
++DSRC=$(shell find import src -name "*.d" -not -iname '*mpeg*' -not -iname 'sdl_ttf.d' | LC_ALL=C sort)
 +EXE=tatan
 +
 +all: $(EXE)

Modified: packages/trunk/tatan/debian/tatan-data.install
===================================================================
--- packages/trunk/tatan/debian/tatan-data.install	2015-10-28 13:06:06 UTC (rev 15562)
+++ packages/trunk/tatan/debian/tatan-data.install	2015-10-30 13:55:34 UTC (rev 15563)
@@ -1,5 +1,5 @@
 #image usr/share/games/tatan/
+#resource/font usr/share/games/tatan/
 music usr/share/games/tatan/
 se usr/share/games/tatan/
 voice usr/share/games/tatan/
-#resource/font usr/share/games/tatan/

Modified: packages/trunk/tatan/debian/tatan.install
===================================================================
--- packages/trunk/tatan/debian/tatan.install	2015-10-28 13:06:06 UTC (rev 15562)
+++ packages/trunk/tatan/debian/tatan.install	2015-10-30 13:55:34 UTC (rev 15563)
@@ -1,6 +1,5 @@
-tatan usr/games/
-debian/*.xpm usr/share/pixmaps/
 debian/*.desktop usr/share/applications/
-
+debian/*.xpm usr/share/pixmaps/
 image usr/share/games/tatan/
 resource/font usr/share/games/tatan/
+tatan usr/games/




More information about the Pkg-games-commits mailing list