r15883 - in packages/tags/alex4: . 1.1-7/debian

Markus Koschany apo at moszumanska.debian.org
Thu Sep 15 19:13:16 UTC 2016


Author: apo
Date: 2016-09-15 19:13:15 +0000 (Thu, 15 Sep 2016)
New Revision: 15883

Added:
   packages/tags/alex4/1.1-7/
   packages/tags/alex4/1.1-7/debian/alex4.desktop
   packages/tags/alex4/1.1-7/debian/changelog
   packages/tags/alex4/1.1-7/debian/compat
   packages/tags/alex4/1.1-7/debian/control
Removed:
   packages/tags/alex4/1.1-7/debian/alex4.desktop
   packages/tags/alex4/1.1-7/debian/changelog
   packages/tags/alex4/1.1-7/debian/compat
   packages/tags/alex4/1.1-7/debian/control
Log:
[svn-buildpackage] Tagging alex4 1.1-7

Deleted: packages/tags/alex4/1.1-7/debian/alex4.desktop
===================================================================
--- packages/trunk/alex4/debian/alex4.desktop	2016-09-12 18:16:39 UTC (rev 15881)
+++ packages/tags/alex4/1.1-7/debian/alex4.desktop	2016-09-15 19:13:15 UTC (rev 15883)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Alex the Allegator 4
-Comment=Retro platform game
-Icon=alex4
-Exec=alex4
-Terminal=false
-Categories=Game;ActionGame;
-StartupNotify=false

Copied: packages/tags/alex4/1.1-7/debian/alex4.desktop (from rev 15882, packages/trunk/alex4/debian/alex4.desktop)
===================================================================
--- packages/tags/alex4/1.1-7/debian/alex4.desktop	                        (rev 0)
+++ packages/tags/alex4/1.1-7/debian/alex4.desktop	2016-09-15 19:13:15 UTC (rev 15883)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=Alex the Allegator 4
+Comment=Retro platform game
+Comment[de]=nostalgisches Plattformspiel
+Icon=alex4
+Exec=alex4
+Terminal=false
+Categories=Game;ActionGame;
+StartupNotify=false
+Keywords=alligator;jump;run;platform;level;

