[med-svn] r14301 - trunk/packages/velvet/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Aug 2 07:14:40 UTC 2013


Author: tille
Date: 2013-08-02 07:14:40 +0000 (Fri, 02 Aug 2013)
New Revision: 14301

Modified:
   trunk/packages/velvet/trunk/debian/changelog
   trunk/packages/velvet/trunk/debian/rules
Log:
Do not try to rmdir nonexisting directory


Modified: trunk/packages/velvet/trunk/debian/changelog
===================================================================
--- trunk/packages/velvet/trunk/debian/changelog	2013-08-02 06:46:26 UTC (rev 14300)
+++ trunk/packages/velvet/trunk/debian/changelog	2013-08-02 07:14:40 UTC (rev 14301)
@@ -23,6 +23,7 @@
      - Adapt Source location
   * debian/README.source: Updated explanation for repackaging, droped some
     outdated information
+  * debian/rules: Do not try to rmdir nonexisting directory
 
  -- Andreas Tille <tille at debian.org>  Thu, 01 Aug 2013 14:33:28 +0200
 

Modified: trunk/packages/velvet/trunk/debian/rules
===================================================================
--- trunk/packages/velvet/trunk/debian/rules	2013-08-02 06:46:26 UTC (rev 14300)
+++ trunk/packages/velvet/trunk/debian/rules	2013-08-02 07:14:40 UTC (rev 14301)
@@ -32,7 +32,7 @@
 	dh_install
 	#If the tarball is not being scrubbed we need this.
 	# find $(CURDIR)/debian/$(pkg) -name '.DS_Store' -exec rm {} \;
-	rmdir $(CURDIR)/debian/$(pkg)/usr/share/velvet/contrib/MetaVelvet-v0.3.1/obj
+	rm -rf $(CURDIR)/debian/$(pkg)/usr/share/velvet/contrib/MetaVelvet-v0.3.1/obj
 
 #Prevent compression of user manual
 override_dh_compress :




More information about the debian-med-commit mailing list