[med-svn] [python-ruffus] 01/01: Proper copyright information

Andreas Tille tille at debian.org
Sun Feb 1 14:33:42 UTC 2015


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

tille pushed a commit to branch master
in repository python-ruffus.

commit edb66c5740f1a9340583642b542e43c5b0fcda59
Author: Andreas Tille <tille at debian.org>
Date:   Sun Feb 1 15:33:27 2015 +0100

    Proper copyright information
---
 debian/changelog              |  2 +-
 debian/control                |  4 +++-
 debian/copyright              | 32 ++++++++++++++++++++++++++------
 debian/inject-into-alioth-git | 18 ------------------
 4 files changed, 30 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1119afc..6a16b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ python-ruffus (2.5-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #<bug>)
 
- -- DMPT <debian-med-packaging at lists.alioth.debian.org>  Thu, 24 May 2012 14:30:13 +0200
+ -- Andreas Tille <tille at debian.org>  Sun, 01 Feb 2015 15:29:20 +0100
diff --git a/debian/control b/debian/control
index 0ea072a..1129e7d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Homepage: http://www.ruffus.org.uk/
 
 Package: python-ruffus
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
 Description: computation pipeline library widely used in science and bioinformatics
  Ruffus is designed to allow scientific and other analyses to be automated
  with the minimum of fuss and the least effort.
diff --git a/debian/copyright b/debian/copyright
index c76e73d..b7fa8ff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: <pkg>
-Source: <path_to_download>
+Upstream-Contact: Leo Goodstadt <ruffus_lib at llew.org.uk>
+Upstream-Name: ruffus
+Source: https://pypi.python.org/pypi/ruffus
 
 Files: *
-Copyright: © 20xx-20yy <upstream>
-License: <license>
+Copyright: © 2010-2014 Leo Goodstadt <ruffus_lib at llew.org.uk>
+License: MIT
 
 Files: debian/*
-Copyright: © 2014 maintainername <maintainer at e.mail>
-License: <license>
+Copyright: © 2015 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff --git a/debian/inject-into-alioth-git b/debian/inject-into-alioth-git
deleted file mode 100755
index 02c2222..0000000
--- a/debian/inject-into-alioth-git
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-echo "Please verify whether this script is obsoleted by gbp-create-remote-repo !"
-
-# This script implements the "Git tips" given here
-#   http://debian-med.alioth.debian.org/docs/policy.html#git-tips
-# Use it with caution since it is less testet
-
-DEBPKGNAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`
-SHORTDESC=`grep "^Description: " debian/control | head -n 1 | sed 's/^Description: //'`
-VCSGIT=`grep "^Vcs-Git: " debian/control | sed -e 's/^Vcs-Git: //' -e 's#git://anonscm.debian.org/#ssh://git.debian.org/git/#'`
-DIRatALIOTH=`echo $VCSGIT | sed -e 's#ssh://git.debian.org/git/#/git/#' -e 's#/[^/]\+\.git##'`
-
-ssh git.debian.org "cd $DIRatALIOTH; ./setup-repository $DEBPKGNAME '$SHORTDESC'"
-git remote add origin $VCSGIT
-git push origin master
-git push --all --set-upstream
-git push --tags

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



More information about the debian-med-commit mailing list