From: Andreas Tille Date: Tue, 11 Feb 2014 17:45:51 +0000 (+0100) Subject: Cleanup changelog from never released versions; move git repository and source packag... X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~403 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=54ce4d5b59926be5e0cce233352b7ce2d325f690;p=python-pysam.git Cleanup changelog from never released versions; move git repository and source package from pysam to python-pysam --- 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 Fri, 07 Feb 2014 18:29:40 +0100 - -pysam (0.7-1) UNRELEASED; urgency=low - - * New upstream release. - - -- Dominique Belhachemi Mon, 03 Dec 2012 16:29:09 -0500 - -pysam (0.6-1) UNRELEASED; urgency=low - - * New upstream release. - - -- Dominique Belhachemi Fri, 16 Dec 2011 16:22:30 -0500 - -pysam (0.5-1) UNRELEASED; urgency=low - - * New upstream release. - - -- Charles Plessy 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 Mon, 14 Feb 2011 18:54:36 +0900 - -pysam (0.3.1-1) UNRELEASED; urgency=low - - * Draft package - - -- Charles Plessy 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 Uploaders: Charles Plessy , Andreas Tille @@ -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)