[med-svn] [python-pysam] 01/01: Cleanup changelog from never released versions; move git repository and source package from pysam to python-pysam
Andreas Tille
tille at debian.org
Tue Feb 11 17:52:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-pysam.
commit 54ce4d5b59926be5e0cce233352b7ce2d325f690
Author: Andreas Tille <tille at debian.org>
Date: Tue Feb 11 18:45:51 2014 +0100
Cleanup changelog from never released versions; move git repository and source package from pysam to python-pysam
---
debian/changelog | 34 +---------------------------------
debian/control | 6 +++---
debian/rules | 2 +-
3 files changed, 5 insertions(+), 37 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f42b387..583cfbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,37 +1,5 @@
-pysam (0.7.5-1) UNRELEASED; urgency=low
+python-pysam (0.7.5-1) UNRELEASED; urgency=low
* New upstream release.
-- Andreas Tille <tille at debian.org> Fri, 07 Feb 2014 18:29:40 +0100
-
-pysam (0.7-1) UNRELEASED; urgency=low
-
- * New upstream release.
-
- -- Dominique Belhachemi <domibel at debian.org> Mon, 03 Dec 2012 16:29:09 -0500
-
-pysam (0.6-1) UNRELEASED; urgency=low
-
- * New upstream release.
-
- -- Dominique Belhachemi <domibel at debian.org> Fri, 16 Dec 2011 16:22:30 -0500
-
-pysam (0.5-1) UNRELEASED; urgency=low
-
- * New upstream release.
-
- -- Charles Plessy <plessy at debian.org> Wed, 08 Jun 2011 19:43:52 +0900
-
-pysam (0.4.1-1) UNRELEASED; urgency=low
-
- * New upstream release.
- * Issue 54 fixed upstream; removed patch system.
- * Build-depend on python-setuptools.
-
- -- Charles Plessy <plessy at debian.org> Mon, 14 Feb 2011 18:54:36 +0900
-
-pysam (0.3.1-1) UNRELEASED; urgency=low
-
- * Draft package
-
- -- Charles Plessy <plessy at debian.org> Thu, 13 Jan 2011 19:32:07 +0900
diff --git a/debian/control b/debian/control
index c6143b6..8699486 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: pysam
+Source: python-pysam
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9),
zlib1g-dev,
samtools
Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pysam.git
-Vcs-Git: git://anonscm.debian.org/debian-med/pysam.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-pysam.git
+Vcs-Git: git://anonscm.debian.org/debian-med/python-pysam.git
Homepage: http://code.google.com/p/pysam/
X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index 8dbc39a..50d4cad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_NAME=pysam
# some additional binary package a debian/python-pysam.install
# file is definitely needed.
-DEBPKGNAME := python-$(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
TESTPKG := $(DEBPKGNAME)-tests
pybuilddir := $(CURDIR)/build/lib.$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list