r32363 - in /trunk/libmoosex-attributehelpers-perl/debian: changelog clean control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 28 17:52:08 UTC 2009


Author: gregoa
Date: Sat Mar 28 17:52:04 2009
New Revision: 32363

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32363
Log:
Activate author tests.

Added:
    trunk/libmoosex-attributehelpers-perl/debian/clean
Modified:
    trunk/libmoosex-attributehelpers-perl/debian/changelog
    trunk/libmoosex-attributehelpers-perl/debian/control
    trunk/libmoosex-attributehelpers-perl/debian/rules

Modified: trunk/libmoosex-attributehelpers-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/changelog?rev=32363&op=diff
==============================================================================
--- trunk/libmoosex-attributehelpers-perl/debian/changelog (original)
+++ trunk/libmoosex-attributehelpers-perl/debian/changelog Sat Mar 28 17:52:04 2009
@@ -1,9 +1,13 @@
 libmoosex-attributehelpers-perl (0.15-1) unstable; urgency=low
 
+  [ Ryan Niebur ]
   * New upstream release
     - refresh patches
   * Policy 3.8.1
   * add README.source
+
+  [ gregor herrmann ]
+  * Activate author tests.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 27 Mar 2009 18:53:30 -0700
 

Added: trunk/libmoosex-attributehelpers-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/clean?rev=32363&op=file
==============================================================================
--- trunk/libmoosex-attributehelpers-perl/debian/clean (added)
+++ trunk/libmoosex-attributehelpers-perl/debian/clean Sat Mar 28 17:52:04 2009
@@ -1,0 +1,1 @@
+inc/.author

Modified: trunk/libmoosex-attributehelpers-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/control?rev=32363&op=diff
==============================================================================
--- trunk/libmoosex-attributehelpers-perl/debian/control (original)
+++ trunk/libmoosex-attributehelpers-perl/debian/control Sat Mar 28 17:52:04 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-12), libtest-exception-perl (>= 0.21),
-  libmoose-perl (>= 0.45)
+  libmoose-perl (>= 0.45), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1

Modified: trunk/libmoosex-attributehelpers-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/rules?rev=32363&op=diff
==============================================================================
--- trunk/libmoosex-attributehelpers-perl/debian/rules (original)
+++ trunk/libmoosex-attributehelpers-perl/debian/rules Sat Mar 28 17:52:04 2009
@@ -4,7 +4,9 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh build
+	dh build --before dh_auto_test
+	touch $(CURDIR)/inc/.author
+	dh build --remaining
 	touch $@
 
 clean: unpatch




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