r3349 - in /packages/libemail-abstract-perl/trunk/debian: changelog control copyright rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Jul 27 20:45:34 UTC 2006


Author: ntyni-guest
Date: Thu Jul 27 20:45:31 2006
New Revision: 3349

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3349
Log:
Minor packaging fixes.

Modified:
    packages/libemail-abstract-perl/trunk/debian/changelog
    packages/libemail-abstract-perl/trunk/debian/control
    packages/libemail-abstract-perl/trunk/debian/copyright
    packages/libemail-abstract-perl/trunk/debian/rules

Modified: packages/libemail-abstract-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/trunk/debian/changelog?rev=3349&op=diff
==============================================================================
--- packages/libemail-abstract-perl/trunk/debian/changelog (original)
+++ packages/libemail-abstract-perl/trunk/debian/changelog Thu Jul 27 20:45:31 2006
@@ -1,8 +1,11 @@
-libemail-abstract-perl (2.13-1) UNRELEASED; urgency=low
+libemail-abstract-perl (2.13-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release.
+  * Update debian/copyright.
+  * Add dependency on ${misc:Depends}, as recommended by debhelper
+  * Add upstream homepage URL to the long description.
 
- -- Niko Tyni <ntyni at iki.fi>  Thu, 27 Jul 2006 23:38:36 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 27 Jul 2006 23:46:04 +0300
 
 libemail-abstract-perl (2.01-3) unstable; urgency=low
 

Modified: packages/libemail-abstract-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/trunk/debian/control?rev=3349&op=diff
==============================================================================
--- packages/libemail-abstract-perl/trunk/debian/control (original)
+++ packages/libemail-abstract-perl/trunk/debian/control Thu Jul 27 20:45:31 2006
@@ -2,18 +2,19 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.6.0-16), perl-modules, libmodule-pluggable-perl, libemail-simple-perl
 Standards-Version: 3.7.2
 
 Package: libemail-abstract-perl
 Architecture: all
-Depends: ${perl:Depends}, libmodule-pluggable-perl, libemail-simple-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-pluggable-perl, libemail-simple-perl
 Description: library that presents unified interface to mail representations
  "Email::Abstract" provides module writers with the ability to write
  representation-independent mail handling code. Where previously one
  would either have to specify the mail class required, or to build a new
  object from scratch, "Email::Abstract" can be used to perform certain
  simple operations on an object regardless of its underlying representation.
-
+ .
+  Homepage: http://emailproject.perl.org/wiki/Email::Abstract

Modified: packages/libemail-abstract-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/trunk/debian/copyright?rev=3349&op=diff
==============================================================================
--- packages/libemail-abstract-perl/trunk/debian/copyright (original)
+++ packages/libemail-abstract-perl/trunk/debian/copyright Thu Jul 27 20:45:31 2006
@@ -5,15 +5,17 @@
 
 Upstream Author: Simon Cozens <simon at simon-cozens.org>
 
-Copyright:
+Copyright and License
 
-    This program is free software; you can redistribute it and/or modify it
-    under the terms of the "Artistic License" which comes with Debian.
+    Copyright 2004 by Simon Cozens
 
-    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
-    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES 
-    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+    This library is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
 
-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 copyright terms
+for Perl itself are located in `/usr/share/doc/perl/copyright'. 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'.
 

Modified: packages/libemail-abstract-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/trunk/debian/rules?rev=3349&op=diff
==============================================================================
--- packages/libemail-abstract-perl/trunk/debian/rules (original)
+++ packages/libemail-abstract-perl/trunk/debian/rules Thu Jul 27 20:45:31 2006
@@ -25,7 +25,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 




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