[Debian-med-packaging] [SCM] picard-tools branch, master, updated. upstream/1.23-7-g37708a5

Charles Plessy plessy at debian.org
Thu Jun 24 03:59:06 UTC 2010


The following commit has been merged in the master branch:
commit 37708a5b9665160312115e961694d2db57ab3d5d
Author: Charles Plessy <plessy at debian.org>
Date:   Thu Jun 24 12:56:09 2010 +0900

    Making sure that the empty lib directory is present at build time.

diff --git a/debian/rules b/debian/rules
index 30c6aff..2d8f545 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ export DH_OPTIONS
 %:
 	dh  $@
 
+override_dh_auto_configure:
+	[ -d lib ] || mkdir lib # This empty directory is lost in the packages's Git clone.
+	dh_auto_configure
+
 # Adapted from http://wiki.debian.org/SandroTosi/Svn_get-orig-source
 PACKAGE =	picard-tools
 SRC_VERSION =	$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')

-- 
manipulate SAM and BAM files



More information about the Debian-med-packaging mailing list