r26586 - in /trunk/libexception-class-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 2 18:32:20 UTC 2008


Author: gregoa
Date: Sun Nov  2 18:32:17 2008
New Revision: 26586

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26586
Log:
* debian/control:
  - remove libmodule-build-perl, debhelper7 prefers MakeMaker
  - remove leading article and spurious space from short description
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.

Modified:
    trunk/libexception-class-perl/debian/changelog
    trunk/libexception-class-perl/debian/compat
    trunk/libexception-class-perl/debian/control
    trunk/libexception-class-perl/debian/copyright
    trunk/libexception-class-perl/debian/rules

Modified: trunk/libexception-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/changelog?rev=26586&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/changelog (original)
+++ trunk/libexception-class-perl/debian/changelog Sun Nov  2 18:32:17 2008
@@ -8,8 +8,13 @@
 
   [ gregor herrmann ]
   * debian/control:
-   - change my email address
-   - wrap a long line
+    - change my email address
+    - wrap a long line
+    - remove libmodule-build-perl, debhelper7 prefers MakeMaker
+    - remove leading article and spurious space from short description
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/copyright: switch to new format.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 17:03:50 -0430
 

Modified: trunk/libexception-class-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/compat?rev=26586&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/compat (original)
+++ trunk/libexception-class-perl/debian/compat Sun Nov  2 18:32:17 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libexception-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/control?rev=26586&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/control (original)
+++ trunk/libexception-class-perl/debian/control Sun Nov  2 18:32:17 2008
@@ -1,7 +1,7 @@
 Source: libexception-class-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-17), libclass-data-inheritable-perl (>= 0.02),
  libdevel-stacktrace-perl (>= 1.20), libtest-pod-perl,
  libtest-pod-coverage-perl
@@ -18,7 +18,7 @@
 Architecture: all
 Depends: ${perl:Depends}, libclass-data-inheritable-perl (>= 0.02),
  libdevel-stacktrace-perl (>= 1.20)
-Description:  a module that allows you to declare real exception classes in Perl
+Description: module that allows you to declare real exception classes in Perl
  Exception::Class allows you to declare exceptions in your modules in a
  manner similar to how exceptions are declared in Java.
  .

Modified: trunk/libexception-class-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/copyright?rev=26586&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/copyright (original)
+++ trunk/libexception-class-perl/debian/copyright Sun Nov  2 18:32:17 2008
@@ -1,16 +1,31 @@
-This is the debian package for the Exception::Class module.
-It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dave Rolsky, <autarch at urth.org>
+Upstream-Source: http://search.cpan.org/dist/Exception-Class/
+Upstream-Name: Exception-Class
 
-You can download this from:
-	http://search.cpan.org/dist/Exception-Class
+Files: *
+Copyright: 2000-2006, Dave Rolsky, <autarch at urth.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright (c) 2000-2006 Dave Rolsky
-All rights reserved.
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
+Files: debian/*
+Copyright: 
+ 2002-2004, Ivan Kohler <ivan-debian at 420.am>
+ 2005-2006, Jay Bonci <jaybonci at debian.org>
+ 2008, various members of the Debian Perl Group, cf. debian/changelog
+License: Artistic | GPL-1+
 
-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: 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
 
+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/libexception-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/rules?rev=26586&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/rules (original)
+++ trunk/libexception-class-perl/debian/rules Sun Nov  2 18:32:17 2008
@@ -1,60 +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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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) Build.PL installdirs=vendor
-	$(PERL) Build
-	IS_MAINTAINER=1 $(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	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
-	dh_installchangelogs Changes
-	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