Author: e2jk-guest
Date: 2013-05-08 20:50:37 +0000 (Wed, 08 May 2013)
New Revision: 13527

Modified:
   trunk/packages/gnuhealth/trunk/debian/rules
Log:
Delete all the COPYING files instead of linking to 
/usr/share/common-licenses/GPL-3


Modified: trunk/packages/gnuhealth/trunk/debian/rules
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/rules 2013-05-08 20:49:44 UTC (rev 
13526)
+++ trunk/packages/gnuhealth/trunk/debian/rules 2013-05-08 20:50:37 UTC (rev 
13527)
@@ -28,8 +28,7 @@
 
 override_dh_link:
        ## workaround for "extra-license-file":
-       $(foreach FL,$(shell find debian -name 'COPYING' -type f), \
-          $(shell $(RM) "$(FL)" && ln -s /usr/share/common-licenses/GPL-3 
"$(FL)"))
+       $(foreach FL,$(shell find debian -name 'COPYING'), $(shell $(RM) 
"$(FL)"))
        dh_link
 
 override_dh_builddeb:


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

Reply via email to