[med-svn] r16781 - trunk/packages/smalt/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Apr 25 06:39:41 UTC 2014
Author: tille
Date: 2014-04-25 06:39:41 +0000 (Fri, 25 Apr 2014)
New Revision: 16781
Modified:
trunk/packages/smalt/trunk/debian/changelog
trunk/packages/smalt/trunk/debian/rules
Log:
Deal with examples package only if arch=all is built
Modified: trunk/packages/smalt/trunk/debian/changelog
===================================================================
--- trunk/packages/smalt/trunk/debian/changelog 2014-04-24 20:51:01 UTC (rev 16780)
+++ trunk/packages/smalt/trunk/debian/changelog 2014-04-25 06:39:41 UTC (rev 16781)
@@ -1,3 +1,11 @@
+smalt (0.7.6-2) unstable; urgency=medium
+
+ * Deal with examples package only if arch=all is built
+ Closes: #745782
+ * Cleanup debian/rules from comments that became useless
+
+ -- Andreas Tille <tille at debian.org> Fri, 25 Apr 2014 08:04:26 +0200
+
smalt (0.7.6-1) unstable; urgency=low
* Initial release (Closes: #744960)
Modified: trunk/packages/smalt/trunk/debian/rules
===================================================================
--- trunk/packages/smalt/trunk/debian/rules 2014-04-24 20:51:01 UTC (rev 16780)
+++ trunk/packages/smalt/trunk/debian/rules 2014-04-25 06:39:41 UTC (rev 16781)
@@ -2,34 +2,14 @@
# DH_VERBOSE := 1
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables you can
-# include /usr/share/cdbs/1/rules/buildvars.mk
-# and use what is set there. Any hint whether dh might set variables in
-# a similar manner are welcome.
-
# autoreconf is needed to make the patch to test/Makefile.am effective
%:
dh $@ # --with auto#reconf
-# Attention: As long as we do not have bambamc library packaged for
-# Debian this needs to be excluded
-# The packaging of the library is planed but not yet accomplished
-#override_dh_auto_configure:
-# dh_auto_configure -- --with-bambamc=no
-
override_dh_auto_install:
# upstream install does install more files than needed
-override_dh_install:
+override_dh_install-indep:
dh_install
# fix path to smalt executable in examples
for py in `ls test/*.py` ; do \
@@ -39,11 +19,3 @@
override_dh_auto_clean:
dh_auto_clean
rm -rf test/*.pyc misc/*.pyc test/tmp
-
-#override_dh_auto_test:
-# # Hack around the erronuous test/Makefile.am to not do a test requiring bambamc
-# sed -i 's/bam_cigar_test\.py//' test/Makefile
-# dh_auto_test
-
-#get-orig-source:
-# . debian/get-orig-source
More information about the debian-med-commit
mailing list