r25990 - in /trunk/libflickr-upload-perl/debian: changelog control copyright libflickr-upload-perl.docs rules

alexm-guest at users.alioth.debian.org alexm-guest at users.alioth.debian.org
Sun Oct 12 23:03:58 UTC 2008


Author: alexm-guest
Date: Sun Oct 12 23:03:55 2008
New Revision: 25990

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25990
Log:
Took care of these recommendations by gregoa:
  * (optional but recommended) upgrade to debhelper 7 (debian/rules,
    debian/rules, debian/copmat)
  * (optional but recommended) switch to the new proposed format for
    debian/copyright
  both can be done with dh-make-perl -R -dh7 (with dh-make-perl from
  svn/trunk)
  * (cosmetic, but still ...): don't install README in debian/rules (or
    debian/libflickr-upload-perl.docs), it's not really useful.
  * (very cosmetic) remove various comments from debian/rules (happens
    automatically with an upgrade to dh7)
  * necessary: remove dh-make-perl boilerplate from debian/control (last line)
    (also caught by lintian)
  * recommended: extend long description, at least mention the module name
    (makes searching easier); the short description should start with a small
    letter


Added:
    trunk/libflickr-upload-perl/debian/libflickr-upload-perl.docs
Modified:
    trunk/libflickr-upload-perl/debian/changelog
    trunk/libflickr-upload-perl/debian/control
    trunk/libflickr-upload-perl/debian/copyright
    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=25990&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/changelog (original)
+++ trunk/libflickr-upload-perl/debian/changelog Sun Oct 12 23:03:55 2008
@@ -1,21 +1,6 @@
 libflickr-upload-perl (1.32-1) UNRELEASED; urgency=low
 
   TODO:
-  * (optional but recommended) upgrade to debhelper 7 (debian/rules,
-    debian/rules, debian/copmat)
-  * (optional but recommended) switch to the new proposed format for
-    debian/copyright
-  both can be done with dh-make-perl -R -dh7 (with dh-make-perl from
-  svn/trunk)
-  * (cosmetic, but still ...): don't install README in debian/rules (or
-    debian/libflickr-upload-perl.docs), it's not really useful.
-  * (very cosmetic) remove various comments from debian/rules (happens
-    automatically with an upgrade to dh7)
-  * necessary: remove dh-make-perl boilerplate from debian/control (last line)
-    (also caught by lintian)
-  * recommended: extend long description, at least mention the module name
-    (makes searching easier); the short description should start with a small
-    letter
   * lintian:
      W: libflickr-upload-perl: manpage-has-errors-from-pod2man \
         usr/share/man/man1/flickr_upload.1p.gz:324
@@ -27,4 +12,4 @@
 
   * Initial Release. Closes: #500622 -- ITP
 
- -- Alex Muntada <alexm at alexm.org>  Wed, 08 Oct 2008 23:33:07 +0200
+ -- Alex Muntada <alexm at alexm.org>  Mon, 13 Oct 2008 01:00:00 +0200

Modified: trunk/libflickr-upload-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/control?rev=25990&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/control (original)
+++ trunk/libflickr-upload-perl/debian/control Sun Oct 12 23:03:55 2008
@@ -17,7 +17,12 @@
 Depends: ${perl:Depends}, ${misc:Depends},
  libxml-parser-lite-tree-perl (>= 0.03), libwww-perl (>= 1),
  libflickr-api-perl (>= 0.07)
-Description: Module for uploading images to flickr.com
- Upload an image to flickr.com.
+Description: module for uploading images to flickr.com
+ flickr_upload is a completely functional batch uploading tool which
+ uses Perl module Flickr::Upload as its back-end. It is flickr.com
+ image uploading made easy and quick from the command line; it also
+ helps you tagging, choosing access control, defining content type,
+ setting safety level, etc., while uploading your images.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ flickr_upload may also be useful for generating authentication tokens
+ against other API keys/secrets (i.e. for embedding in scripts).

Modified: trunk/libflickr-upload-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/copyright?rev=25990&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/copyright (original)
+++ trunk/libflickr-upload-perl/debian/copyright Sun Oct 12 23:03:55 2008
@@ -1,25 +1,33 @@
-This is the debian package for the Flickr-Upload module.
-It was created by Alex Muntada <alexm at alexm.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Christophe Beauregard <cpb at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Flickr-Upload/
+Upstream-Name: Flickr-Upload
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
 
-It was downloaded from http://search.cpan.org/dist/Flickr-Upload/
+Files: *
+Copyright: Christophe Beauregard <cpb at cpan.org>
+License: 
 
-The upstream author is: Christophe Beauregard <cpb at cpan.org>.
+Files: debian/*
+Copyright: 2008, Alex Muntada <alexm at alexm.org>
+License: Artistic | GPL-1+
 
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
 
-Copyright (C) 2004,2005 by Christophe Beauregard
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself, either Perl version 5.8.3 or,
-at your option, any later version of Perl 5 you may have available.
-
-This module is not an official Flickr.com (or Ludicorp, or Yahoo) service.
-
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in '/usr/share/common-licenses/GPL'
-and the Artistic License in '/usr/share/common-licenses/Artistic'.
-
-
-The Debian packaging is (C) 2008, Alex Muntada <alexm at alexm.org> and
-is licensed under the same terms as the software itself (see above).
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libflickr-upload-perl/debian/libflickr-upload-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/libflickr-upload-perl.docs?rev=25990&op=file
==============================================================================
    (empty)

Modified: trunk/libflickr-upload-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-upload-perl/debian/rules?rev=25990&op=diff
==============================================================================
--- trunk/libflickr-upload-perl/debian/rules (original)
+++ trunk/libflickr-upload-perl/debian/rules Sun Oct 12 23:03:55 2008
@@ -1,63 +1,23 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs ChangeLog
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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