[med-svn] r12471 - trunk/packages/gnuhealth/trunk/debian
Dmitry Smirnov
onlyjob-guest at alioth.debian.org
Sat Oct 27 05:58:01 UTC 2012
Author: onlyjob-guest
Date: 2012-10-27 05:58:01 +0000 (Sat, 27 Oct 2012)
New Revision: 12471
Added:
trunk/packages/gnuhealth/trunk/debian/clean
Removed:
trunk/packages/gnuhealth/trunk/debian/README.source
trunk/packages/gnuhealth/trunk/debian/install
Modified:
trunk/packages/gnuhealth/trunk/debian/changelog
trunk/packages/gnuhealth/trunk/debian/rules
Log:
new upstream version [1.6.4]; cleanup & working d/rules
Deleted: trunk/packages/gnuhealth/trunk/debian/README.source
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/README.source 2012-10-27 05:57:44 UTC (rev 12470)
+++ trunk/packages/gnuhealth/trunk/debian/README.source 2012-10-27 05:58:01 UTC (rev 12471)
@@ -1 +0,0 @@
-Source was repackaged because it creates a dirty directory
Modified: trunk/packages/gnuhealth/trunk/debian/changelog
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/changelog 2012-10-27 05:57:44 UTC (rev 12470)
+++ trunk/packages/gnuhealth/trunk/debian/changelog 2012-10-27 05:58:01 UTC (rev 12471)
@@ -1,4 +1,4 @@
-gnuhealth (1.4.2-1) unstable; urgency=low
+gnuhealth (1.6.4-1) unstable; urgency=low
* Initial release (Closes: #??????)
Added: trunk/packages/gnuhealth/trunk/debian/clean
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/clean (rev 0)
+++ trunk/packages/gnuhealth/trunk/debian/clean 2012-10-27 05:58:01 UTC (rev 12471)
@@ -0,0 +1,3 @@
+config.log
+config.status
+Makefile
Deleted: trunk/packages/gnuhealth/trunk/debian/install
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/install 2012-10-27 05:57:44 UTC (rev 12470)
+++ trunk/packages/gnuhealth/trunk/debian/install 2012-10-27 05:58:01 UTC (rev 12471)
@@ -1 +0,0 @@
-medical* usr/share/pyshared
Modified: trunk/packages/gnuhealth/trunk/debian/rules
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/rules 2012-10-27 05:57:44 UTC (rev 12470)
+++ trunk/packages/gnuhealth/trunk/debian/rules 2012-10-27 05:58:01 UTC (rev 12471)
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# debian/rules for medical
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -8,9 +7,15 @@
%:
dh $@ --with python2
-override_dh_install:
- dh_install
- find debian -name "*.xml" -type f -executable -exec chmod a-x \{\} \;
- find debian -name "*.rml" -type f -executable -exec chmod a-x \{\} \;
- find debian -name "*.po" -type f -executable -exec chmod a-x \{\} \;
+override_dh_auto_build:
+ @
+
+override_dh_auto_install:
+ dh_auto_install
find debian -name "*.py" -type f -executable -exec chmod a-x \{\} \;
+
+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)"))
+ dh_link
More information about the debian-med-commit
mailing list