r11704 - packages/trunk/playonlinux/debian

Bertrand Marc bbk-guest at alioth.debian.org
Wed Jan 26 10:29:44 UTC 2011


Author: bbk-guest
Date: 2011-01-26 10:29:44 +0000 (Wed, 26 Jan 2011)
New Revision: 11704

Modified:
   packages/trunk/playonlinux/debian/changelog
   packages/trunk/playonlinux/debian/rules
Log:
Fix 2 lintian warnings: remove locale templates, fix permissions in bash/

Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog	2011-01-26 10:14:49 UTC (rev 11703)
+++ packages/trunk/playonlinux/debian/changelog	2011-01-26 10:29:44 UTC (rev 11704)
@@ -2,8 +2,10 @@
 
   * New upstream release.
   * Refresh patches.
+  * Remove lang/locale/templates.
+  * Fix permissions in bash/.
 
- -- Bertrand Marc <beberking at gmail.com>  Wed, 26 Jan 2011 11:13:57 +0100
+ -- Bertrand Marc <beberking at gmail.com>  Wed, 26 Jan 2011 11:27:59 +0100
 
 playonlinux (3.8-1) UNRELEASED; urgency=low
 

Modified: packages/trunk/playonlinux/debian/rules
===================================================================
--- packages/trunk/playonlinux/debian/rules	2011-01-26 10:14:49 UTC (rev 11703)
+++ packages/trunk/playonlinux/debian/rules	2011-01-26 10:29:44 UTC (rev 11704)
@@ -34,6 +34,9 @@
 	chmod -x python/lib/__init__.py
 	chmod +x lib/*
 	chmod +x bash/terminals/*
+	chmod +x bash/debug_main
+	rm lang/locale/templates/pol.pot
+	rmdir lang/locale/templates
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-games-commits mailing list