r14385 - packages/trunk/hex-a-hop/debian

Paul Wise pabs at alioth.debian.org
Mon Jul 1 07:17:14 UTC 2013


Author: pabs
Date: 2013-07-01 07:17:14 +0000 (Mon, 01 Jul 2013)
New Revision: 14385

Added:
   packages/trunk/hex-a-hop/debian/hex-a-hop-data.install
   packages/trunk/hex-a-hop/debian/hex-a-hop.install
Modified:
   packages/trunk/hex-a-hop/debian/changelog
   packages/trunk/hex-a-hop/debian/compat
   packages/trunk/hex-a-hop/debian/control
   packages/trunk/hex-a-hop/debian/rules
Log:
Update a bunch of things

Modified: packages/trunk/hex-a-hop/debian/changelog
===================================================================
--- packages/trunk/hex-a-hop/debian/changelog	2013-07-01 06:30:55 UTC (rev 14384)
+++ packages/trunk/hex-a-hop/debian/changelog	2013-07-01 07:17:14 UTC (rev 14385)
@@ -15,6 +15,12 @@
   * Correct Vcs-* URLs
   * Improve menu file
   * Add upstream info
+  * Switch to debhelper compat 9
+  * Enable dh-autoreconf
+  * Add sound support
+  * Bump Standards-Version, no changes needed
+  * Split the data into a separate package
+  * Put the data into a subdir of /usr/share/games
 
  -- Paul Wise <pabs at debian.org>  Sat, 28 Aug 2010 18:41:43 +0800
 

Modified: packages/trunk/hex-a-hop/debian/compat
===================================================================
--- packages/trunk/hex-a-hop/debian/compat	2013-07-01 06:30:55 UTC (rev 14384)
+++ packages/trunk/hex-a-hop/debian/compat	2013-07-01 07:17:14 UTC (rev 14385)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/hex-a-hop/debian/control
===================================================================
--- packages/trunk/hex-a-hop/debian/control	2013-07-01 06:30:55 UTC (rev 14384)
+++ packages/trunk/hex-a-hop/debian/control	2013-07-01 07:17:14 UTC (rev 14385)
@@ -9,12 +9,15 @@
  Sam Hocevar <sho at debian.org>,
  Barry deFreese <bdefreese at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
- gettext,
+ autopoint,
+ debhelper (>= 9),
+ dh-autoreconf,
+ libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev,
  libsdl-pango-dev,
  libsdl1.2-dev,
  po4a
-Standards-Version: 3.8.3
+Standards-Version: 3.9.4
 Homepage: http://hexahop.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/hex-a-hop/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/hex-a-hop/
@@ -22,6 +25,8 @@
 Package: hex-a-hop
 Architecture: any
 Depends:
+ hex-a-hop-data (<= ${source:Version}),
+ hex-a-hop-data (>= ${source:Upstream-Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: puzzle game based on hexagonal tiles
@@ -31,3 +36,19 @@
  make things more difficult and interesting as you progress through the many
  levels. You can use the infinite undo feature to retrace your steps if you
  make a mistake. You can take as long as you like to complete each level.
+
+Package: hex-a-hop-data
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends}
+Replaces:
+ hex-a-hop (<< 1.2.0-1~)
+Breaks:
+ hex-a-hop (<< 1.2.0-1~)
+Description: graphics, audio, levels and translations for Hex-a-hop
+ This package contains graphics, audio, levels, docs and l10n for Hex-a-hop.
+ .
+ Graphics included are the background, icons, map layers, tile images,
+ title graphics and movement animations of the heroine. Audio included
+ are the music and sound effects.

Added: packages/trunk/hex-a-hop/debian/hex-a-hop-data.install
===================================================================
--- packages/trunk/hex-a-hop/debian/hex-a-hop-data.install	                        (rev 0)
+++ packages/trunk/hex-a-hop/debian/hex-a-hop-data.install	2013-07-01 07:17:14 UTC (rev 14385)
@@ -0,0 +1,3 @@
+usr/share/doc
+usr/share/games
+usr/share/locale

Added: packages/trunk/hex-a-hop/debian/hex-a-hop.install
===================================================================
--- packages/trunk/hex-a-hop/debian/hex-a-hop.install	                        (rev 0)
+++ packages/trunk/hex-a-hop/debian/hex-a-hop.install	2013-07-01 07:17:14 UTC (rev 14385)
@@ -0,0 +1,4 @@
+data/hex-a-hop.xpm usr/share/pixmaps
+usr/games
+usr/share/applications
+usr/share/man

Modified: packages/trunk/hex-a-hop/debian/rules
===================================================================
--- packages/trunk/hex-a-hop/debian/rules	2013-07-01 06:30:55 UTC (rev 14384)
+++ packages/trunk/hex-a-hop/debian/rules	2013-07-01 07:17:14 UTC (rev 14385)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --bindir=/usr/games
+	dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games/hex-a-hop




More information about the Pkg-games-commits mailing list