[med-svn] r11870 - trunk/packages/python-biom-format/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Jul 23 08:11:55 UTC 2012
Author: tille
Date: 2012-07-23 08:11:55 +0000 (Mon, 23 Jul 2012)
New Revision: 11870
Modified:
trunk/packages/python-biom-format/trunk/debian/rules
Log:
Remove language extension from scripts
Modified: trunk/packages/python-biom-format/trunk/debian/rules
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/rules 2012-07-23 07:44:57 UTC (rev 11869)
+++ trunk/packages/python-biom-format/trunk/debian/rules 2012-07-23 08:11:55 UTC (rev 11870)
@@ -5,5 +5,10 @@
%:
dh $@ --with python2
+override_dh_install:
+ dh_install
+ # remove language extension
+ rename 's/\.py$$//;' $(CURDIR)/debian/*/usr/bin/*
+
get-orig-source:
. debian/get-orig-source
More information about the debian-med-commit
mailing list