[med-svn] [crossbow] 03/07: Normalise packaging

Andreas Tille tille at debian.org
Sun Dec 3 18:02:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository crossbow.

commit 98ebe31876c2e0ad316c055d20ebd3fd7c62a271
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 31 20:27:50 2016 +0000

    Normalise packaging
---
 debian/compat        |  2 +-
 debian/control       | 16 ++++++++--------
 debian/copyright     |  4 ++--
 debian/source/format |  1 +
 debian/watch         |  3 +++
 5 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 1fc8184..4ea52da 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: crossbow
-Section: science
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.3
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/crossbow/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/crossbow/trunk/
 Homepage: http://bowtie-bio.sourceforge.net/crossbow
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/crossbow/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/crossbow/trunk/
 
 Package: crossbow
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Genotyping from short reads using cloud computing
  Crossbow is a scalable software pipeline for whole genome resequencing
  analysis. It combines Bowtie, an ultrafast and memory efficient short read
diff --git a/debian/copyright b/debian/copyright
index fce4114..532654e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://sourceforge.net/projects/bowtie-bio/files/crossbow/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/BenLangmead/crossbow/releases
 
 Files: *
 Copyright: © 2010-2011 <upstream>
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cece8fb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://github.com/BenLangmead/crossbow/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/crossbow.git



More information about the debian-med-commit mailing list