[libtext-micromason-perl] 02/03: Create an upstream changelog from their Changes.pod.

gregor herrmann gregoa at debian.org
Sun May 22 09:36:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtext-micromason-perl.

commit 7b7aa63f704fd90fc1981a91e605f80e896af2bb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 22 11:34:29 2016 +0200

    Create an upstream changelog from their Changes.pod.
---
 debian/clean                            |  1 +
 debian/patches/changes-pod-syntax.patch | 18 ++++++++++++++++++
 debian/patches/series                   |  1 +
 debian/rules                            |  4 ++++
 4 files changed, 24 insertions(+)

diff --git a/debian/clean b/debian/clean
index c9ed531..a774c2c 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,4 @@
 Related
 ToDo
 ReadMe
+Changes
diff --git a/debian/patches/changes-pod-syntax.patch b/debian/patches/changes-pod-syntax.patch
new file mode 100644
index 0000000..b5e66b2
--- /dev/null
+++ b/debian/patches/changes-pod-syntax.patch
@@ -0,0 +1,18 @@
+Description: fix syntax error in Changes.pod
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-22
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114568
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114568
+
+--- a/lib/Text/MicroMason/Docs/Changes.pod
++++ b/lib/Text/MicroMason/Docs/Changes.pod
+@@ -26,7 +26,7 @@
+ 
+ Add C<default_policy => 'override'> attribute for filter default behavior
+ 
+-=back.
++=back
+ 
+ =head2 Version 2.16
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 90efe71..531906f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0002_fix-manpage-syntax.patch
 0001_fix-typo-in-manpage.patch
+changes-pod-syntax.patch
diff --git a/debian/rules b/debian/rules
index 8cb80dc..08f6057 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ override_dh_installdocs:
 	pod2text $(CURDIR)/lib/Text/MicroMason/Docs/ReadMe.pod > ReadMe
 	dh_installdocs
 
+override_dh_installchangelogs:
+	pod2text $(CURDIR)/lib/Text/MicroMason/Docs/Changes.pod > Changes
+	dh_installchangelogs Changes
+
 override_dh_auto_install:
 	dh_auto_install
 	$(RM) -v $(TMP)/usr/share/perl5/Text/MicroMason/Docs/Changes.pod

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-micromason-perl.git



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