Deleted: packages/tags/alex4/1.1-7/debian/changelog
===================================================================
--- packages/trunk/alex4/debian/changelog	2016-09-12 18:16:39 UTC (rev 15881)
+++ packages/tags/alex4/1.1-7/debian/changelog	2016-09-15 19:13:15 UTC (rev 15883)
@@ -1,98 +0,0 @@
-alex4 (1.1-7) UNRELEASED; urgency=low
-
-  * debian/control:
-    - Bump debhelper to 9
-    - drop build-depends on hardening-includes
-  * debian/compat: set as 9
-  * debian/rules: Use simpler hardening commands
-
- -- Jackson Doak <noskcaj at ubuntu.com>  Fri, 27 Sep 2013 19:03:20 +1000
-
-alex4 (1.1-6) unstable; urgency=low
-
-  * Team upload.
-  * Add alex4.ini so that sound works (LP: #560664)
-  * Add myself to uploaders
-  * Build against liballegro4-dev instead (Closes: #710598)
-  * Use the same longtitle in the Debian menu as the desktop comment
-  * Use the canonical Vcs-* fields
-  * Bump Standards-Version to 3.9.4, no changes needed
-
- -- Paul Wise <pabs at debian.org>  Sun, 09 Jun 2013 12:22:28 +0800
-
-alex4 (1.1-5) unstable; urgency=low
-
-  * Team upload.
-  * Include defs.h *after* particle.h, thus not redifining __unused from
-    glibc's bits/stat.h
-    Closes: #624884
-  * Standards-Version: 3.9.2
-
- -- Evgeni Golov <evgeni at debian.org>  Sat, 07 May 2011 15:34:08 +0200
-
-alex4 (1.1-4) unstable; urgency=low
-
-  * Update the unix-port patch a bit:
-    - place the libraries at the end of the linker invocation line to
-      fix the build on Ubuntu natty with the binutils-gold linker.
-      I couldn't reproduce the FTBFS on Debian with
-      binutils-gold-2.21.0.20110302-1, but it seems a really sensible
-      change to make anyway :)
-      Closes: #617465
-    - put the aldumb library before the Allegro libraries that it
-      depends on
-    - honor CPPFLAGS, CFLAGS and LDFLAGS
-  * Convert to the 3.0 (quilt) source format.
-  * Add misc:Depends to the alex4-data package just in case.
-  * Expand the alex4-data package's long description.
-  * Bump the debhelper compatibility level to 8 and minimize the rules file
-    using debhelper override targets.
-  * Bump Standards-Version to 3.9.1 with no changes.
-  * Use dpkg-buildflags to obtain the default values for CPPFLAGS, CFLAGS
-    and LDFLAGS.
-  * Convert the copyright file to the DEP 5 candidate format and add my
-    copyright notice on the debian/* packaging.
-  * Convert all patch file headers to the DEP 3 format.
-  * Build with -Werror if the non-standard "werror" build option is set.
-  * Add the compiler-warnings patch to fix some, well, compiler warnings.
-  * Harden the build unless the "nohardening" build option is set.
-  * Add myself to the list of uploaders.
-
- -- Peter Pentchev <roam at ringlet.net>  Wed, 09 Mar 2011 22:18:03 +0200
-
-alex4 (1.1-3) unstable; urgency=low
-
-  [ Paul Wise ]
-  * Add a watch file explaining the upstream status
-
-  [ Peter De Wachter ]
-  * Honor the HOME environment variable. (Closes: #507950) 
-  * Applied a patch to bring down the game's CPU usage to a more reasonable
-    level. This limits the frame rate to 50Hz (the speed of the game logic).
-    This also fixes a bug that made the level selection screen unresponsive
-    on some systems.
-  * Bump Standards-Version to 3.8.1:
-     - Renamed 'configure' target to 'patch'.
-  * Rename from-fedora.patch to unix-port.patch
-  * Refresh debian/copyright
-  * rules: clean up
-
-  [ Gonéri Le Bouder ]
-  * Complet Peter changelog part 
-
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 07 Jun 2009 16:43:48 +0200
-
-alex4 (1.1-2) unstable; urgency=low
-
-  * Build-Depend on liballegro4.2-dev >= 4.2.2-2
-     - which has a versioned shlibs file (Closes: #467526)
-     - allegro-config no longer tells us to link against unneeded libraries.
-
- -- Peter De Wachter <pdewacht at gmail.com>  Wed, 19 Mar 2008 00:03:46 +0100
-
-alex4 (1.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #463033)
-
- -- Peter De Wachter <pdewacht at gmail.com>  Sat, 19 Jan 2008 19:26:51 +0100
-

Copied: packages/tags/alex4/1.1-7/debian/changelog (from rev 15882, packages/trunk/alex4/debian/changelog)
===================================================================
--- packages/tags/alex4/1.1-7/debian/changelog	                        (rev 0)
+++ packages/tags/alex4/1.1-7/debian/changelog	2016-09-15 19:13:15 UTC (rev 15883)
@@ -0,0 +1,104 @@
+alex4 (1.1-7) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Markus Koschany ]
+  * Use compat level 10.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Vcs-Browser: Use https.
+  * Drop dpkg-dev build-dependency.
+  * alex4.desktop: Add keywords and a comment in German.
+
+  [ Jackson Doak ]
+  * Drop build-dependency on hardening-wrapper. (Closes: #836750)
+
+ -- Markus Koschany <apo at debian.org>  Thu, 15 Sep 2016 21:05:33 +0200
+
+alex4 (1.1-6) unstable; urgency=low
+
+  * Team upload.
+  * Add alex4.ini so that sound works (LP: #560664)
+  * Add myself to uploaders
+  * Build against liballegro4-dev instead (Closes: #710598)
+  * Use the same longtitle in the Debian menu as the desktop comment
+  * Use the canonical Vcs-* fields
+  * Bump Standards-Version to 3.9.4, no changes needed
+
+ -- Paul Wise <pabs at debian.org>  Sun, 09 Jun 2013 12:22:28 +0800
+
+alex4 (1.1-5) unstable; urgency=low
+
+  * Team upload.
+  * Include defs.h *after* particle.h, thus not redifining __unused from
+    glibc's bits/stat.h
+    Closes: #624884
+  * Standards-Version: 3.9.2
+
+ -- Evgeni Golov <evgeni at debian.org>  Sat, 07 May 2011 15:34:08 +0200
+
+alex4 (1.1-4) unstable; urgency=low
+
+  * Update the unix-port patch a bit:
+    - place the libraries at the end of the linker invocation line to
+      fix the build on Ubuntu natty with the binutils-gold linker.
+      I couldn't reproduce the FTBFS on Debian with
+      binutils-gold-2.21.0.20110302-1, but it seems a really sensible
+      change to make anyway :)
+      Closes: #617465
+    - put the aldumb library before the Allegro libraries that it
+      depends on
+    - honor CPPFLAGS, CFLAGS and LDFLAGS
+  * Convert to the 3.0 (quilt) source format.
+  * Add misc:Depends to the alex4-data package just in case.
+  * Expand the alex4-data package's long description.
+  * Bump the debhelper compatibility level to 8 and minimize the rules file
+    using debhelper override targets.
+  * Bump Standards-Version to 3.9.1 with no changes.
+  * Use dpkg-buildflags to obtain the default values for CPPFLAGS, CFLAGS
+    and LDFLAGS.
+  * Convert the copyright file to the DEP 5 candidate format and add my
+    copyright notice on the debian/* packaging.
+  * Convert all patch file headers to the DEP 3 format.
+  * Build with -Werror if the non-standard "werror" build option is set.
+  * Add the compiler-warnings patch to fix some, well, compiler warnings.
+  * Harden the build unless the "nohardening" build option is set.
+  * Add myself to the list of uploaders.
+
+ -- Peter Pentchev <roam at ringlet.net>  Wed, 09 Mar 2011 22:18:03 +0200
+
+alex4 (1.1-3) unstable; urgency=low
+
+  [ Paul Wise ]
+  * Add a watch file explaining the upstream status
+
+  [ Peter De Wachter ]
+  * Honor the HOME environment variable. (Closes: #507950) 
+  * Applied a patch to bring down the game's CPU usage to a more reasonable
+    level. This limits the frame rate to 50Hz (the speed of the game logic).
+    This also fixes a bug that made the level selection screen unresponsive
+    on some systems.
+  * Bump Standards-Version to 3.8.1:
+     - Renamed 'configure' target to 'patch'.
+  * Rename from-fedora.patch to unix-port.patch
+  * Refresh debian/copyright
+  * rules: clean up
+
+  [ Gonéri Le Bouder ]
+  * Complet Peter changelog part 
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 07 Jun 2009 16:43:48 +0200
+
+alex4 (1.1-2) unstable; urgency=low
+
+  * Build-Depend on liballegro4.2-dev >= 4.2.2-2
+     - which has a versioned shlibs file (Closes: #467526)
+     - allegro-config no longer tells us to link against unneeded libraries.
+
+ -- Peter De Wachter <pdewacht at gmail.com>  Wed, 19 Mar 2008 00:03:46 +0100
+
+alex4 (1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #463033)
+
+ -- Peter De Wachter <pdewacht at gmail.com>  Sat, 19 Jan 2008 19:26:51 +0100
+

Deleted: packages/tags/alex4/1.1-7/debian/compat
===================================================================
--- packages/trunk/alex4/debian/compat	2016-09-12 18:16:39 UTC (rev 15881)
+++ packages/tags/alex4/1.1-7/debian/compat	2016-09-15 19:13:15 UTC (rev 15883)
@@ -1 +0,0 @@
-9

Copied: packages/tags/alex4/1.1-7/debian/compat (from rev 15882, packages/trunk/alex4/debian/compat)
===================================================================
--- packages/tags/alex4/1.1-7/debian/compat	                        (rev 0)
+++ packages/tags/alex4/1.1-7/debian/compat	2016-09-15 19:13:15 UTC (rev 15883)
@@ -0,0 +1 @@
+10

Deleted: packages/tags/alex4/1.1-7/debian/control
===================================================================
--- packages/trunk/alex4/debian/control	2016-09-12 18:16:39 UTC (rev 15881)
+++ packages/tags/alex4/1.1-7/debian/control	2016-09-15 19:13:15 UTC (rev 15883)
@@ -1,44 +0,0 @@
-Source: alex4
-Section: games
-Priority: optional
-Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders:
- Peter De Wachter <pdewacht at gmail.com>,
- Paul Wise <pabs at debian.org>,
- Peter Pentchev <roam at ringlet.net>
-Build-Depends:
- debhelper (>= 9),
- dpkg-dev (>= 1.15.7~),
-# hardening-includes,
- libaldmb1-dev,
- liballegro4-dev,
- libdumb1-dev
-Standards-Version: 3.9.4
-Homepage: http://allegator.sourceforge.net/
-Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/alex4/
-Vcs-Browser: http://anonscm.debian.org/viewsvn/pkg-games/packages/trunk/alex4/
-
-Package: alex4
-Architecture: any
-Depends:
- alex4-data (= ${source:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Alex the Allegator 4 - a retro platform game
- Guide Alex the Allegator through the jungle in order to save his
- girlfriend Lola from evil humans who want to make a pair of shoes out
- of her. Plenty of classic platforming in four nice colors guaranteed!
- .
- The game includes a built-in editor so you can design and share your
- own maps.
-
-Package: alex4-data
-Architecture: all
-Depends:
- ${misc:Depends}
-Description: Alex the Allegator 4 - game data
- Guide Alex the Allegator through the jungle in order to save his
- girlfriend Lola from evil humans who want to make a pair of shoes out
- of her. Plenty of classic platforming in four nice colors guaranteed!
- .
- This package contains the game data files.

Copied: packages/tags/alex4/1.1-7/debian/control (from rev 15882, packages/trunk/alex4/debian/control)
===================================================================
--- packages/tags/alex4/1.1-7/debian/control	                        (rev 0)
+++ packages/tags/alex4/1.1-7/debian/control	2016-09-15 19:13:15 UTC (rev 15883)
@@ -0,0 +1,42 @@
+Source: alex4
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders:
+ Peter De Wachter <pdewacht at gmail.com>,
+ Paul Wise <pabs at debian.org>,
+ Peter Pentchev <roam at ringlet.net>
+Build-Depends:
+ debhelper (>= 10),
+ libaldmb1-dev,
+ liballegro4-dev,
+ libdumb1-dev
+Standards-Version: 3.9.8
+Homepage: http://allegator.sourceforge.net/
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/alex4/
+Vcs-Browser: https://anonscm.debian.org/viewsvn/pkg-games/packages/trunk/alex4/
+
+Package: alex4
+Architecture: any
+Depends:
+ alex4-data (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Alex the Allegator 4 - a retro platform game
+ Guide Alex the Allegator through the jungle in order to save his
+ girlfriend Lola from evil humans who want to make a pair of shoes out
+ of her. Plenty of classic platforming in four nice colors guaranteed!
+ .
+ The game includes a built-in editor so you can design and share your
+ own maps.
+
+Package: alex4-data
+Architecture: all
+Depends:
+ ${misc:Depends}
+Description: Alex the Allegator 4 - game data
+ Guide Alex the Allegator through the jungle in order to save his
+ girlfriend Lola from evil humans who want to make a pair of shoes out
+ of her. Plenty of classic platforming in four nice colors guaranteed!
+ .
+ This package contains the game data files.




More information about the Pkg-games-commits mailing list