[med-svn] r23490 - trunk/packages/pscoils/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Jan 3 15:39:16 UTC 2017
Author: tille
Date: 2017-01-03 15:39:14 +0000 (Tue, 03 Jan 2017)
New Revision: 23490
Added:
trunk/packages/pscoils/trunk/debian/watch
Removed:
trunk/packages/pscoils/trunk/debian/README.Debian
trunk/packages/pscoils/trunk/debian/README.source
Modified:
trunk/packages/pscoils/trunk/debian/compat
trunk/packages/pscoils/trunk/debian/control
trunk/packages/pscoils/trunk/debian/copyright
trunk/packages/pscoils/trunk/debian/rules
Log:
Normalise packaging
Deleted: trunk/packages/pscoils/trunk/debian/README.Debian
===================================================================
--- trunk/packages/pscoils/trunk/debian/README.Debian 2017-01-03 15:03:06 UTC (rev 23489)
+++ trunk/packages/pscoils/trunk/debian/README.Debian 2017-01-03 15:39:14 UTC (rev 23490)
@@ -1,6 +0,0 @@
-pscoils for Debian
-------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Piero Fariselli <piero.fariselli at unibo.it> Sun, 29 Jan 2012 10:42:19 +0100
Deleted: trunk/packages/pscoils/trunk/debian/README.source
===================================================================
--- trunk/packages/pscoils/trunk/debian/README.source 2017-01-03 15:03:06 UTC (rev 23489)
+++ trunk/packages/pscoils/trunk/debian/README.source 2017-01-03 15:39:14 UTC (rev 23490)
@@ -1,9 +0,0 @@
-pscoils 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>
-
-
-
-
Modified: trunk/packages/pscoils/trunk/debian/compat
===================================================================
--- trunk/packages/pscoils/trunk/debian/compat 2017-01-03 15:03:06 UTC (rev 23489)
+++ trunk/packages/pscoils/trunk/debian/compat 2017-01-03 15:39:14 UTC (rev 23490)
@@ -1 +1 @@
-8
+10
Modified: trunk/packages/pscoils/trunk/debian/control
===================================================================
--- trunk/packages/pscoils/trunk/debian/control 2017-01-03 15:03:06 UTC (rev 23489)
+++ trunk/packages/pscoils/trunk/debian/control 2017-01-03 15:39:14 UTC (rev 23490)
@@ -1,17 +1,19 @@
Source: pscoils
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Piero Fariselli <piero.fariselli at unibo.it>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Piero Fariselli <piero.fariselli at unibo.it>
-Build-Depends: debhelper (>= 8.0.0), python
-Standards-Version: 3.9.2
-Homepage: http://www.biocomp.unibo.it/piero/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/pscoils/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/pscoils/trunk/
+Build-Depends: debhelper (>= 10),
+ python
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pscoils/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pscoils/trunk/
+Homepage: http://www.biocomp.unibo.it/piero/PS-COILS/
Package: pscoils
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Description: coiled-coil predictor
This is a python version of COILS program that takes advantage
of both evolutionary and signle sequence information.
Modified: trunk/packages/pscoils/trunk/debian/copyright
===================================================================
--- trunk/packages/pscoils/trunk/debian/copyright 2017-01-03 15:03:06 UTC (rev 23489)
+++ trunk/packages/pscoils/trunk/debian/copyright 2017-01-03 15:39:14 UTC (rev 23490)
@@ -1,10 +1,9 @@
-Format: http://dep.debian.net/deps/dep5
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pscoils
-Source: www.biocomp.unibo.it/piero/PS-COILS/download
+Source: http://www.biocomp.unibo.it/piero/PS-COILS/download
Files: *
Copyright: 2012 Piero Fariselli <piero.fariselli at unibo.it>
-
License: GPL-2.0+
Files: debian/*
@@ -27,6 +26,3 @@
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
Modified: trunk/packages/pscoils/trunk/debian/rules
===================================================================
--- trunk/packages/pscoils/trunk/debian/rules 2017-01-03 15:03:06 UTC (rev 23489)
+++ trunk/packages/pscoils/trunk/debian/rules 2017-01-03 15:39:14 UTC (rev 23490)
@@ -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
Added: trunk/packages/pscoils/trunk/debian/watch
===================================================================
--- trunk/packages/pscoils/trunk/debian/watch (rev 0)
+++ trunk/packages/pscoils/trunk/debian/watch 2017-01-03 15:39:14 UTC (rev 23490)
@@ -0,0 +1,4 @@
+version=4
+
+http://www.biocomp.unibo.it/piero/PS-COILS/download/pscoils-([\d.+]+)\.orig\.tar\.gz
+
More information about the debian-med-commit
mailing list