[med-svn] r13886 - trunk/packages/mgltools/cadd/trunk/debian

Thorsten Alteholz alteholz at alioth.debian.org
Sat Jun 8 17:25:18 UTC 2013


Author: alteholz
Date: 2013-06-08 17:25:18 +0000 (Sat, 08 Jun 2013)
New Revision: 13886

Modified:
   trunk/packages/mgltools/cadd/trunk/debian/changelog
   trunk/packages/mgltools/cadd/trunk/debian/rules
Log:
obsolete file prevents compiling

Modified: trunk/packages/mgltools/cadd/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/changelog	2013-06-08 14:20:12 UTC (rev 13885)
+++ trunk/packages/mgltools/cadd/trunk/debian/changelog	2013-06-08 17:25:18 UTC (rev 13886)
@@ -1,3 +1,10 @@
+mgltools-cadd (1.5.7~rc1~cvs.20130519-2) unstable; urgency=low
+
+  * debian/rules: remove obsolete file with syntax errors
+                  (Closes: #711455)
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Sat, 08 Jun 2013 17:00:00 +0200
+
 mgltools-cadd (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/cadd/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/rules	2013-06-08 14:20:12 UTC (rev 13885)
+++ trunk/packages/mgltools/cadd/trunk/debian/rules	2013-06-08 17:25:18 UTC (rev 13886)
@@ -14,6 +14,9 @@
 
 override_dh_install:
 	dh_install
+	# remove some obsolete file, change if file vanishes upstream
+	rm $(CURDIR)/debian/mgltools-cadd/usr/lib/python2.7/dist-packages/CADD/Raccoon2/RaccoonTools.py
+
 	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




More information about the debian-med-commit mailing list