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

gregoa pushed a commit to branch master
in repository libspreadsheet-xlsx-perl.

commit 3744cb58bf619f89e0f65bce6ac4b40a53cdd0be
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Nov 9 19:25:34 2015 +0100

    Drop pod-missing-name.patch.
    
    Instead, don't install the manpage fragment anymore.
---
 debian/patches/pod-missing-name.patch | 18 ------------------
 debian/patches/series                 |  1 -
 debian/rules                          |  8 ++++++++
 3 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/debian/patches/pod-missing-name.patch 
b/debian/patches/pod-missing-name.patch
deleted file mode 100644
index 1c660d6..0000000
--- a/debian/patches/pod-missing-name.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: add missing NAME section to POD
-Forwarded: no
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2010-05-21
-
---- a/lib/Spreadsheet/XLSX/Fmt2007.pm
-+++ b/lib/Spreadsheet/XLSX/Fmt2007.pm
-@@ -157,6 +157,10 @@
- 
- __END__
- 
-+=head1 NAME
-+
-+Spreadsheet::XLSX::Fmt2007 - Formatting module for Spreadsheet::XLSX
-+
- =head1 SYNOPSIS
- 
-               $cell = $myworkbook->worksheet->{Cells}[$row][$col]
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 82445b4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod-missing-name.patch
diff --git a/debian/rules b/debian/rules
index 2d33f6a..a669459 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
        dh $@
+
+override_dh_auto_install:
+       dh_auto_install
+       # remove fragment
+       $(RM) -v $(TMP)/usr/share/man/man3/Spreadsheet::XLSX::Fmt2007.3pm

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to