r8170 - packages/branches/neverball/experimental/debian
Jordà Polo
jorda-guest at alioth.debian.org
Thu Sep 18 17:33:39 UTC 2008
Author: jorda-guest
Date: 2008-09-18 17:33:39 +0000 (Thu, 18 Sep 2008)
New Revision: 8170
Modified:
packages/branches/neverball/experimental/debian/changelog
packages/branches/neverball/experimental/debian/rules
Log:
Remove chmod to fix permissions.
Modified: packages/branches/neverball/experimental/debian/changelog
===================================================================
--- packages/branches/neverball/experimental/debian/changelog 2008-09-18 17:25:39 UTC (rev 8169)
+++ packages/branches/neverball/experimental/debian/changelog 2008-09-18 17:33:39 UTC (rev 8170)
@@ -1,4 +1,4 @@
-neverball (1.4.0+svn2526-1) UNRELEASED; urgency=low
+neverball (1.4.0+svn2527-1) UNRELEASED; urgency=low
* Experimental package based on upstream's development version. (Closes:
#330089, #456522)
@@ -11,6 +11,8 @@
+ Include new documentation files: AUTHORS and MANUAL.
+ Add get-orig-source target to generate an .orig tarball from upstream's
SVN repository.
+ + Remove chmod to fix permissions, there aren't executable data files
+ anymore.
* Updated copyright information.
* Removed obsolete XPM icons; new icons are now included upstream.
* debian/control: Update Standards-Version to 3.8.0.
Modified: packages/branches/neverball/experimental/debian/rules
===================================================================
--- packages/branches/neverball/experimental/debian/rules 2008-09-18 17:25:39 UTC (rev 8169)
+++ packages/branches/neverball/experimental/debian/rules 2008-09-18 17:33:39 UTC (rev 8170)
@@ -41,9 +41,6 @@
dh_clean -k
dh_installdirs
dh_install
- # Fixing permissions of data files.
- find debian/never*/usr/share/games/neverball -type f -perm /+x \
- -print0 | xargs -0 chmod 0644
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-games-commits
mailing list