r26591 - in /trunk/libfile-spec-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 2 18:50:36 UTC 2008


Author: gregoa
Date: Sun Nov  2 18:50:33 2008
New Revision: 26591

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26591
Log:
* debian/control:
  - remove libmodule-build-perl from build dependencies, debhelper7 prefers
    MakeMaker
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/coopyright: refresh formatting.

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

Modified: trunk/libfile-spec-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-spec-perl/debian/changelog?rev=26591&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/changelog (original)
+++ trunk/libfile-spec-perl/debian/changelog Sun Nov  2 18:50:33 2008
@@ -6,8 +6,14 @@
   * Bumped to Standards-Version 3.8.0 (no changes needed).
 
   [ gregor herrmann ]
-  * debian/control: change my email address.
+  * debian/control:
+    - change my email address
+    - remove libmodule-build-perl from build dependencies, debhelper7 prefers
+      MakeMaker
   * Refresh lintian override.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/coopyright: refresh formatting.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 23:57:01 -0430
 

Modified: trunk/libfile-spec-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-spec-perl/debian/compat?rev=26591&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/compat (original)
+++ trunk/libfile-spec-perl/debian/compat Sun Nov  2 18:50:33 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libfile-spec-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-spec-perl/debian/control?rev=26591&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/control (original)
+++ trunk/libfile-spec-perl/debian/control Sun Nov  2 18:50:33 2008
@@ -1,7 +1,7 @@
 Source: libfile-spec-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>> 6), perl (>= 5.8.0-7), libmodule-build-perl
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>,

Modified: trunk/libfile-spec-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-spec-perl/debian/copyright?rev=26591&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/copyright (original)
+++ trunk/libfile-spec-perl/debian/copyright Sun Nov  2 18:50:33 2008
@@ -1,13 +1,12 @@
-This is the debian package for the File::Spec module.
-
-It was downloaded from http://search.cpan.org/dist/PathTools/.
-
-The upstream author is:
- Ken Williams <KWILLIAMS at cpan.org>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Maintained by Ken Williams <KWILLIAMS at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/PathTools/
+Upstream-Name: PathTools
 
 Files: *
 Copyright: © 2004 by the Perl 5 Porters.  All rights reserved.
-License: GPL-1+ | Artistic
+License: Artistic | GPL-1+
  This program is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.
 
@@ -60,14 +59,22 @@
  modify it under the same terms as Perl itself.
 
 Files: debian/*
-Copyright: © 2007,2008 Debian Perl Group <debian-perl at lists.debian.org>
-           © 2007 Bastian Blank <waldi at debian.org>
+Copyright: © 2007-2008, members of the Debian Perl Group, cf. debian/changelog
+           © 2007,      Bastian Blank <waldi at debian.org>
 License: other
  It is assumed that all Debian maintairers used a license compatible with
  upstream's.
 
+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
 
-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/libfile-spec-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-spec-perl/debian/rules?rev=26591&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/rules (original)
+++ trunk/libfile-spec-perl/debian/rules Sun Nov  2 18:50:33 2008
@@ -1,71 +1,23 @@
 #!/usr/bin/make -f
-
-# 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 = $(firstword $(shell dh_listpackages))
-PERL   ?= /usr/bin/perl
-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
-	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="$(CFLAGS)" $(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	rm -f build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build distclean
-	dh_clean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
-
-	# lintian override for a long line with a URL.
-	dh_installdirs /usr/share/lintian/overrides/
-	install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE)
+	dh install
 	touch $@
 
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-arch: install
+	dh $@
 
-binary-indep: build install
+binary-indep:
 
-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