Author: bbk-guest Date: 2011-08-21 15:49:40 +0000 (Sun, 21 Aug 2011) New Revision: 12622
Modified: packages/trunk/playonlinux/debian/changelog packages/trunk/playonlinux/debian/rules Log: debian/rules: remove permission fixing Modified: packages/trunk/playonlinux/debian/changelog =================================================================== --- packages/trunk/playonlinux/debian/changelog 2011-08-21 14:42:10 UTC (rev 12621) +++ packages/trunk/playonlinux/debian/changelog 2011-08-21 15:49:40 UTC (rev 12622) @@ -2,8 +2,9 @@ * New upstream release. * Remove patches/license.diff, not necessary any more. + * debian/rules: remove permission fixing. - -- Bertrand Marc <[email protected]> Sun, 21 Aug 2011 15:30:44 +0200 + -- Bertrand Marc <[email protected]> Sun, 21 Aug 2011 17:48:39 +0200 playonlinux (3.8.12-1) UNRELEASED; urgency=low Modified: packages/trunk/playonlinux/debian/rules =================================================================== --- packages/trunk/playonlinux/debian/rules 2011-08-21 14:42:10 UTC (rev 12621) +++ packages/trunk/playonlinux/debian/rules 2011-08-21 15:49:40 UTC (rev 12622) @@ -27,17 +27,6 @@ dh_prep dh_installdirs - chmod -x CHANGELOG - chmod -R -x+X etc/ - chmod -R -x+X themes/ - chmod -R -x+X lang/locale/ - 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 dh_testdir _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

