[med-svn] [situs] 02/02: Normalised packaging
Andreas Tille
tille at debian.org
Tue Jan 3 07:02:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository situs.
commit 6224ad8efed8e629df78dc3128282a90b8afabd5
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 3 08:01:36 2017 +0100
Normalised packaging
---
debian/README.source | 9 ---------
debian/compat | 2 +-
debian/control | 17 +++++++++--------
debian/copyright | 6 +++---
debian/watch | 8 ++++++++
5 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 8480708..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-situs for Debian
-----------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index e787584..393d65c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
Source: situs
-Section: science
-Priority: extra
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
Uploaders: Mickaël Canévet <canevet at embl.fr>
-Build-Depends: debhelper (>= 7.0.50~), fftw-dev
-Standards-Version: 3.9.3
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ fftw-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/situs.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/situs.git
Homepage: http://situs.biomachina.org/
-Vcs-Git: git://git.debian.org/debian-med/situs.git
-Vcs-Browser: http://git.debian.org/?p=debian-med/situs.git;a=summary
Package: situs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Modeling of atomic resolution structures into low-resolution density maps
Situs is an award-winning program package for the modeling of atomic resolution
structures into low-resolution density maps e.g. from electron microscopy,
diff --git a/debian/copyright b/debian/copyright
index 3422608..edd948d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,15 @@
-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: situs
Upstream-Contact: Willy Wriggers <situs at biomachina.org>
Source: http://situs.biomachina.org/
Files: *
Copyright: Copyright 1998-2012 Willy Wriggers <situs at biomachina.org>
-License: GNU GPL.
+License: GPL.
Files: debian/*
Copyright: Copyright 2012 Mickaël Canévet <canevet at embl.fr>
-License: GPU GPL
+License: GPL
This software is distributed free of charge under the GNU GPL license and
includes the C/C++ source code, an implementation of the FFTW library, online
tutorials, and documentation. The development is supported by NIH.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..94964e6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# Upstream requires registration to download the software from
+# http://situs.biomachina.org/freg1.html
+
+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/situs.git
More information about the debian-med-commit
mailing list