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 <[email protected]>  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 :


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to