[med-svn] r13527 - trunk/packages/gnuhealth/trunk/debian
Emilien Klein
e2jk-guest at alioth.debian.org
Wed May 8 20:50:37 UTC 2013
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:
More information about the debian-med-commit
mailing list