r29043 - in /trunk/libemail-send-perl/debian: changelog compat control copyright libemail-send-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 18:13:31 UTC 2009


Author: gregoa
Date: Thu Jan  1 18:13:28 2009
New Revision: 29043

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29043
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* Set Standards-Version to 3.8.0 (no further changes).
* debian/copyright: switch to new format.

Added:
    trunk/libemail-send-perl/debian/libemail-send-perl.examples
Modified:
    trunk/libemail-send-perl/debian/changelog
    trunk/libemail-send-perl/debian/compat
    trunk/libemail-send-perl/debian/control
    trunk/libemail-send-perl/debian/copyright
    trunk/libemail-send-perl/debian/rules

Modified: trunk/libemail-send-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/changelog?rev=29043&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/changelog (original)
+++ trunk/libemail-send-perl/debian/changelog Thu Jan  1 18:13:28 2009
@@ -8,6 +8,10 @@
   * New upstream release:
     Upstream notes that Email::Send is "out of favor" and recommends the new
     Email::Sender which is not yet packaged for Debian.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * Set Standards-Version to 3.8.0 (no further changes).
+  * debian/copyright: switch to new format.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:37 -0300
 

Modified: trunk/libemail-send-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/compat?rev=29043&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/compat (original)
+++ trunk/libemail-send-perl/debian/compat Thu Jan  1 18:13:28 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libemail-send-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/control?rev=29043&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/control (original)
+++ trunk/libemail-send-perl/debian/control Thu Jan  1 18:13:28 2009
@@ -1,7 +1,7 @@
 Source: libemail-send-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-pluggable-perl (>= 2.97),
  libreturn-value-perl (>= 1.28), libemail-simple-perl (>= 1.92), libclass-accessor-perl,
  libemail-address-perl (>= 1.80), libemail-abstract-perl,
@@ -13,7 +13,7 @@
  Carlo Segre <segre at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
  Gunnar Wolf <gwolf at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-send-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-send-perl/
 Homepage: http://search.cpan.org/dist/Email-Send/

Modified: trunk/libemail-send-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/copyright?rev=29043&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/copyright (original)
+++ trunk/libemail-send-perl/debian/copyright Thu Jan  1 18:13:28 2009
@@ -1,23 +1,32 @@
-This is the debian package for the Email-Send module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ricardo SIGNES, <rjbs at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Email-Send/
+Upstream-Name: Email-Send
 
-It was downloaded from:
-http://search.cpan.org/dist/Email-Send/
+Files: *
+Copyright: (c) 2005 Casey West.  All rights reserved.
+License: GPL-1+ | Artistic
 
-The upstream author is: 
+Files: lib/Email/Send/Test.pm
+Copyright: (c) 2004 - 2005 Adam Kennedy. All rights reserved.
+License: GPL-1+ | Artistic
 
-Casey West, <casey at geeknest.com>..
+Files: debian/*
+Copyright: 2009, various members of the Debian Perl Group, cf.
+ debian/changelog
+License: GPL-1+ | Artistic
 
-Copyright (c) 2005 Casey West.  All rights reserved.
-  This module is free software; you can redistribute it and/or modify it
-  under the same terms as Perl itself.
+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'
 
-lib/Email/Send/Test.pm:
-Copyright (c) 2004 - 2005 Adam Kennedy. All rights reserved.
-This program is free software; you can redistribute
-it and/or modify it under the same terms as Perl itself.
-
-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'

Added: trunk/libemail-send-perl/debian/libemail-send-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/libemail-send-perl.examples?rev=29043&op=file
==============================================================================
--- trunk/libemail-send-perl/debian/libemail-send-perl.examples (added)
+++ trunk/libemail-send-perl/debian/libemail-send-perl.examples Thu Jan  1 18:13:28 2009
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libemail-send-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/rules?rev=29043&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/rules (original)
+++ trunk/libemail-send-perl/debian/rules Thu Jan  1 18:13:28 2009
@@ -1,63 +1,25 @@
 #!/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
 
 include /usr/share/quilt/quilt.make
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp sendmail.log
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(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_installexamples eg/*
-	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