This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository fitgcp.
commit 696b293597f35214f70577abe7aab4c3ceb57019 Author: Andreas Tille <[email protected]> Date: Tue Sep 30 13:47:56 2014 +0200 Assume Build-Depends: python-pysam to make implicitly clear that the package can exist only on those architectures where python-pysam is available (thanks to Charles Plessy for the hint) --- debian/changelog | 9 +++++++-- debian/control | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c361038..ee56028 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -fitgcp (0.0.20130418-2) UNRELEASED; urgency=medium +fitgcp (0.0.20130418-2) unstable; urgency=medium [ James McCoy ] * Move debian/upstream to debian/upstream/metadata @@ -9,7 +9,12 @@ fitgcp (0.0.20130418-2) UNRELEASED; urgency=medium * Normalised debian/control with config-model-edit. * Conforms with Policy 3.9.6. - -- Charles Plessy <[email protected]> Tue, 30 Sep 2014 18:26:19 +0900 + [ Andreas Tille ] + * Assume Build-Depends: python-pysam to make implicitly clear that + the package can exist only on those architectures where python-pysam + is available (thanks to Charles Plessy for the hint) + + -- Andreas Tille <[email protected]> Tue, 30 Sep 2014 13:46:48 +0200 fitgcp (0.0.20130418-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ca59798..b69a81d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), - python + python, + python-pysam Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fitgcp.git Vcs-Git: git://anonscm.debian.org/debian-med/fitgcp.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fitgcp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
