r44325 - in /trunk/libemail-mime-createhtml-perl/debian: README.source changelog control patches/ patches/pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 19 19:41:59 UTC 2009


Author: gregoa
Date: Sat Sep 19 19:41:53 2009
New Revision: 44325

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44325
Log:
Add patch to POD to work with newer Pod::Simple; add quilt framework.

Added:
    trunk/libemail-mime-createhtml-perl/debian/README.source
    trunk/libemail-mime-createhtml-perl/debian/patches/
    trunk/libemail-mime-createhtml-perl/debian/patches/pod.patch
    trunk/libemail-mime-createhtml-perl/debian/patches/series
Modified:
    trunk/libemail-mime-createhtml-perl/debian/changelog
    trunk/libemail-mime-createhtml-perl/debian/control
    trunk/libemail-mime-createhtml-perl/debian/rules

Added: trunk/libemail-mime-createhtml-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/README.source?rev=44325&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/README.source (added)
+++ trunk/libemail-mime-createhtml-perl/debian/README.source Sat Sep 19 19:41:53 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libemail-mime-createhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/changelog?rev=44325&op=diff
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/changelog (original)
+++ trunk/libemail-mime-createhtml-perl/debian/changelog Sat Sep 19 19:41:53 2009
@@ -7,6 +7,9 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
+  [ gregor herrmann ]
+  * Add patch to POD to work with newer Pod::Simple; add quilt framework.
+
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:42:21 +0100
 
 libemail-mime-createhtml-perl (1.026-1) unstable; urgency=low

Modified: trunk/libemail-mime-createhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/control?rev=44325&op=diff
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/control (original)
+++ trunk/libemail-mime-createhtml-perl/debian/control Sat Sep 19 19:41:53 2009
@@ -1,7 +1,7 @@
 Source: libemail-mime-createhtml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl, 
  libtest-pod-coverage-perl, libhtml-tokeparser-simple-perl, liblog-trace-perl, 
  libmime-types-perl, libtest-assertions-perl, libdata-serializer-perl, 

Added: trunk/libemail-mime-createhtml-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/patches/pod.patch?rev=44325&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/patches/pod.patch (added)
+++ trunk/libemail-mime-createhtml-perl/debian/patches/pod.patch Sat Sep 19 19:41:53 2009
@@ -1,0 +1,15 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: L<text|scheme:...> is invalid according to perlpod
+Bug: #546224
+
+--- a/lib/Email/MIME/CreateHTML.pm
++++ b/lib/Email/MIME/CreateHTML.pm
+@@ -658,7 +658,7 @@
+ 		
+ =head1 SEE ALSO
+ 
+-L<Perl Email Project|http://pep.pobox.com>
++Perl Email Project, L<http://pep.pobox.com>
+ 
+ L<Email::Simple>, L<Email::MIME>, L<Email::Send>, L<Email::MIME::Creator>
+ 

Added: trunk/libemail-mime-createhtml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/patches/series?rev=44325&op=file
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/patches/series (added)
+++ trunk/libemail-mime-createhtml-perl/debian/patches/series Sat Sep 19 19:41:53 2009
@@ -1,0 +1,1 @@
+pod.patch

Modified: trunk/libemail-mime-createhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/rules?rev=44325&op=diff
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/rules (original)
+++ trunk/libemail-mime-createhtml-perl/debian/rules Sat Sep 19 19:41:53 2009
@@ -1,60 +1,7 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+	dh --with quilt $@
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
+override_dh_installchangelogs:
 	dh_installchangelogs Changes
-	dh_installdocs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install




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