[med-svn] r15919 - in trunk/packages/flexbar/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Fri Jan 31 11:50:37 UTC 2014


Author: tille
Date: 2014-01-31 11:50:37 +0000 (Fri, 31 Jan 2014)
New Revision: 15919

Modified:
   trunk/packages/flexbar/trunk/debian/changelog
   trunk/packages/flexbar/trunk/debian/control
   trunk/packages/flexbar/trunk/debian/copyright
   trunk/packages/flexbar/trunk/debian/patches/series
   trunk/packages/flexbar/trunk/debian/rules
   trunk/packages/flexbar/trunk/debian/watch
Log:
cme fix dpkg-control; adapted to new upstream


Modified: trunk/packages/flexbar/trunk/debian/changelog
===================================================================
--- trunk/packages/flexbar/trunk/debian/changelog	2014-01-31 10:50:15 UTC (rev 15918)
+++ trunk/packages/flexbar/trunk/debian/changelog	2014-01-31 11:50:37 UTC (rev 15919)
@@ -1,9 +1,10 @@
-flexbar (2.40~dfsg-1) UNRELEASED; urgency=low
+flexbar (2.40-1) UNRELEASED; urgency=low
 
   * New upstream release
   * debian/watch: adapt to upstream versioning scheme
-  * debian/control: Architecture any since upstream fixed build system
-    also for 32bit systems
+  * debian/control:
+     - Architecture any since upstream fixed build system for 32bit systems
+     - cme fix dpkg-control
   * Build against Debian packaged seqan
 
  -- Andreas Tille <tille at debian.org>  Sun, 24 Nov 2013 19:05:44 +0100

Modified: trunk/packages/flexbar/trunk/debian/control
===================================================================
--- trunk/packages/flexbar/trunk/debian/control	2014-01-31 10:50:15 UTC (rev 15918)
+++ trunk/packages/flexbar/trunk/debian/control	2014-01-31 11:50:37 UTC (rev 15919)
@@ -1,18 +1,22 @@
 Source: flexbar
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Tony Travis <ajt at minke.ukfsn.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
-  Tony Travis <ajt at minke.ukfsn.org>
-Build-Depends: debhelper (>= 9), libtbb-dev, cmake
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+               libtbb-dev,
+               cmake,
+               seqan-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/flexbar/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/flexbar/trunk/
 Homepage: https://sourceforge.net/projects/flexbar/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/flexbar/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/flexbar/trunk/
 
 Package: flexbar
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: flexible barcode and adapter removal for sequencing platforms
  Flexbar preprocesses high-throughput sequencing data efficiently. It
  demultiplexes barcoded runs and removes adapter sequences. Moreover,

Modified: trunk/packages/flexbar/trunk/debian/copyright
===================================================================
--- trunk/packages/flexbar/trunk/debian/copyright	2014-01-31 10:50:15 UTC (rev 15918)
+++ trunk/packages/flexbar/trunk/debian/copyright	2014-01-31 11:50:37 UTC (rev 15919)
@@ -8,8 +8,8 @@
 License: GPL-3.0+
 
 Files: debian/*
-Copyright: © 2013 Andreas Tille <tille at debian.org>,
-                  Tony Travis <ajt at minke.ukfsn.org>
+Copyright: © 2013-2014 Andreas Tille <tille at debian.org>,
+             2013 Tony Travis <ajt at minke.ukfsn.org>
 License: GPL-3.0+
 
 License: GPL-3.0+

Modified: trunk/packages/flexbar/trunk/debian/patches/series
===================================================================
--- trunk/packages/flexbar/trunk/debian/patches/series	2014-01-31 10:50:15 UTC (rev 15918)
+++ trunk/packages/flexbar/trunk/debian/patches/series	2014-01-31 11:50:37 UTC (rev 15919)
@@ -1,2 +1,2 @@
-removerpath.patch
-add_shebang_to_tests.patch
+# removerpath.patch
+# add_shebang_to_tests.patch

Modified: trunk/packages/flexbar/trunk/debian/rules
===================================================================
--- trunk/packages/flexbar/trunk/debian/rules	2014-01-31 10:50:15 UTC (rev 15918)
+++ trunk/packages/flexbar/trunk/debian/rules	2014-01-31 11:50:37 UTC (rev 15919)
@@ -8,6 +8,3 @@
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f test/result_*fast[aq]
-
-#get-orig-source:
-#	. debian/get-orig-source

Modified: trunk/packages/flexbar/trunk/debian/watch
===================================================================
--- trunk/packages/flexbar/trunk/debian/watch	2014-01-31 10:50:15 UTC (rev 15918)
+++ trunk/packages/flexbar/trunk/debian/watch	2014-01-31 11:50:37 UTC (rev 15919)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(\d)\.(\d)$/$1.$20/,dversionmangle=s/[~+]dfsg// \
+opts=uversionmangle=s/(\d)\.(\d)$/$1.$20/ \
   http://sf.net/flexbar/flexbar_v(.*)_src\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the debian-med-commit mailing list