r15606 - packages/trunk/boswars/debian

Markus Koschany apo-guest at moszumanska.debian.org
Thu Nov 26 23:01:31 UTC 2015


Author: apo-guest
Date: 2015-11-26 23:01:31 +0000 (Thu, 26 Nov 2015)
New Revision: 15606

Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/control
   packages/trunk/boswars/debian/rules
Log:
Release 2.7-2


Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2015-11-26 20:22:33 UTC (rev 15605)
+++ packages/trunk/boswars/debian/changelog	2015-11-26 23:01:31 UTC (rev 15606)
@@ -1,16 +1,25 @@
-boswars (2.7-2) UNRELEASED; urgency=low
+boswars (2.7-2) unstable; urgency=medium
 
+  * Team upload.
+
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
   [ Markus Koschany ]
   * Use compat level 9 and require debhelper >= 9.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Switch from B-D libpng12-dev to libpng-dev. (Closes: #662276)
+  * Add liblua5.1-dev to Build-Depends.
   * debian/control: Add imagemagick to Build-Depends-Indep.
   * debian/rules: Convert desktop file icon to boswars.xpm and use it as menu
     icon. Install it with boswars-data.install to /usr/share/pixmaps.
   * Update boswars.menu. Add longtitle and icon entry. (Closes: #726214)
+  * Remove extra license file from /usr/share/doc and fix Lintian warning.
+  * Fix Lintian warning executable-not-elf-or-script in dh_fixperms override.
+  * Rename boswars binary in dh_auto_build-arch override to prevent a FTBFS
+    with source only uploads.
 
- -- Markus Koschany <apo at gambaru.de>  Sat, 22 Mar 2014 11:22:48 +0100
+ -- Markus Koschany <apo at debian.org>  Thu, 26 Nov 2015 23:41:07 +0100
 
 boswars (2.7-1) unstable; urgency=low
 

Modified: packages/trunk/boswars/debian/control
===================================================================
--- packages/trunk/boswars/debian/control	2015-11-26 20:22:33 UTC (rev 15605)
+++ packages/trunk/boswars/debian/control	2015-11-26 23:01:31 UTC (rev 15606)
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bdefreese at debian.org>, Marc Dequènes (Duck) <Duck at DuckCorp.org>
-Build-Depends: debhelper (>= 9), scons, libpng12-dev, libsdl1.2-dev, libvorbis-dev, liblua5.1-0-dev, pkg-config, libtheora-dev
+Build-Depends: debhelper (>= 9), scons, libpng-dev, libsdl1.2-dev, libvorbis-dev, liblua5.1-0-dev, pkg-config, libtheora-dev, liblua5.1-dev,
 Build-Depends-Indep: imagemagick
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/boswars/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/boswars/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/boswars/
 Homepage: http://www.boswars.org/
 
 Package: boswars

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2015-11-26 20:22:33 UTC (rev 15605)
+++ packages/trunk/boswars/debian/rules	2015-11-26 23:01:31 UTC (rev 15606)
@@ -11,6 +11,8 @@
 
 override_dh_auto_build-arch:
 	scons CPPFLAGS='$(CPPFLAGS)' CCFLAGS='$(CCFLAGS)' LINKFLAGS='$(LINKFLAGS)'
+	# rename binary
+	mv build/boswars-release build/boswars
 
 override_dh_auto_build-indep:
 	convert -monitor -resize 32x32 units/tank/ico_tank.png debian/boswars.xpm
@@ -20,8 +22,6 @@
 override_dh_install:
 	# Copy (and rename) an icon to be used as desktop file
 	cp units/tank/ico_tank.png debian/boswars.png
-	# rename binary
-	mv build/boswars-release build/boswars
 	# Default action
 	dh_install
 	# Remove unneeded files.
@@ -30,7 +30,13 @@
 	done
 	rm -f debian/boswars/usr/share/doc/boswars/html/README-SDL.txt
 	rm -f debian/boswars/usr/share/doc/boswars/html/*copyright*
+	rm -f debian/boswars/usr/share/doc/boswars/html/gpl3.txt
 
+override_dh_fixperms-indep:
+	dh_fixperms
+	chmod a-x debian/boswars-data/usr/share/games/boswars/campaigns/swindler/*
+	chmod a-x debian/boswars-data/usr/share/games/boswars/maps/tokelau.map/presentation.smp
+
 clean:
 	scons -c
 	# Additional icon (see build-indep-stamp)




More information about the Pkg-games-commits mailing list