[med-svn] [clonalorigin] 04/07: Normalise packaging
Andreas Tille
tille at debian.org
Sat Dec 2 16:06:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository clonalorigin.
commit 01e45794cdcb48a69134b22ce84cfb421a923970
Author: Andreas Tille <tille at debian.org>
Date: Sat Dec 31 20:32:25 2016 +0000
Normalise packaging
---
debian/changelog | 2 +-
debian/compat | 2 +-
debian/control | 18 +++++++++---------
debian/copyright | 4 ++--
debian/source/format | 1 +
debian/watch | 3 +++
6 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5fdb921..bf10bbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-clonalorigin (0.0.20101011svn-r29-1) unstable; urgency=low
+clonalorigin (1.0-1) unstable; urgency=low
* Initial release
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 8e093ec..dfe5266 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
Source: clonalorigin
-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
-Homepage: http://code.google.com/p/clonalorigin/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/clonalorigin/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/clonalorigin/trunk/
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/clonalorigin/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/clonalorigin/trunk/
+Homepage: https://github.com/xavierdidelot/clonalorigin
Package: clonalorigin
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: inference of homologous recombination in bacteria using whole genome sequences
Bacteria, unlike us, can reproduce on their own. They do however have
mechanisms that transfer DNA between organisms, a process more formally
diff --git a/debian/copyright b/debian/copyright
index 33d6556..088ea30 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Xavier Didelot <xavier.didelot at gmail.com>
-Source: http://code.google.com/p/clonalorigin/wiki/Download_And_Install_ClonalOrigin
+Source: https://github.com/xavierdidelot/ClonalOrigin/releases
Files: *
Copyright: © 2008-2010 Xavier Didelot, Aaron Darling, et. al.
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..5023acc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://github.com/xavierdidelot/clonalorigin/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/clonalorigin.git
More information about the debian-med-commit
mailing list