r28323 - in /trunk/libspreadsheet-xlsx-perl/debian: README.source changelog control patches/ patches/pod-missing-name.patch patches/series rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Wed Dec 17 16:09:33 UTC 2008
Author: gregoa
Date: Wed Dec 17 16:09:30 2008
New Revision: 28323
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28323
Log:
Add patch pod-missing-name.patch; add quilt framework; add
debian/README.source.
Added:
trunk/libspreadsheet-xlsx-perl/debian/README.source
trunk/libspreadsheet-xlsx-perl/debian/patches/
trunk/libspreadsheet-xlsx-perl/debian/patches/pod-missing-name.patch
trunk/libspreadsheet-xlsx-perl/debian/patches/series
Modified:
trunk/libspreadsheet-xlsx-perl/debian/changelog
trunk/libspreadsheet-xlsx-perl/debian/control
trunk/libspreadsheet-xlsx-perl/debian/rules
Added: trunk/libspreadsheet-xlsx-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/README.source?rev=28323&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/README.source (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/README.source Wed Dec 17 16:09:30 2008
@@ -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/libspreadsheet-xlsx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/changelog?rev=28323&op=diff
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/changelog (original)
+++ trunk/libspreadsheet-xlsx-perl/debian/changelog Wed Dec 17 16:09:30 2008
@@ -3,6 +3,8 @@
* New upstream release.
* Add (build) dependency on libspreadsheet-parseexcel-perl as per new
upstream requirements.
+ * Add patch pod-missing-name.patch; add quilt framework; add
+ debian/README.source.
-- gregor herrmann <gregoa at debian.org> Sat, 13 Dec 2008 03:13:31 +0100
Modified: trunk/libspreadsheet-xlsx-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/control?rev=28323&op=diff
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/control (original)
+++ trunk/libspreadsheet-xlsx-perl/debian/control Wed Dec 17 16:09:30 2008
@@ -1,7 +1,7 @@
Source: libspreadsheet-xlsx-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.6.10-12), libarchive-zip-perl (>= 1.18),
libspreadsheet-parseexcel-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Added: trunk/libspreadsheet-xlsx-perl/debian/patches/pod-missing-name.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/patches/pod-missing-name.patch?rev=28323&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/patches/pod-missing-name.patch (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/patches/pod-missing-name.patch Wed Dec 17 16:09:30 2008
@@ -1,0 +1,16 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: add missing NAME section to POD
+
+--- 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]
Added: trunk/libspreadsheet-xlsx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/patches/series?rev=28323&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/patches/series (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/patches/series Wed Dec 17 16:09:30 2008
@@ -1,0 +1,1 @@
+pod-missing-name.patch
Modified: trunk/libspreadsheet-xlsx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/rules?rev=28323&op=diff
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/rules (original)
+++ trunk/libspreadsheet-xlsx-perl/debian/rules Wed Dec 17 16:09:30 2008
@@ -1,11 +1,13 @@
#!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
+
build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
dh build
touch $@
-clean:
+clean: unpatch
dh $@
install: install-stamp
More information about the Pkg-perl-cvs-commits
mailing list