[libtext-micromason-perl] 03/06: Drop creation of documentation from POD.

gregor herrmann gregoa at debian.org
Sat May 28 12:42:29 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 ea0d812a606e0d0211596c4a3132cb9cb190c968
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 28 14:37:24 2016 +0200

    Drop creation of documentation from POD.
    
    Shipped again in the upstream tarball.
---
 debian/clean                        | 3 ---
 debian/libtext-micromason-perl.docs | 4 ++--
 debian/rules                        | 6 ------
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/clean b/debian/clean
index a774c2c..758471a 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,4 +1 @@
 Related
-ToDo
-ReadMe
-Changes
diff --git a/debian/libtext-micromason-perl.docs b/debian/libtext-micromason-perl.docs
index c9ed531..91c52db 100644
--- a/debian/libtext-micromason-perl.docs
+++ b/debian/libtext-micromason-perl.docs
@@ -1,3 +1,3 @@
 Related
-ToDo
-ReadMe
+TODO
+README
diff --git a/debian/rules b/debian/rules
index 08f6057..b1be338 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,14 +9,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_installdocs:
 	# Convert documentation for installation
 	pod2text $(CURDIR)/lib/Text/MicroMason/Docs/Related.pod > Related
-	pod2text $(CURDIR)/lib/Text/MicroMason/Docs/ToDo.pod > ToDo
-	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