r11853 - in /trunk/libtest-class-perl: debian/changelog debian/control debian/patches/ debian/patches/pod.diff debian/patches/series debian/rules lib/Test/Class/Load.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 30 13:26:28 UTC 2007


Author: gregoa-guest
Date: Sun Dec 30 13:26:28 2007
New Revision: 11853

URL: http://svn.debian.org/wsvn/?sc=1&rev=11853
Log:
* debian/control: wrap long lines
* Split out patch on lib/Test/Class/Load.pm and add quilt framework.

Added:
    trunk/libtest-class-perl/debian/patches/
    trunk/libtest-class-perl/debian/patches/pod.diff
    trunk/libtest-class-perl/debian/patches/series
Modified:
    trunk/libtest-class-perl/debian/changelog
    trunk/libtest-class-perl/debian/control
    trunk/libtest-class-perl/debian/rules
    trunk/libtest-class-perl/lib/Test/Class/Load.pm

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/changelog?rev=11853&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Sun Dec 30 13:26:28 2007
@@ -5,6 +5,8 @@
   * debian/rules:
     - add dependencies for install and install-stamp targets
     - remove dh_installman
+  * debian/control: wrap long lines
+  * Split out patch on lib/Test/Class/Load.pm and add quilt framework.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 30 Dec 2007 13:59:06 +0100
 

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/control?rev=11853&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Sun Dec 30 13:26:28 2007
@@ -3,8 +3,10 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>> 5.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.0-16), libtest-simple-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libdevel-symdump-perl
+Build-Depends: debhelper (>> 5.0), libmodule-build-perl, quilt
+Build-Depends-Indep: perl (>= 5.6.0-16), libtest-simple-perl, 
+ libtest-differences-perl, libtest-exception-perl, 
+ libio-string-perl, libdevel-symdump-perl
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-Class/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-class-perl/
@@ -12,7 +14,9 @@
 
 Package: libtest-class-perl
 Architecture: all
-Depends: ${perl:Depends}, libtest-simple-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libdevel-symdump-perl
+Depends: ${perl:Depends}, libtest-simple-perl, 
+ libtest-differences-perl, libtest-exception-perl, 
+ libio-string-perl, libdevel-symdump-perl
 Suggests: libdate-ical-perl
 Description: easily create perl test classes in an xUnit style
  Test::Class from CPAN provides a simple way of creating classes 

Added: trunk/libtest-class-perl/debian/patches/pod.diff
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/patches/pod.diff?rev=11853&op=file
==============================================================================
--- trunk/libtest-class-perl/debian/patches/pod.diff (added)
+++ trunk/libtest-class-perl/debian/patches/pod.diff Sun Dec 30 13:26:28 2007
@@ -1,0 +1,10 @@
+--- libtest-class-perl/lib/Test/Class/Load.pm	2007-12-29 18:07:19.000000000 +0100
++++ libtest-class-perl/lib/Test/Class/Load.pm	2007-12-01 14:26:50.000000000 +0100
+@@ -43,6 +43,7 @@
+ 1;
+ 
+ __END__
++
+ =head1 NAME
+ 
+ Test::Class::Load - Load C<Test::Class> classes automatically.

Added: trunk/libtest-class-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/patches/series?rev=11853&op=file
==============================================================================
--- trunk/libtest-class-perl/debian/patches/series (added)
+++ trunk/libtest-class-perl/debian/patches/series Sun Dec 30 13:26:28 2007
@@ -1,0 +1,1 @@
+pod.diff

Modified: trunk/libtest-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/rules?rev=11853&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/rules (original)
+++ trunk/libtest-class-perl/debian/rules Sun Dec 30 13:26:28 2007
@@ -5,8 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -21,7 +20,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	# Add here commands to compile the package.
 	$(PERL) Build.PL installdirs=vendor
@@ -29,7 +28,7 @@
 
 	touch build-stamp
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 

Modified: trunk/libtest-class-perl/lib/Test/Class/Load.pm
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/lib/Test/Class/Load.pm?rev=11853&op=diff
==============================================================================
--- trunk/libtest-class-perl/lib/Test/Class/Load.pm (original)
+++ trunk/libtest-class-perl/lib/Test/Class/Load.pm Sun Dec 30 13:26:28 2007
@@ -43,7 +43,6 @@
 1;
 
 __END__
-
 =head1 NAME
 
 Test::Class::Load - Load C<Test::Class> classes automatically.




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