r24485 - in /trunk/libhtml-formfu-model-dbic-perl/debian: control patches/ patches/how-to-report-bugs.diff patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Aug 22 18:33:32 UTC 2008


Author: ansgar-guest
Date: Fri Aug 22 18:33:29 2008
New Revision: 24485

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24485
Log:
refer to Debian BTS for bug reports

Added:
    trunk/libhtml-formfu-model-dbic-perl/debian/patches/
    trunk/libhtml-formfu-model-dbic-perl/debian/patches/how-to-report-bugs.diff
    trunk/libhtml-formfu-model-dbic-perl/debian/patches/series
Modified:
    trunk/libhtml-formfu-model-dbic-perl/debian/control
    trunk/libhtml-formfu-model-dbic-perl/debian/rules

Modified: trunk/libhtml-formfu-model-dbic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/control?rev=24485&op=diff
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/control (original)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/control Fri Aug 22 18:33:29 2008
@@ -1,7 +1,7 @@
 Source: libhtml-formfu-model-dbic-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.8.1), libdatetime-format-mysql-perl, libdbd-sqlite3-perl, libtask-weaken-perl, libdbix-class-perl (>= 0.08002), libhtml-formfu-perl (>= 0.03003), libtest-mockobject-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>

Added: trunk/libhtml-formfu-model-dbic-perl/debian/patches/how-to-report-bugs.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/patches/how-to-report-bugs.diff?rev=24485&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/patches/how-to-report-bugs.diff (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/patches/how-to-report-bugs.diff Fri Aug 22 18:33:29 2008
@@ -1,0 +1,18 @@
+--- libhtml-formfu-model-dbic-perl.orig/lib/HTML/FormFu/Model/DBIC.pm
++++ libhtml-formfu-model-dbic-perl/lib/HTML/FormFu/Model/DBIC.pm
+@@ -1169,9 +1169,13 @@
+ 
+ =head1 BUGS
+ 
+-Please submit bugs / feature requests to 
++Please submit bug reports to the Debian Bug Tracker. You can use
++L<reportbug(1)> to do so interactively. A list of reported bugs can be found
++at L<http://bugs.debian.org/libhtml-formfu-perl>.
++
++For upstream bug reports look at
+ L<http://code.google.com/p/html-formfu/issues/list> (preferred) or 
+-L<http://rt.perl.org>.
++L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-FormFu>.
+ 
+ =head1 SUBVERSION REPOSITORY
+ 

Added: trunk/libhtml-formfu-model-dbic-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/patches/series?rev=24485&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/patches/series (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/patches/series Fri Aug 22 18:33:29 2008
@@ -1,0 +1,1 @@
+how-to-report-bugs.diff

Modified: trunk/libhtml-formfu-model-dbic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/rules?rev=24485&op=diff
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/rules (original)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/rules Fri Aug 22 18:33:29 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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