Author: e2jk-guest
Date: 2014-02-18 22:11:29 +0000 (Tue, 18 Feb 2014)
New Revision: 16066

Modified:
   trunk/packages/gnuhealth/trunk/debian/changelog
   trunk/packages/gnuhealth/trunk/debian/rules
Log:
Fixed upstream, not necessary anymore to remove empty directories.


Modified: trunk/packages/gnuhealth/trunk/debian/changelog
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/changelog     2014-02-18 22:06:49 UTC 
(rev 16065)
+++ trunk/packages/gnuhealth/trunk/debian/changelog     2014-02-18 22:11:29 UTC 
(rev 16066)
@@ -1,6 +1,7 @@
 gnuhealth (2.4.1-1) experimental; urgency=low
 
   * New upstream release
+  * d/rules: Fixed upstream, not necessary anymore to remove empty directories
   * Move the dbconfig-common upgrade script to the correct place
     (DBTYPE/VERSION instead of just DBTYPE)
   * Use upgrade script provided by upstream for 2.4

Modified: trunk/packages/gnuhealth/trunk/debian/rules
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/rules 2014-02-18 22:06:49 UTC (rev 
16065)
+++ trunk/packages/gnuhealth/trunk/debian/rules 2014-02-18 22:11:29 UTC (rev 
16066)
@@ -33,8 +33,6 @@
        chmod a+x debian/gnuhealth-client.py
        # Remove all the tests folders from the binary package
        find debian -name "tests" -type d -prune -execdir rm -r \{\} \;
-       # Remove empty directories (health_who_essential_medicines/security)
-       find debian -type d -empty -delete
 
 override_dh_link:
        ## workaround for "extra-license-file":


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

Reply via email to