[med-svn] [SCM] emboss branch, master, updated. debian/6.4.0-2-6-g92abf59

Andreas Tille tille at debian.org
Fri Aug 10 21:30:59 UTC 2012


The following commit has been merged in the master branch:
commit 92abf59a715c52ee99952c3f0a62f2e511fda96a
Author: Andreas Tille <tille at debian.org>
Date:   Fri Aug 10 23:29:27 2012 +0200

    use autoreconf to enable latest changes

diff --git a/debian/changelog b/debian/changelog
index d4d447d..d75f1b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emboss (6.4.0-4) unstable; urgency=low
+
+  * use autoreconf to enable latest changes
+
+ -- Andreas Tille <tille at debian.org>  Fri, 10 Aug 2012 22:46:33 +0200
+
 emboss (6.4.0-3) unstable; urgency=low
 
   * Import patches prepared by Felix Geyer <fgeyer at debian.org> to cope
diff --git a/debian/control b/debian/control
index a59f156..d07a7a2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Charles Plessy <plessy at debian.org>,
 Build-Depends: debhelper (>= 9), quilt, libx11-dev, x11proto-core-dev,
  libgdchart-gd2-xpm-dev, zlib1g-dev, libpng-dev, libexpat1-dev, libhpdf-dev,
  libmysqlclient-dev, libpq-dev, antiword, sharutils, autotools-dev,
- tcsh | csh | c-shell,
+ tcsh | csh | c-shell, dh-autoreconf,
 # Needed until the following is solved: https://sourceforge.net/tracker/?func=detail&aid=3033326&group_id=93650&atid=605031 
  default-jdk
 #Build-Depends-Indep: default-jdk
diff --git a/debian/rules b/debian/rules
index 234f1db..ebf9a8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --with autotools-dev,quilt
+	dh $@ --with autotools-dev,quilt,autoreconf
 
 VERSION := $(shell dpkg-parsechangelog | grep Ver | cut -d' ' -f2 | cut -d- -f1)
 RENAMED := cons pscan

-- 
The European Molecular Biology Open Software Suite.



More information about the debian-med-commit mailing list