[med-svn] r13792 - trunk/packages/mgltools/cadd/trunk/debian
Thorsten Alteholz
alteholz at alioth.debian.org
Sat Jun 1 16:30:18 UTC 2013
Author: alteholz
Date: 2013-06-01 16:30:17 +0000 (Sat, 01 Jun 2013)
New Revision: 13792
Modified:
trunk/packages/mgltools/cadd/trunk/debian/changelog
trunk/packages/mgltools/cadd/trunk/debian/rules
Log:
some cadd-files had wrong permissions
Modified: trunk/packages/mgltools/cadd/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/changelog 2013-06-01 16:12:00 UTC (rev 13791)
+++ trunk/packages/mgltools/cadd/trunk/debian/changelog 2013-06-01 16:30:17 UTC (rev 13792)
@@ -4,6 +4,7 @@
* debian/control: bump standard to 3.9.4 (no changes)
* debian/control: remove DM-Upload-Allowed
* debian/copyright: add permission for debian to distribute mgltools
+ * debian/rules: remove x bit from some helper scripts
-- Thorsten Alteholz <debian at alteholz.de> Sun, 19 May 2013 12:00:00 +0200
Modified: trunk/packages/mgltools/cadd/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/rules 2013-06-01 16:12:00 UTC (rev 13791)
+++ trunk/packages/mgltools/cadd/trunk/debian/rules 2013-06-01 16:30:17 UTC (rev 13792)
@@ -16,6 +16,8 @@
dh_install
find $(CURDIR)/debian/mgltools-cadd -name runCADD | xargs -r chmod 755
find $(CURDIR)/debian/mgltools-cadd -name *.prm -o -name *.res | xargs -r chmod -x
+ find $(CURDIR)/debian/mgltools-cadd -name raccoonLauncher | xargs -r chmod -x
+ find $(CURDIR)/debian/mgltools-cadd -name *.bat | xargs -r chmod -x
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
More information about the debian-med-commit
mailing list