[med-svn] r10451 - trunk/packages/king/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Apr 20 08:11:31 UTC 2012


Author: tille
Date: 2012-04-20 08:11:30 +0000 (Fri, 20 Apr 2012)
New Revision: 10451

Modified:
   trunk/packages/king/trunk/debian/get-orig-source
   trunk/packages/king/trunk/debian/rules
Log:
Do not delete the "wrong" copy of documentation when building original source; fix clean target


Modified: trunk/packages/king/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/king/trunk/debian/get-orig-source	2012-04-20 07:42:21 UTC (rev 10450)
+++ trunk/packages/king/trunk/debian/get-orig-source	2012-04-20 08:11:30 UTC (rev 10451)
@@ -31,7 +31,7 @@
 rm -rf king-*-src/installer/win* king-*-src/installer/linux*
 
 # once we are cleaning up the tarball anyway it makes sense to remove useless file duplicates
-rm -rf extratools-*-src/doc/tools-manual.pdf
+rm -rf extratools-*-src/doc/work/tools-manual.pdf
 rm -rf king-*-src/installer/kingicon-orig.png \
        king-*-src/installer/kingicon[12346][02468].png \
        king-*-src/installer/kingicon[13][26].gif

Modified: trunk/packages/king/trunk/debian/rules
===================================================================
--- trunk/packages/king/trunk/debian/rules	2012-04-20 07:42:21 UTC (rev 10450)
+++ trunk/packages/king/trunk/debian/rules	2012-04-20 08:11:30 UTC (rev 10451)
@@ -12,4 +12,8 @@
 
 override_dh_auto_clean:
 	ant -buildfile king/build.xml clean
+	ant -buildfile chiropraxis/build.xml clean
+	ant -buildfile driftwood/build.xml clean
+	ant -buildfile extratools/build.xml clean
+	ant -buildfile molikin/build.xml clean
 	rm -rf king_jar




More information about the debian-med-commit mailing list