[med-svn] [pscoils] 01/05: Inject pscoils on behalf of Piero Fariselli (see discussion on Debian Med list)

Andreas Tille tille at debian.org
Tue Dec 26 21:57:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository pscoils.

commit 695660d353370643e7a32684c30acf91acac13f4
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jan 31 11:06:57 2012 +0000

    Inject pscoils on behalf of Piero Fariselli (see discussion on Debian Med list)
---
 debian/README.Debian |  6 ++++++
 debian/README.source |  9 +++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 17 +++++++++++++++++
 debian/copyright     | 32 ++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 17 +++++++++++++++++
 debian/source/format |  1 +
 9 files changed, 89 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..0d2a871
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+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
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0c6fe44
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+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>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0990298
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pscoils (1.0+20120128-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Piero Fariselli <piero.fariselli at unibo.it>  Sun, 29 Jan 2012 10:42:19 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5b9b1ee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: pscoils
+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/
+
+Package: pscoils
+Architecture: all
+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. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6ee08fc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: pscoils
+Source: www.biocomp.unibo.it/piero/PS-COILS/download
+
+Files: *
+Copyright: 2012 Piero Fariselli <piero.fariselli at unibo.it>
+
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2012 Piero Fariselli <piero.fariselli at unibo.it>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ 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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..2c94003
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+LICENSE.TXT
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..145c0b8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/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
+
+%:
+	dh $@ --with python2
+
+#override_dh_auto_test:
+	#any unit test can go here
+        
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pscoils.git



More information about the debian-med-commit mailing list