[Debichem-commits] r1129 - in /unstable/garlic/debian: changelog rules
dleidert-guest at users.alioth.debian.org
dleidert-guest at users.alioth.debian.org
Sun Feb 24 03:04:44 UTC 2008
Author: dleidert-guest
Date: Sun Feb 24 03:04:44 2008
New Revision: 1129
URL: http://svn.debian.org/wsvn/debichem/?sc=1&rev=1129
Log:
* debian/rules (binary): This is too late to fix script permissions. Moved
into binary-fixup target to avoid executable-not-elf-or-script lintian
warning.
Modified:
unstable/garlic/debian/changelog
unstable/garlic/debian/rules
Modified: unstable/garlic/debian/changelog
URL: http://svn.debian.org/wsvn/debichem/unstable/garlic/debian/changelog?rev=1129&op=diff
==============================================================================
--- unstable/garlic/debian/changelog (original)
+++ unstable/garlic/debian/changelog Sun Feb 24 03:04:44 2008
@@ -4,8 +4,8 @@
* debian/garlic.1: ROFF updates for easier maintenance in the future.
* debian/rules: Declare PACKAGE before including any CDBS classes. Exclude
all example files from being compressed (be consistent here).
- (binary): This is too late to fix script permissions. Moved into install
- target to avoid executable-not-elf-or-script lintian warning.
+ (binary): This is too late to fix script permissions. Moved into
+ binary-fixup target to avoid executable-not-elf-or-script lintian warning.
-- Michael Banck <mbanck at debian.org> Mon, 11 Feb 2008 22:23:52 +0100
Modified: unstable/garlic/debian/rules
URL: http://svn.debian.org/wsvn/debichem/unstable/garlic/debian/rules?rev=1129&op=diff
==============================================================================
--- unstable/garlic/debian/rules (original)
+++ unstable/garlic/debian/rules Sun Feb 24 03:04:44 2008
@@ -16,6 +16,6 @@
rm -f *.o garlic
rm -f garlicrc
-install/garlic::
- chmod 644 *.script
+binary-fixup/garlic::
+ chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/examples/*.script
More information about the Debichem-commits
mailing list