r26041 - in /trunk/libflickr-upload-perl/debian: changelog control patches/ patches/manpage-has-errors-from-pod2man patches/series rules

alexm-guest at users.alioth.debian.org alexm-guest at users.alioth.debian.org
Tue Oct 14 23:25:27 UTC 2008


Author: alexm-guest
Date: Tue Oct 14 23:25:24 2008
New Revision: 26041

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26041
Log:
Hopefully fixed last TODO item via quilt:
  W: libflickr-upload-perl: manpage-has-errors-from-pod2man \
      usr/share/man/man1/flickr_upload.1p.gz:324

Added:
    trunk/libflickr-upload-perl/debian/patches/
    trunk/libflickr-upload-perl/debian/patches/manpage-has-errors-from-pod2man
    trunk/libflickr-upload-perl/debian/patches/series
Modified:
    trunk/libflickr-upload-perl/debian/changelog
    trunk/libflickr-upload-perl/debian/control
    trunk/libflickr-upload-perl/debian/rules

Modified: trunk/libflickr-upload-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/changelog?rev=26041&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/changelog (original)
+++ trunk/libflickr-upload-perl/debian/changelog Tue Oct 14 23:25:24 2008
@@ -1,15 +1,5 @@
-libflickr-upload-perl (1.32-1) UNRELEASED; urgency=low
-
-  TODO:
-  * lintian:
-     W: libflickr-upload-perl: manpage-has-errors-from-pod2man \
-        usr/share/man/man1/flickr_upload.1p.gz:324
-     I'm afraid this will need a patch (cf.
-     http://pkg-perl.alioth.debian.org/howto/quilt.html )
-  
-  -- gregoa
-  
+libflickr-upload-perl (1.32-1) unstable; urgency=low
 
   * Initial Release. Closes: #500622 -- ITP
 
- -- Alex Muntada <alexm at alexm.org>  Mon, 13 Oct 2008 01:00:00 +0200
+ -- Alex Muntada <alexm at alexm.org>  Wed, 15 Oct 2008 01:22:31 +0200

Modified: trunk/libflickr-upload-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/control?rev=26041&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/control (original)
+++ trunk/libflickr-upload-perl/debian/control Tue Oct 14 23:25:24 2008
@@ -1,7 +1,7 @@
 Source: libflickr-upload-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.6.10-12),
  libxml-parser-lite-tree-perl (>= 0.03), libwww-perl (>= 1),
  libflickr-api-perl (>= 0.07)

Added: trunk/libflickr-upload-perl/debian/patches/manpage-has-errors-from-pod2man
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/patches/manpage-has-errors-from-pod2man?rev=26041&op=file
==============================================================================
--- trunk/libflickr-upload-perl/debian/patches/manpage-has-errors-from-pod2man (added)
+++ trunk/libflickr-upload-perl/debian/patches/manpage-has-errors-from-pod2man Tue Oct 14 23:25:24 2008
@@ -1,0 +1,33 @@
+--- a/flickr_upload
++++ b/flickr_upload
+@@ -357,6 +357,10 @@
+ Set to 1 to keep the photo in global search results, 2 to hide from public
+ earches.
+ 
++=back
++
++Note that options unknown to Flickr will result in undefined behaviour.
++
+ =item --check
+ 
+ Checks the authentication token via the flickr.auth.checkToken API call.
+@@ -368,10 +372,6 @@
+ Display a progress bar for each upload with L<Term::ProgressBar>. That
+ optional module will have to be installed on the system.
+ 
+-=back 4
+-
+-Note that options unknown to Flickr will result in undefined behaviour.
+-
+ =item --key <api_key>
+ 
+ =item --secret <secret>
+@@ -399,6 +399,8 @@
+ wait around for that to complete, but be aware that delays of upwards
+ of thirty minutes have (rarely) been know to occur.
+ 
++=back
++
+ =head1 EXAMPLES
+ 
+ First, you need to get an authentication token. This is a requirement

Added: trunk/libflickr-upload-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/patches/series?rev=26041&op=file
==============================================================================
--- trunk/libflickr-upload-perl/debian/patches/series (added)
+++ trunk/libflickr-upload-perl/debian/patches/series Tue Oct 14 23:25:24 2008
@@ -1,0 +1,1 @@
+manpage-has-errors-from-pod2man

Modified: trunk/libflickr-upload-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/rules?rev=26041&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/rules (original)
+++ trunk/libflickr-upload-perl/debian/rules Tue Oct 14 23:25:24 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