r41462 - in /trunk/libfile-remove-perl/debian: changelog control copyright rules

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Fri Aug 7 16:37:55 UTC 2009


Author: iulian-guest
Date: Fri Aug  7 16:37:49 2009
New Revision: 41462

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41462
Log:
* Ran dh-make-perl --refresh.
  - Modified the single line synopsis.
  - Bump debhelper compatibility to 7.
* debian/copyright:
  - Update to new format
  (http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196).
  - Shorten to only 3 lines.
  - Add AUTOMATED_TESTING=1 to enable more tests at build time.
* Rename libfile-remove-perl.docs to docs as there is only a binary
  package.

Modified:
    trunk/libfile-remove-perl/debian/changelog
    trunk/libfile-remove-perl/debian/control
    trunk/libfile-remove-perl/debian/copyright
    trunk/libfile-remove-perl/debian/rules

Modified: trunk/libfile-remove-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/debian/changelog?rev=41462&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/changelog (original)
+++ trunk/libfile-remove-perl/debian/changelog Fri Aug  7 16:37:49 2009
@@ -11,14 +11,20 @@
   * debian/watch: Update to ignore development releases.
 
   [ Iulian Udrea ]
+  * Ran dh-make-perl --refresh.
   * debian/control:
-    - Bump debhelper compatibility to 7.
     - Bump Standards-Version to 3.8.2; no changes required.
     - Add myself to the uploaders list.
-  * debian/compat:
-    - Bump to 7.
+    - Modified the single line synopsis.
+    - Bump debhelper compatibility to 7.
+  * debian/copyright:
+    - Update to new format
+    (http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196).
   * debian/rules:
-    - Use dh_prep instead of dh_clean -k as --keep is deprecated.
+    - Shorten to only 3 lines.
+    - Add AUTOMATED_TESTING=1 to enable more tests at build time.
+  * Rename libfile-remove-perl.docs to docs as there is only a binary
+    package.
 
  -- Iulian Udrea <iulian at ubuntu.com>  Fri, 07 Aug 2009 15:30:25 +0100
 

Modified: trunk/libfile-remove-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/debian/control?rev=41462&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/control (original)
+++ trunk/libfile-remove-perl/debian/control Fri Aug  7 16:37:49 2009
@@ -2,13 +2,13 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
+Build-Depends-Indep: libtest-pod-perl, perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>,
  Gustavo Franco <stratus at debian.org>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>, Iulian Udrea <iulian at ubuntu.com>
+ Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ Rene Mayorga <rmayorga at debian.org>, gregor herrmann <gregoa at debian.org>,
+ Iulian Udrea <iulian at ubuntu.com>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/File-Remove/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-remove-perl/
@@ -16,8 +16,8 @@
 
 Package: libfile-remove-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends} 
-Description: remove files and directories, accepts wildcards
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module to remove files or directories
  File::Remove::remove removes files and directories.  It acts like
  /bin/rm, for the most part.  Although unlink can be given a list
  of files, it will not remove directories; this module remedies that.

Modified: trunk/libfile-remove-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/debian/copyright?rev=41462&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/copyright (original)
+++ trunk/libfile-remove-perl/debian/copyright Fri Aug  7 16:37:49 2009
@@ -1,38 +1,42 @@
-This is the debian package for the File-Remove module.
-It was created by Gunnar Wolf <gwolf at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/File-Remove/
+Upstream-Name: File-Remove
 
-It was downloaded from http://search.cpan.org/dist/File-Remove/
+Files: *
+Copyright: 2006-2008, Adam Kennedy <adamk at cpan.org>
+ 2004-2005, Richard Soderberg <perl at crystalflame.net>
+ 1998, Gabor Egressy <gabor at vmunix.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-AUTHORS & COPYRIGHT:
-    Some parts copyright 2006 - 2008 Adam Kennedy.
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-    Taken over by Adam Kennedy <adamk at cpan.org>, to fix the "deep readonly
-    files" bug, and do some more cleaning up.
+Files: debian/*
+Copyright: 2005, 2006, 2007, Gunnar Wolf <gwolf at debian.org>
+ 2007, Damyan Ivanov <dmn at debian.org>
+ 2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Iulian Udrea <iulian at ubuntu.com>
+License: Artistic | GPL-1+
 
-    Some parts copyright 2004 - 2005 Richard Soderberg.
+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'
 
-    Taken over by Richard Soderberg <perl at crystalflame.net>, so as to port
-    it to File::Spec and add tests.
-
-    Original copyright: 1998 by Gabor Egressy, <gabor at vmunix.com>.
-
-LICENSE:
-    All rights reserved.  All wrongs reversed.  This program is free software;
-    you can redistribute and/or modify it under the same terms as Perl itself.
-
-inc/*:
-Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
- This program is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-Perl is distributed under licenses:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-
-    b) the "Artistic License" which comes with Perl.
-
+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' and
-    the Artistic Licence in /usr/share/common-licenses/Artistic'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libfile-remove-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/debian/rules?rev=41462&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/rules (original)
+++ trunk/libfile-remove-perl/debian/rules Fri Aug  7 16:37:49 2009
@@ -1,60 +1,4 @@
 #!/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
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	AUTOMATED_TESTING=1 $(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_prep
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	AUTOMATED_TESTING=1 dh $@




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