[med-svn] r8372 - in trunk/packages/mothur/trunk/debian: . patches
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Tue Nov 1 19:05:28 UTC 2011
Author: alteholz-guest
Date: 2011-11-01 19:05:27 +0000 (Tue, 01 Nov 2011)
New Revision: 8372
Modified:
trunk/packages/mothur/trunk/debian/changelog
trunk/packages/mothur/trunk/debian/compat
trunk/packages/mothur/trunk/debian/control
trunk/packages/mothur/trunk/debian/patches/makefile.patch
Log:
preparation of new version
Modified: trunk/packages/mothur/trunk/debian/changelog
===================================================================
--- trunk/packages/mothur/trunk/debian/changelog 2011-11-01 14:01:40 UTC (rev 8371)
+++ trunk/packages/mothur/trunk/debian/changelog 2011-11-01 19:05:27 UTC (rev 8372)
@@ -1,3 +1,15 @@
+mothur (1.22.1-1) UNRELEASED; urgency=low
+
+ * TODO: lintian talks about some spelling errors that might be patched away
+
+ [ Thorsten Alteholz ]
+ * new upstream version
+ * adapted patches to this version
+ * debian/control: no dependency on quilt needed
+ * debian/control + debian/compat: dh version set to >= 8
+
+ -- DMPT <debian-med-packaging at lists.alioth.debian.org> Tue, 01 Nov 2011 18:00:00 +0100
+
mothur (1.18.1-1) unstable; urgency=low
* New upstream version (adapted patches to new location of
Modified: trunk/packages/mothur/trunk/debian/compat
===================================================================
--- trunk/packages/mothur/trunk/debian/compat 2011-11-01 14:01:40 UTC (rev 8371)
+++ trunk/packages/mothur/trunk/debian/compat 2011-11-01 19:05:27 UTC (rev 8372)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/mothur/trunk/debian/control
===================================================================
--- trunk/packages/mothur/trunk/debian/control 2011-11-01 14:01:40 UTC (rev 8371)
+++ trunk/packages/mothur/trunk/debian/control 2011-11-01 19:05:27 UTC (rev 8372)
@@ -5,7 +5,7 @@
Uploaders: Steffen Moeller <moeller at debian.org>,
Andreas Tille <tille at debian.org>,
Tim Booth <tbooth at ceh.ac.uk>
-Build-Depends: debhelper (>= 7.1), libreadline-dev, quilt (>= 0.47)
+Build-Depends: debhelper (>= 8), libreadline-dev
Standards-Version: 3.9.2
Homepage: http://www.mothur.org
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mothur/trunk/?rev=0&sc=0
Modified: trunk/packages/mothur/trunk/debian/patches/makefile.patch
===================================================================
--- trunk/packages/mothur/trunk/debian/patches/makefile.patch 2011-11-01 14:01:40 UTC (rev 8371)
+++ trunk/packages/mothur/trunk/debian/patches/makefile.patch 2011-11-01 19:05:27 UTC (rev 8372)
@@ -1,7 +1,7 @@
Author: Steffen Moeller <moeller at debian.org>
Purpose: Comment MAC specific option
---- mothur-1.18.1.orig/makefile
-+++ mothur-1.18.1/makefile
+--- mothur-1.21.1.orig/makefile
++++ mothur-1.21.1/makefile
@@ -26,7 +26,7 @@
#CXX = g++44
@@ -9,5 +9,5 @@
- TARGET_ARCH += -arch x86_64
+ #TARGET_ARCH += -arch x86_64
- #if you are a linux user use the following line
- #CXXFLAGS += -mtune=native -march=native -m64
+ #if you using cygwin to build Windows the following line
+ #CXX = x86_64-w64-mingw32-g++
More information about the debian-med-commit
mailing list