[med-svn] r17843 - trunk/packages/dicompyler/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Aug 25 11:39:40 UTC 2014
Author: tille
Date: 2014-08-25 11:39:40 +0000 (Mon, 25 Aug 2014)
New Revision: 17843
Modified:
trunk/packages/dicompyler/trunk/debian/changelog
trunk/packages/dicompyler/trunk/debian/rules
Log:
Try to use buildsystem=pybuild (but failed for the moment - will ask for help)
Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog 2014-08-25 11:37:46 UTC (rev 17842)
+++ trunk/packages/dicompyler/trunk/debian/changelog 2014-08-25 11:39:40 UTC (rev 17843)
@@ -2,6 +2,7 @@
* Adapt to wxpython3.0 using wx-migration-tools
Closes: #759056
+ * Use buildsystem=pybuild
-- Andreas Tille <tille at debian.org> Mon, 25 Aug 2014 10:08:49 +0200
Modified: trunk/packages/dicompyler/trunk/debian/rules
===================================================================
--- trunk/packages/dicompyler/trunk/debian/rules 2014-08-25 11:37:46 UTC (rev 17842)
+++ trunk/packages/dicompyler/trunk/debian/rules 2014-08-25 11:39:40 UTC (rev 17843)
@@ -6,8 +6,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+
+export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/$(DEBPKGNAME) --install-scripts=/usr/share/$(DEBPKGNAME)
+
%:
- dh $@ --with python2
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_install:
dh_install
More information about the debian-med-commit
mailing list