This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository cufflinks.
commit 25fe71182f6e5660cb7c8bedeed621467530005f Author: Alexandre Mestiashvili <[email protected]> Date: Fri Apr 11 21:00:24 2014 +0200 d/copyright: UNRELEASED->unstable d/control: fixed VCS-Browser field d/rules: fixed description for man pages --- debian/changelog | 2 +- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ca6cbd4..b7d9d7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cufflinks (2.2.0-1) UNRELEASED; urgency=medium +cufflinks (2.2.0-1) unstable; urgency=medium [ James McCoy ] * Move debian/upstream to debian/upstream/metadata diff --git a/debian/control b/debian/control index e5d58ea..32a1e7e 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9), libeigen3-dev Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/debian-med/cufflinks.git -Vcs-Browser: http://anonscm.debian.org/?p=debian-med/cufflinks.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/cufflinks.git Homepage: http://cufflinks.cbcb.umd.edu Package: cufflinks diff --git a/debian/rules b/debian/rules index e62c981..c6e0f8b 100755 --- a/debian/rules +++ b/debian/rules @@ -30,12 +30,12 @@ override_dh_installman: for i in cuffcompare compress_gtf gtf_to_sam cuffmerge \ cuffdiff cuffquant cuffnorm cufflinks ; do \ help2man --no-info --no-discard-stderr -h "" \ - --name='cufflinks suite component' \ + --name='component of cufflinks suite' \ --version-string="$(version)" \ $(bindir)/$$i > $(mandir)/$$i.1; \ done help2man --no-info --no-discard-stderr \ - --name='cufflinks suite component' \ + --name='component of cufflinks suite' \ --version-string="$(version)" \ $(bindir)/gffread > $(mandir)/gffread.1; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cufflinks.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
