[med-svn] [profit] 06/11: Normalised packaging
Andreas Tille
tille at debian.org
Mon Dec 18 19:57:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository profit.
commit 694c57d1ba08cff8e6af92ef9d9eb159802b02a3
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 3 16:27:04 2017 +0000
Normalised packaging
---
debian/compat | 2 +-
debian/control | 20 +++++++++++++-------
debian/copyright | 4 ++--
debian/rules | 6 ------
debian/watch | 5 +++++
5 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+10
diff --git a/debian/control b/debian/control
index 074b58d..1b8f2e1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,20 @@
Source: profit
+Maintainer: Steffen Moeller <moeller at debian.org>
Section: non-free/science
+XS-Autobuild: no
Priority: optional
-Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0), libreadline-dev
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 10),
+ libreadline-dev
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/profit/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/profit/trunk/
Homepage: http://www.bioinf.org.uk/software/profit/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/profit/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/profit/trunk/
Package: profit-3d
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, profit-data
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ profit-data
Description: Protein structure alignment
ProFit is designed to be the ultimate protein least squares fitting
program. It has many features including flexible specification of
@@ -22,7 +26,9 @@ Description: Protein structure alignment
Package: profit
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, profit-3d
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ profit-3d
Conflicts: emboss
Description: Protein structure alignment
ProFit is designed to be the ultimate protein least squares fitting
diff --git a/debian/copyright b/debian/copyright
index f30e43a..80cbd7b 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-Name: profit
-Source: <url://example.com>
+Source: http://www.bioinf.org.uk/software/swreg.html
Files: *
Copyright: <years> <put author's name and email here>
diff --git a/debian/rules b/debian/rules
index 1dc88cb..9b0a1a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1538699
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+
+opts=dversionmangle=s/.*/0.No-Track/ \
+ https://people.debian.org/~eriberto/ FakeWatchNoUpstreamTrackingForThisPackage-(\d\S+)\.gz
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/profit.git
More information about the debian-med-commit
mailing list