[med-svn] r11063 - trunk/packages/strap-base/trunk/debian

Christoph Gille christophgil-guest at alioth.debian.org
Mon May 28 23:01:38 UTC 2012


Author: christophgil-guest
Date: 2012-05-28 23:01:37 +0000 (Mon, 28 May 2012)
New Revision: 11063

Removed:
   trunk/packages/strap-base/trunk/debian/doc/
Modified:
   trunk/packages/strap-base/trunk/debian/rules
Log:


Modified: trunk/packages/strap-base/trunk/debian/rules
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules	2012-05-28 22:25:10 UTC (rev 11062)
+++ trunk/packages/strap-base/trunk/debian/rules	2012-05-28 23:01:37 UTC (rev 11063)
@@ -18,7 +18,7 @@
 STRAPSRC := ~/tmp/build_strap-base/strap-base-$(VERSION)
 
 override_dh_installdocs:
-	echo override_dh_installdocs
+	echo override_dh_installdocs -- do nothing
 
 override_dh_auto_build:
 	dh_auto_build
@@ -40,6 +40,7 @@
 	mkdir -p doc # otherwise Error in rules binary: dh_installdocs cp: cannot stat `doc/': No such file or directory
 	mkdir -p $(STRAPSRC)
 	mkdir -p $(TARBALLS)
+	mkdir -p $(SRC_TMP)
 	[ -f $(ORIG_JAR) ] || wget -O $(ORIG_JAR) http://www.bioinformatics.org/strap/debian/strap.jar	
     # We need only the source code files in strap.jar and will delete all .class files
 	cd  $(STRAPSRC) && unzip -o -q $(ORIG_JAR) && find . -name "*.class" -delete	




More information about the debian-med-commit mailing list