[med-svn] r14666 - trunk/packages/srf/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Sep 12 13:22:17 UTC 2013


Author: tille
Date: 2013-09-12 13:22:16 +0000 (Thu, 12 Sep 2013)
New Revision: 14666

Modified:
   trunk/packages/srf/trunk/debian/changelog
   trunk/packages/srf/trunk/debian/compat
   trunk/packages/srf/trunk/debian/control
Log:
Update very old packaging style to get rid of broken Vcs fields, and other nasty outdated things


Modified: trunk/packages/srf/trunk/debian/changelog
===================================================================
--- trunk/packages/srf/trunk/debian/changelog	2013-09-12 09:21:51 UTC (rev 14665)
+++ trunk/packages/srf/trunk/debian/changelog	2013-09-12 13:22:16 UTC (rev 14666)
@@ -1,3 +1,15 @@
+srf (0.1+dfsg-2) UNRELEASED; urgency=low
+
+  * Update to recent packaging standards and rebuild
+  * debian/source/format: 3.0 (quilt)
+  * debian/control:
+     - cme fix dpkg-control
+     - Add myself to uploaders
+     - debhelper 9
+     - anonscm in VCS fields
+
+ -- Andreas Tille <tille at debian.org>  Thu, 12 Sep 2013 14:13:46 +0200
+
 srf (0.1+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #489983)

Modified: trunk/packages/srf/trunk/debian/compat
===================================================================
--- trunk/packages/srf/trunk/debian/compat	2013-09-12 09:21:51 UTC (rev 14665)
+++ trunk/packages/srf/trunk/debian/compat	2013-09-12 13:22:16 UTC (rev 14666)
@@ -1 +1 @@
-7
+9

Modified: trunk/packages/srf/trunk/debian/control
===================================================================
--- trunk/packages/srf/trunk/debian/control	2013-09-12 09:21:51 UTC (rev 14665)
+++ trunk/packages/srf/trunk/debian/control	2013-09-12 13:22:16 UTC (rev 14666)
@@ -1,14 +1,19 @@
 Source: srf
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Charles Plessy <plessy at debian.org>
-Build-Depends: cdbs, quilt, debhelper (>= 7), autotools-dev, libcurl4-gnutls-dev, libstaden-read-dev
-Standards-Version: 3.8.3
+Build-Depends: cdbs,
+               quilt,
+               debhelper (>= 9),
+               autotools-dev,
+               libcurl4-gnutls-dev,
+               libstaden-read-dev
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/srf/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/srf/trunk/
 Homepage: http://srf.sourceforge.net/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/srf/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/srf/trunk/
 
 Package: srf-doc
 Architecture: all
@@ -28,7 +33,8 @@
 Package: libsrf-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: C++ implementation of the SRF format for DNA sequence data
  SRF (sort for Sequence Read Format) is a generic format capable of storing
  data generated by any DNA sequencing technology. This library is an




More information about the debian-med-commit mailing list