[med-svn] r23488 - trunk/packages/psipred/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Jan 3 14:49:03 UTC 2017
Author: tille
Date: 2017-01-03 14:49:03 +0000 (Tue, 03 Jan 2017)
New Revision: 23488
Modified:
trunk/packages/psipred/trunk/debian/compat
trunk/packages/psipred/trunk/debian/control
trunk/packages/psipred/trunk/debian/copyright
trunk/packages/psipred/trunk/debian/rules
trunk/packages/psipred/trunk/debian/watch
Log:
Normalised packaging
Modified: trunk/packages/psipred/trunk/debian/compat
===================================================================
--- trunk/packages/psipred/trunk/debian/compat 2017-01-03 14:36:44 UTC (rev 23487)
+++ trunk/packages/psipred/trunk/debian/compat 2017-01-03 14:49:03 UTC (rev 23488)
@@ -1 +1 @@
-8
+10
Modified: trunk/packages/psipred/trunk/debian/control
===================================================================
--- trunk/packages/psipred/trunk/debian/control 2017-01-03 14:36:44 UTC (rev 23487)
+++ trunk/packages/psipred/trunk/debian/control 2017-01-03 14:49:03 UTC (rev 23488)
@@ -1,18 +1,21 @@
Source: psipred
-Section: non-free/science
-Priority: extra
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0)
-Standards-Version: 3.9.3
+Section: non-free/science
+XS-Autobuild: no
+Priority: optional
+Build-Depends: debhelper (>= 100)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/psipred/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/psipred/trunk/
Homepage: http://bioinf.cs.ucl.ac.uk/index.php?id=779
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/psipred/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/psipred/trunk/
Package: psipred
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, blast2, tcsh
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ blast2,
+ tcsh
Recommends: psipred-data
Description: protein secondary structure prediction
PSIPRED is a simple and accurate secondary structure prediction
@@ -21,17 +24,6 @@
BLAST). Using a very stringent cross validation method to evaluate the
method's performance, PSIPRED 2.6 achieves an average Q3 score of 80.7%.
-Package: psipred-dbg
-Section: non-free/debug
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, psipred
-Description: debug information for psipred
- By default, psipred ships without any debug information,
- which typically is considered bloat - unless when there
- is a problem, this means. Debian has nice ways to separate
- the debug information from the remainder of the binary
- and add it only on demand.
-
Package: psipred-data
Architecture: all
Depends: ${misc:Depends}
Modified: trunk/packages/psipred/trunk/debian/copyright
===================================================================
--- trunk/packages/psipred/trunk/debian/copyright 2017-01-03 14:36:44 UTC (rev 23487)
+++ trunk/packages/psipred/trunk/debian/copyright 2017-01-03 14:49:03 UTC (rev 23488)
@@ -1,4 +1,4 @@
-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: psipred
Upstream-Contact: psipred at cs.ucl.ac.uk
Source: http://bioinfadmin.cs.ucl.ac.uk/downloads/psipred/
Modified: trunk/packages/psipred/trunk/debian/rules
===================================================================
--- trunk/packages/psipred/trunk/debian/rules 2017-01-03 14:36:44 UTC (rev 23487)
+++ trunk/packages/psipred/trunk/debian/rules 2017-01-03 14:49:03 UTC (rev 23488)
@@ -8,6 +8,3 @@
%:
dh $@
-
-override_dh_strip:
- dh_strip --dbg-package psipred-dbg
Modified: trunk/packages/psipred/trunk/debian/watch
===================================================================
--- trunk/packages/psipred/trunk/debian/watch 2017-01-03 14:36:44 UTC (rev 23487)
+++ trunk/packages/psipred/trunk/debian/watch 2017-01-03 14:49:03 UTC (rev 23488)
@@ -1,2 +1,2 @@
-version=3
-http://bioinfadmin.cs.ucl.ac.uk/downloads/psipred/psipred(.*)\.tar\.gz
+version=4
+http://bioinfadmin.cs.ucl.ac.uk/downloads/psipred/psipred\.*(\d[\d.]+)\.tar\.gz
More information about the debian-med-commit
mailing list