Author: tille
Date: 2012-01-31 11:06:57 +0000 (Tue, 31 Jan 2012)
New Revision: 9501

Added:
   trunk/packages/pscoils/
   trunk/packages/pscoils/trunk/
   trunk/packages/pscoils/trunk/debian/
   trunk/packages/pscoils/trunk/debian/README.Debian
   trunk/packages/pscoils/trunk/debian/README.source
   trunk/packages/pscoils/trunk/debian/changelog
   trunk/packages/pscoils/trunk/debian/compat
   trunk/packages/pscoils/trunk/debian/control
   trunk/packages/pscoils/trunk/debian/copyright
   trunk/packages/pscoils/trunk/debian/docs
   trunk/packages/pscoils/trunk/debian/rules
   trunk/packages/pscoils/trunk/debian/source/
   trunk/packages/pscoils/trunk/debian/source/format
Log:
Inject pscoils on behalf of Piero Fariselli (see discussion on Debian Med list)


Added: trunk/packages/pscoils/trunk/debian/README.Debian
===================================================================
--- trunk/packages/pscoils/trunk/debian/README.Debian                           
(rev 0)
+++ trunk/packages/pscoils/trunk/debian/README.Debian   2012-01-31 11:06:57 UTC 
(rev 9501)
@@ -0,0 +1,6 @@
+pscoils for Debian
+------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Piero Fariselli <[email protected]>  Sun, 29 Jan 2012 10:42:19 +0100

Added: trunk/packages/pscoils/trunk/debian/README.source
===================================================================
--- trunk/packages/pscoils/trunk/debian/README.source                           
(rev 0)
+++ trunk/packages/pscoils/trunk/debian/README.source   2012-01-31 11:06:57 UTC 
(rev 9501)
@@ -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>
+
+
+
+

Added: trunk/packages/pscoils/trunk/debian/changelog
===================================================================
--- trunk/packages/pscoils/trunk/debian/changelog                               
(rev 0)
+++ trunk/packages/pscoils/trunk/debian/changelog       2012-01-31 11:06:57 UTC 
(rev 9501)
@@ -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 <[email protected]>  Sun, 29 Jan 2012 10:42:19 +0100

Added: trunk/packages/pscoils/trunk/debian/compat
===================================================================
--- trunk/packages/pscoils/trunk/debian/compat                          (rev 0)
+++ trunk/packages/pscoils/trunk/debian/compat  2012-01-31 11:06:57 UTC (rev 
9501)
@@ -0,0 +1 @@
+8

Added: trunk/packages/pscoils/trunk/debian/control
===================================================================
--- trunk/packages/pscoils/trunk/debian/control                         (rev 0)
+++ trunk/packages/pscoils/trunk/debian/control 2012-01-31 11:06:57 UTC (rev 
9501)
@@ -0,0 +1,17 @@
+Source: pscoils
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Piero Fariselli <[email protected]>
+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. 

Added: trunk/packages/pscoils/trunk/debian/copyright
===================================================================
--- trunk/packages/pscoils/trunk/debian/copyright                               
(rev 0)
+++ trunk/packages/pscoils/trunk/debian/copyright       2012-01-31 11:06:57 UTC 
(rev 9501)
@@ -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 <[email protected]>
+
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2012 Piero Fariselli <[email protected]>
+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.

Added: trunk/packages/pscoils/trunk/debian/docs
===================================================================
--- trunk/packages/pscoils/trunk/debian/docs                            (rev 0)
+++ trunk/packages/pscoils/trunk/debian/docs    2012-01-31 11:06:57 UTC (rev 
9501)
@@ -0,0 +1 @@
+LICENSE.TXT

Added: trunk/packages/pscoils/trunk/debian/rules
===================================================================
--- trunk/packages/pscoils/trunk/debian/rules                           (rev 0)
+++ trunk/packages/pscoils/trunk/debian/rules   2012-01-31 11:06:57 UTC (rev 
9501)
@@ -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
+        


Property changes on: trunk/packages/pscoils/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/pscoils/trunk/debian/source/format
===================================================================
--- trunk/packages/pscoils/trunk/debian/source/format                           
(rev 0)
+++ trunk/packages/pscoils/trunk/debian/source/format   2012-01-31 11:06:57 UTC 
(rev 9501)
@@ -0,0 +1 @@
+3.0 (quilt)


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to