[med-svn] r9959 - trunk/packages/mothur/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Mar 8 14:42:09 UTC 2012
Author: tille
Date: 2012-03-08 14:42:09 +0000 (Thu, 08 Mar 2012)
New Revision: 9959
Modified:
trunk/packages/mothur/trunk/debian/changelog
trunk/packages/mothur/trunk/debian/compat
trunk/packages/mothur/trunk/debian/control
trunk/packages/mothur/trunk/debian/get-orig-source
Log:
get-orig-source more silent; debhelper 9; Build-Depends: gfortran
Modified: trunk/packages/mothur/trunk/debian/changelog
===================================================================
--- trunk/packages/mothur/trunk/debian/changelog 2012-03-08 14:41:01 UTC (rev 9958)
+++ trunk/packages/mothur/trunk/debian/changelog 2012-03-08 14:42:09 UTC (rev 9959)
@@ -1,11 +1,19 @@
mothur (1.23.1-1) UNRELEASED; urgency=low
- * New upstream version
+ * New upstream version (including updating patches)
* debian/upstream:
- fixed typo: s/TITILE/TITLE/
- Moved DOI+PMID to references
+ * debian/control:
+ - Standards-Version: 3.9.3 (no changes needed)
+ - Build-Depends: gfortran
+ * debian/get-orig-source:
+ - be not that verbose
+ - more reproducible creation of tarball
+ - Strip some useless files from tarball (.*; *.o)
+ * debhelper 9 (control+compat)
- -- Andreas Tille <tille at debian.org> Thu, 08 Mar 2012 14:44:49 +0100
+ -- Andreas Tille <tille at debian.org> Thu, 08 Mar 2012 14:52:47 +0100
mothur (1.22.2-2) unstable; urgency=low
Modified: trunk/packages/mothur/trunk/debian/compat
===================================================================
--- trunk/packages/mothur/trunk/debian/compat 2012-03-08 14:41:01 UTC (rev 9958)
+++ trunk/packages/mothur/trunk/debian/compat 2012-03-08 14:42:09 UTC (rev 9959)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/mothur/trunk/debian/control
===================================================================
--- trunk/packages/mothur/trunk/debian/control 2012-03-08 14:41:01 UTC (rev 9958)
+++ trunk/packages/mothur/trunk/debian/control 2012-03-08 14:42:09 UTC (rev 9959)
@@ -5,8 +5,8 @@
Uploaders: Steffen Moeller <moeller at debian.org>,
Andreas Tille <tille at debian.org>,
Tim Booth <tbooth at ceh.ac.uk>
-Build-Depends: debhelper (>= 8), libreadline-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), libreadline-dev, gfortran
+Standards-Version: 3.9.3
Homepage: http://www.mothur.org
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mothur/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mothur/trunk/
Modified: trunk/packages/mothur/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/mothur/trunk/debian/get-orig-source 2012-03-08 14:41:01 UTC (rev 9958)
+++ trunk/packages/mothur/trunk/debian/get-orig-source 2012-03-08 14:42:09 UTC (rev 9959)
@@ -1,7 +1,7 @@
#!/bin/sh
# script to download and repack source package of mothur because it is provided as zip
-set -x
+# set -x
PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
VERSION=`uscan --verbose --force-download | \
grep "Newest version on remote site is .* local version is .*" | \
@@ -14,10 +14,11 @@
cd ../tarballs
UPSTREAMDIR="${PKG}-${VERSION}"
-unzip ../${UPSTREAMNAME}.${VERSION}.zip
+unzip -q ../${UPSTREAMNAME}.${VERSION}.zip
mv Mothur.source ${UPSTREAMDIR}
-rm -f ${UPSTREAMDIR}/.DS_Store
+find ${UPSTREAMDIR} -name ".*" | xargs rm -f
+find ${UPSTREAMDIR} -name "*.o" | xargs rm -f
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "${UPSTREAMDIR}"
+GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$PKG"_"$VERSION".orig.tar.gz "${UPSTREAMDIR}"
rm -rf "${UPSTREAMDIR}" __MACOSX
More information about the debian-med-commit
mailing list