r25321 - in /trunk/libhtml-formfu-perl/debian: libhtml-formfu-perl.lintian-overrides patches/pod-for-html_formfu_dumpconf.diff patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Sep 18 15:01:54 UTC 2008


Author: ansgar-guest
Date: Thu Sep 18 15:01:49 2008
New Revision: 25321

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25321
Log:
add POD for html_formfu_dumpconf.pl, remove some empty man pages, add lintian override for html_formfu_dumpconf.pl

Added:
    trunk/libhtml-formfu-perl/debian/patches/pod-for-html_formfu_dumpconf.diff
Modified:
    trunk/libhtml-formfu-perl/debian/libhtml-formfu-perl.lintian-overrides
    trunk/libhtml-formfu-perl/debian/patches/series
    trunk/libhtml-formfu-perl/debian/rules

Modified: trunk/libhtml-formfu-perl/debian/libhtml-formfu-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/libhtml-formfu-perl.lintian-overrides?rev=25321&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/libhtml-formfu-perl.lintian-overrides (original)
+++ trunk/libhtml-formfu-perl/debian/libhtml-formfu-perl.lintian-overrides Thu Sep 18 15:01:49 2008
@@ -4,3 +4,5 @@
 # implementation language will probably never change anyway)
 libhtml-formfu-perl binary: script-with-language-extension usr/bin/html_formfu_deploy.pl
 
+libhtml-formfu-perl binary: script-with-language-extension usr/bin/html_formfu_dumpconf.pl
+

Added: trunk/libhtml-formfu-perl/debian/patches/pod-for-html_formfu_dumpconf.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/patches/pod-for-html_formfu_dumpconf.diff?rev=25321&op=file
==============================================================================
--- trunk/libhtml-formfu-perl/debian/patches/pod-for-html_formfu_dumpconf.diff (added)
+++ trunk/libhtml-formfu-perl/debian/patches/pod-for-html_formfu_dumpconf.diff Thu Sep 18 15:01:49 2008
@@ -1,0 +1,27 @@
+--- libhtml-formfu-perl.orig/bin/html_formfu_dumpconf.pl
++++ libhtml-formfu-perl/bin/html_formfu_dumpconf.pl
+@@ -75,3 +75,24 @@
+ Uses Config::Any and Data::Dumper to display how your config file is parsed.
+ HELP
+ }
++
++__END__
++
++=head1 NAME
++
++html_formfu_dumpconf.pl - dump configuration files
++
++=head1 SYNOPSIS
++
++    html_formfu_dumpconf.pl F<file.conf>
++
++    html_formfu_dumpconf.pl F<file>
++
++=head1 DESCRIPTION
++
++Uses Config::Any and Data::Dumper to display how your config file is parsed.
++
++=head1 SEE ALSO
++
++Config::Any, Data::Dumper
++

Modified: trunk/libhtml-formfu-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/patches/series?rev=25321&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/patches/series (original)
+++ trunk/libhtml-formfu-perl/debian/patches/series Thu Sep 18 15:01:49 2008
@@ -1,2 +1,3 @@
 whatis-entries.diff
 how-to-report-bugs.diff
+pod-for-html_formfu_dumpconf.diff

Modified: trunk/libhtml-formfu-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/rules?rev=25321&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/rules (original)
+++ trunk/libhtml-formfu-perl/debian/rules Thu Sep 18 15:01:49 2008
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 include /usr/share/quilt/quilt.make
+
+MANDIR=$(CURDIR)/debian/libhtml-formfu-perl/usr/share/man/man3
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
@@ -13,6 +15,12 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+
+	# Remove almost empty man pages
+	rm $(MANDIR)/HTML::FormFu::Element::_MultiElement.3pm.gz \
+	   $(MANDIR)/HTML::FormFu::Element::_MultiSelect.3pm.gz \
+	   $(MANDIR)/HTML::FormFu::Element::_MultiText.3pm.gz
+
 	touch $@
 
 binary-arch:




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