[med-svn] r15693 - trunk/packages/anfo/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Jan 1 16:59:45 UTC 2014
Author: tille
Date: 2014-01-01 16:59:45 +0000 (Wed, 01 Jan 2014)
New Revision: 15693
Removed:
trunk/packages/anfo/trunk/debian/patches/
Modified:
trunk/packages/anfo/trunk/debian/changelog
trunk/packages/anfo/trunk/debian/compat
trunk/packages/anfo/trunk/debian/control
trunk/packages/anfo/trunk/debian/watch
Log:
Some updating according latest Debian Med policy
Modified: trunk/packages/anfo/trunk/debian/changelog
===================================================================
--- trunk/packages/anfo/trunk/debian/changelog 2013-12-31 17:33:09 UTC (rev 15692)
+++ trunk/packages/anfo/trunk/debian/changelog 2014-01-01 16:59:45 UTC (rev 15693)
@@ -1,3 +1,14 @@
+anfo (0.98-1) UNRELEASED; urgency=medium
+
+ * fixed watch file
+ * debian/control:
+ - cme fix dpkg-control
+ - Priority: optional
+ - debhelper 9
+ - canonical Vcs fields
+
+ -- Andreas Tille <tille at debian.org> Wed, 01 Jan 2014 17:55:33 +0100
+
anfo (0.98-1ubuntu4) lucid; urgency=low
* Add zlib, bzlib, pkg-config, protobuf-compiler build deps.
Modified: trunk/packages/anfo/trunk/debian/compat
===================================================================
--- trunk/packages/anfo/trunk/debian/compat 2013-12-31 17:33:09 UTC (rev 15692)
+++ trunk/packages/anfo/trunk/debian/compat 2014-01-01 16:59:45 UTC (rev 15693)
@@ -1 +1 @@
-7
+9
Modified: trunk/packages/anfo/trunk/debian/control
===================================================================
--- trunk/packages/anfo/trunk/debian/control 2013-12-31 17:33:09 UTC (rev 15692)
+++ trunk/packages/anfo/trunk/debian/control 2014-01-01 16:59:45 UTC (rev 15693)
@@ -1,18 +1,30 @@
Source: anfo
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
+ Andreas Tille <tille at debian.org>
Section: science
-Priority: extra
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Tim Booth <tbooth at ceh.ac.uk>
-Build-Depends: debhelper (>= 7.0.50~), libpopt-dev, libprotobuf-dev, libelk0-dev, libelk0, zlib1g-dev, libbz2-dev, pkg-config, protobuf-compiler
-Standards-Version: 3.9.2
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ libpopt-dev,
+ libprotobuf-dev,
+ libelk0-dev,
+ libelk0,
+ zlib1g-dev,
+ libbz2-dev,
+ pkg-config,
+ protobuf-compiler
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/anfo/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/anfo/trunk/
Homepage: http://bioinf.eva.mpg.de/anfo/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/anfo/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/anfo/trunk/
Package: anfo
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpopt, libprotobuf5, libelk0
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libpopt,
+ libprotobuf5,
+ libelk0
Description: Short Read Aligner/Mapper from MPG
Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes
more after BLAST/BLAT. It's most useful for the alignment of sequencing reads
Modified: trunk/packages/anfo/trunk/debian/watch
===================================================================
--- trunk/packages/anfo/trunk/debian/watch 2013-12-31 17:33:09 UTC (rev 15692)
+++ trunk/packages/anfo/trunk/debian/watch 2014-01-01 16:59:45 UTC (rev 15693)
@@ -1,5 +1,2 @@
-# Compulsory line, this is a version 3 file
version=3
-
-http://bioinf.eva.mpg.de/anfo anfo-([.0-9]*).tar.gz
-
+http://bioinf.eva.mpg.de/anfo/ anfo-([.0-9]*).tar.gz
More information about the debian-med-commit
mailing list