[med-svn] r5107 - in trunk/packages/mothur/trunk/debian: . patches
Steffen Möller
moeller at alioth.debian.org
Thu Aug 5 12:45:53 UTC 2010
Author: moeller
Date: 2010-08-05 12:45:51 +0000 (Thu, 05 Aug 2010)
New Revision: 5107
Modified:
trunk/packages/mothur/trunk/debian/changelog
trunk/packages/mothur/trunk/debian/control
trunk/packages/mothur/trunk/debian/patches/series
trunk/packages/mothur/trunk/debian/rules
Log:
Update to latest upstream.
Modified: trunk/packages/mothur/trunk/debian/changelog
===================================================================
--- trunk/packages/mothur/trunk/debian/changelog 2010-08-05 09:05:59 UTC (rev 5106)
+++ trunk/packages/mothur/trunk/debian/changelog 2010-08-05 12:45:51 UTC (rev 5107)
@@ -1,5 +1,11 @@
-mothur (1.11.0-1) unstable; urgency=low
+mothur (1.12.2-1) UNRELEASED; urgency=low
+ * New upstream version.
+
+ -- Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de> Thu, 05 Aug 2010 13:54:18 +0200
+
+mothur (1.11.0-1) UNRELEASED; urgency=low
+
* Initial release (Closes: #589675)
-- Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de> Fri, 02 Jul 2010 12:27:50 +0200
Modified: trunk/packages/mothur/trunk/debian/control
===================================================================
--- trunk/packages/mothur/trunk/debian/control 2010-08-05 09:05:59 UTC (rev 5106)
+++ trunk/packages/mothur/trunk/debian/control 2010-08-05 12:45:51 UTC (rev 5107)
@@ -4,7 +4,7 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de>, Steffen Moeller <moeller at debian.org>
Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1.0
Homepage: http://www.mothur.org
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mothur/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mothur/trunk/
Modified: trunk/packages/mothur/trunk/debian/patches/series
===================================================================
--- trunk/packages/mothur/trunk/debian/patches/series 2010-08-05 09:05:59 UTC (rev 5106)
+++ trunk/packages/mothur/trunk/debian/patches/series 2010-08-05 12:45:51 UTC (rev 5107)
@@ -1 +1,2 @@
+makefile.patch
fix_clean_with_no_object_files.patch
Modified: trunk/packages/mothur/trunk/debian/rules
===================================================================
--- trunk/packages/mothur/trunk/debian/rules 2010-08-05 09:05:59 UTC (rev 5106)
+++ trunk/packages/mothur/trunk/debian/rules 2010-08-05 12:45:51 UTC (rev 5107)
@@ -9,10 +9,37 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-%:
- dh $@
+build: build-stamp
-UPSTREAM_VERSION=1.11.0
+build-stamp:
+ make 64BIT_VERSION=yes
+ touch $@
+
+install: build-stamp
+
+binary: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_install
+ dh_installmenu
+# dh_desktop
+# dh_python
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+UPSTREAM_VERSION=1.12.2
get-orig-source:
-@ if [ -d "mothur-$(UPSTREAM_VERSION)" -o -d "Mothur.source" -o -r Mothur.source.zip ] ; then \
echo "First run rm -rf Mothur.source mothur-$(UPSTREAM_VERSION) Mothur.source.zip" ; \
More information about the debian-med-commit
mailing list