r15675 - in packages/trunk/projectl/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Tue Dec 29 22:37:23 UTC 2015


Author: apo-guest
Date: 2015-12-29 22:37:22 +0000 (Tue, 29 Dec 2015)
New Revision: 15675

Removed:
   packages/trunk/projectl/debian/README.source
Modified:
   packages/trunk/projectl/debian/changelog
   packages/trunk/projectl/debian/control
   packages/trunk/projectl/debian/patches/makefile.patch
   packages/trunk/projectl/debian/projectl.6
   packages/trunk/projectl/debian/projectl.desktop
   packages/trunk/projectl/debian/projectl.install
Log:
Release 1.001.dfsg1-7


Deleted: packages/trunk/projectl/debian/README.source
===================================================================
--- packages/trunk/projectl/debian/README.source	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/README.source	2015-12-29 22:37:22 UTC (rev 15675)
@@ -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/projectl/debian/changelog
===================================================================
--- packages/trunk/projectl/debian/changelog	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/changelog	2015-12-29 22:37:22 UTC (rev 15675)
@@ -1,3 +1,16 @@
+projectl (1.001.dfsg1-8) unstable; urgency=medium
+
+  * Team upload.
+  * Declare compliance with Debian Policy 3.9.6.
+  * wrap-and-sort -sa.
+  * Vcs-Browser: Use https.
+  * projectl.desktop: Add keywords and a comment in German.
+  * makefile.patch: Make the build reproducible by sorting with LC_ALL set to
+    C. Thanks to Reiner Herrmann for the report and patch. (Closes: #795945)
+  * Drop README.source because source format 3.0 uses quilt by default.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 29 Dec 2015 23:21:40 +0100
+
 projectl (1.001.dfsg1-7) unstable; urgency=medium
 
   * Fixed ftbfs after the gdc update in 4.8.2-19. Closes: #743855

Modified: packages/trunk/projectl/debian/control
===================================================================
--- packages/trunk/projectl/debian/control	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/control	2015-12-29 22:37:22 UTC (rev 15675)
@@ -2,19 +2,29 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <miriam at debian.org>, 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 <miriam at debian.org>,
+ 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/projectL/index_en.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/projectl/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/projectl/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/projectl/
 
 Package: projectl
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: sword action shooting
  The sword mechanics are everything in this game. Your sword rotates away from
  the direction your ship moves, and in doing so slices through the various

Modified: packages/trunk/projectl/debian/patches/makefile.patch
===================================================================
--- packages/trunk/projectl/debian/patches/makefile.patch	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/patches/makefile.patch	2015-12-29 22:37:22 UTC (rev 15675)
@@ -6,7 +6,7 @@
 +++ b/Makefile
 @@ -0,0 +1,11 @@
 +GDC=gdc
-+DSRC=$(shell find import src -name "*.d" -not -iname '*mpeg*' | sort)
++DSRC=$(shell find import src -name "*.d" -not -iname '*mpeg*' | LC_ALL=C sort)
 +EXE=projectl
 +
 +all: $(EXE)

Modified: packages/trunk/projectl/debian/projectl.6
===================================================================
--- packages/trunk/projectl/debian/projectl.6	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/projectl.6	2015-12-29 22:37:22 UTC (rev 15675)
@@ -1,16 +1,16 @@
 .\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
 .\" (c) 2006 HIZ <hiz_oka at yahoo.co.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

Modified: packages/trunk/projectl/debian/projectl.desktop
===================================================================
--- packages/trunk/projectl/debian/projectl.desktop	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/projectl.desktop	2015-12-29 22:37:22 UTC (rev 15675)
@@ -3,7 +3,9 @@
 Name=ProjectL
 GenericName=
 Comment=HIZ's ProjectL
+Comment[de]=HIZ' ProjectL
 Icon=projectl
 Exec=projectl
 Terminal=false
 Categories=Game;ArcadeGame;
+Keywords=sword;action;shooting;

Modified: packages/trunk/projectl/debian/projectl.install
===================================================================
--- packages/trunk/projectl/debian/projectl.install	2015-12-29 22:05:14 UTC (rev 15674)
+++ packages/trunk/projectl/debian/projectl.install	2015-12-29 22:37:22 UTC (rev 15675)
@@ -1,3 +1,3 @@
+debian/*.desktop usr/share/applications/
+debian/*.xpm usr/share/pixmaps/
 projectl usr/games/
-debian/*.xpm usr/share/pixmaps/
-debian/*.desktop usr/share/applications/




More information about the Pkg-games-commits mailing list