This is an automated email from the git hooks/post-receive script. lkajan pushed a commit to branch master in repository libfreecontact-perl.
commit ec2e2c320b1655c3d6e2cb31c2527228aae4745d Author: Laszlo Kajan <[email protected]> Date: Thu Sep 19 16:57:54 2013 +0200 0.08-1: released --- .gitignore | 2 +- debian/Description | 2 +- debian/changelog | 6 +++--- debian/control | 4 ++-- debian/rules | 5 +++++ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6da3675..9203ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,5 @@ debian/libfreecontact-perl/ pm_to_blib FreeContact.bs FreeContact.c -MYMETA.yml +MYMETA.* *.old diff --git a/debian/Description b/debian/Description index 4a4cba2..688a05b 100644 --- a/debian/Description +++ b/debian/Description @@ -6,7 +6,7 @@ PSICOV of D. Jones (2011). FreeContact is accelerated by a combination of vector instructions, multiple threads, and faster implementation of key parts. -Depending on the alignment, 10-fold or higher speedups are possible. +Depending on the alignment, 8-fold or higher speedups are possible. A sufficiently large alignment is required for meaningful results. As a minimum, an alignment with an effective (after-weighting) sequence count diff --git a/debian/changelog b/debian/changelog index b5b477d..a72798f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -libfreecontact-perl (0.07-1) UNRELEASED; urgency=low +libfreecontact-perl (0.08-1) unstable; urgency=low - * Initial release (Closes: #nnnn) + * Initial release (Closes: #723747). - -- Laszlo Kajan <[email protected]> Fri, 10 May 2013 17:56:55 +0200 + -- Laszlo Kajan <[email protected]> Thu, 19 Sep 2013 15:46:28 +0200 diff --git a/debian/control b/debian/control index 2e794ff..53086ba 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Laszlo Kajan <[email protected]> Build-Depends: debhelper (>= 9.0.0), libextutils-xspp-perl, libfreecontact0-dev (>= 1.0.16-1~), perl Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/debian-med/libfreecontact-perl.git -Vcs-Browser: http://git.debian.org/?p=debian-med/libfreecontact-perl.git Homepage: http://rostlab.org/ +Vcs-Git: git://anonscm.debian.org/debian-med/libfreecontact-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/libfreecontact-perl.git Package: libfreecontact-perl Architecture: any diff --git a/debian/rules b/debian/rules index 4910672..c8dd64f 100755 --- a/debian/rules +++ b/debian/rules @@ -21,5 +21,10 @@ override_dh_gencontrol: get-orig-source: uscan --verbose --force-download --destdir=.. +.PHONY: override_dh_auto_clean +override_dh_auto_clean: + rm -f Makefile.old + dh_auto_clean + %: dh $@ --parallel -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libfreecontact-perl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
