This is an automated email from the git hooks/post-receive script. dom pushed a commit to branch master in repository libheap-perl.
commit 21a9e4f35d5fc052e6a3a722d3e6060ce9a7c6f3 Author: Dominic Hargreaves <[email protected]> Date: Sun Mar 9 23:47:42 2008 +0000 mass bugfix --- debian/changelog | 8 ++++++++ debian/control | 3 ++- debian/watch | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index b2a5a07..e2589cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libheap-perl (0.80-2) unstable; urgency=low + + * Update Standards-Version (no changes) + * Standardize debian/watch format + * debian/control: add Homepage field + + -- Dominic Hargreaves <[email protected]> Sun, 9 Mar 2008 23:47:10 +0000 + libheap-perl (0.80-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 5b7d31c..211803f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Build-Depends: debhelper (>= 4), cdbs (>= 0.4), Build-Depends-Indep: perl (>= 5.8.0), perl-modules Maintainer: Dominic Hargreaves <[email protected]> -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Heap/ Package: libheap-perl Architecture: all diff --git a/debian/watch b/debian/watch index 055c7e0..5bf3e98 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=2 - -http://search.cpan.org/CPAN/authors/id/J/JM/JMM/ Heap-(.*)\.tar\.gz +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Heap/ .*/Heap-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libheap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
