r40201 - in /trunk/liblist-moreutils-perl/debian: changelog compat control copyright rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jul 19 21:20:05 UTC 2009


Author: ansgar-guest
Date: Sun Jul 19 21:19:59 2009
New Revision: 40201

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40201
Log:
* Convert debian/copyright to proposed machine-readable format.
* Refresh rules for debhelper 7.
* Bump Standards-Version to 3.8.2 (no changes).

Modified:
    trunk/liblist-moreutils-perl/debian/changelog
    trunk/liblist-moreutils-perl/debian/compat
    trunk/liblist-moreutils-perl/debian/control
    trunk/liblist-moreutils-perl/debian/copyright
    trunk/liblist-moreutils-perl/debian/rules

Modified: trunk/liblist-moreutils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/changelog?rev=40201&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/changelog (original)
+++ trunk/liblist-moreutils-perl/debian/changelog Sun Jul 19 21:19:59 2009
@@ -1,7 +1,13 @@
 liblist-moreutils-perl (0.22-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+
+  [ Ansgar Burchardt ]
+  * Convert debian/copyright to proposed machine-readable format.
+  * Refresh rules for debhelper 7.
+  * Bump Standards-Version to 3.8.2 (no changes).
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:44:16 +0100
 

Modified: trunk/liblist-moreutils-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/compat?rev=40201&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/compat (original)
+++ trunk/liblist-moreutils-perl/debian/compat Sun Jul 19 21:19:59 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/liblist-moreutils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/control?rev=40201&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/control (original)
+++ trunk/liblist-moreutils-perl/debian/control Sun Jul 19 21:19:59 2009
@@ -1,12 +1,12 @@
 Source: liblist-moreutils-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7), libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7),
+ libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/List-MoreUtils/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblist-moreutils-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblist-moreutils-perl/

Modified: trunk/liblist-moreutils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/copyright?rev=40201&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/copyright (original)
+++ trunk/liblist-moreutils-perl/debian/copyright Sun Jul 19 21:19:59 2009
@@ -1,17 +1,34 @@
-This is the debian package for the List-MoreUtils module.
-It was created by Chip Salzenberg <chip at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer:
+    Tassilo von Parseval <tassilo.von.parseval at rwth-aachen.de>
+Upstream-Source: http://search.cpan.org/dist/List-MoreUtils/
+Upstream-Name: List-MoreUtils
 
-The upstream author is:
+Files: *
+Copyright:
+ © 2004-2006, Tassilo von Parseval <tassilo.von.parseval at rwth-aachen.de>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Tassilo von Parseval, <tassilo.von.parseval at rwth-aachen.de>.
+Files: debian/*
+Copyright:
+ © 2005,      Chip Salzenberg <chip at debian.org>
+ © 2005-2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ © 2008,      Damyan Ivanov <dmn at debian.org>
+ © 2008,      gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
-Copyright (C) 2004-2006 by Tassilo von Parseval.
+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'
 
-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.4 or,
-at your option, any later version of Perl 5 you may have available.
-
-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 Licence in `/usr/share/common-licenses/Artistic'.
+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'

Modified: trunk/liblist-moreutils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/rules?rev=40201&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/rules (original)
+++ trunk/liblist-moreutils-perl/debian/rules Sun Jul 19 21:19:59 2009
@@ -1,91 +1,3 @@
 #!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -e Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture dependent package, we are not
-	# supposed to install stuff to /usr/share. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
-
-	touch $@
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@




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