r3788 - in /packages/libmath-vec-perl/trunk/debian: changelog control rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Sep 14 22:33:34 UTC 2006


Author: gregoa-guest
Date: Thu Sep 14 22:33:34 2006
New Revision: 3788

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3788
Log:
* New Maintainer: Debian Perl Group.
* Add libtest-pod-perl and libtest-pod-coverage-perl to build dependencies.
* Add environment variables to debian/rules to active pod and pod-coverage tests.
* Add watch file.

Added:
    packages/libmath-vec-perl/trunk/debian/watch
Modified:
    packages/libmath-vec-perl/trunk/debian/changelog
    packages/libmath-vec-perl/trunk/debian/control
    packages/libmath-vec-perl/trunk/debian/rules

Modified: packages/libmath-vec-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-vec-perl/trunk/debian/changelog?rev=3788&op=diff
==============================================================================
--- packages/libmath-vec-perl/trunk/debian/changelog (original)
+++ packages/libmath-vec-perl/trunk/debian/changelog Thu Sep 14 22:33:34 2006
@@ -1,3 +1,12 @@
+libmath-vec-perl (0.04-2) unstable; urgency=low
+
+  * New Maintainer: Debian Perl Group.
+  * Add libtest-pod-perl and libtest-pod-coverage-perl to build dependencies.
+  * Add environment variables to debian/rules to active pod and pod-coverage tests.
+  * Add watch file.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 15 Sep 2006 00:32:19 +0200
+
 libmath-vec-perl (0.04-1) unstable; urgency=low
 
   * Initial Release.

Modified: packages/libmath-vec-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-vec-perl/trunk/debian/control?rev=3788&op=diff
==============================================================================
--- packages/libmath-vec-perl/trunk/debian/control (original)
+++ packages/libmath-vec-perl/trunk/debian/control Thu Sep 14 22:33:34 2006
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl
-Maintainer: David Moreno Garza <damog at debian.org>
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 
 Package: libmath-vec-perl

Modified: packages/libmath-vec-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-vec-perl/trunk/debian/rules?rev=3788&op=diff
==============================================================================
--- packages/libmath-vec-perl/trunk/debian/rules (original)
+++ packages/libmath-vec-perl/trunk/debian/rules Thu Sep 14 22:33:34 2006
@@ -48,7 +48,7 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build test
+	TEST_POD_COVERAGE=1 TEST_POD=1 $(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
 	touch install-stamp

Added: packages/libmath-vec-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-vec-perl/trunk/debian/watch?rev=3788&op=file
==============================================================================
--- packages/libmath-vec-perl/trunk/debian/watch (added)
+++ packages/libmath-vec-perl/trunk/debian/watch Thu Sep 14 22:33:34 2006
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Math/Math-Vec-([\d\.]+)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list