r3344 - in /packages/libemail-simple-perl/trunk/debian: changelog control rules

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


Author: ntyni-guest
Date: Thu Jul 27 20:27:50 2006
New Revision: 3344

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

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

Modified: packages/libemail-simple-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/debian/changelog?rev=3344&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/debian/changelog (original)
+++ packages/libemail-simple-perl/trunk/debian/changelog Thu Jul 27 20:27:50 2006
@@ -1,8 +1,11 @@
-libemail-simple-perl (1.95-1) UNRELEASED; urgency=low
+libemail-simple-perl (1.95-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release.
+  * Add upstream homepage URL to the long description.
+  * Depend on ${misc:Depends}, as recommended by debhelper.
+  * Don't ignore the return value of 'make realclean'.
 
- -- Niko Tyni <ntyni at iki.fi>  Thu, 27 Jul 2006 23:22:30 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 27 Jul 2006 23:28:21 +0300
 
 libemail-simple-perl (1.94-1) unstable; urgency=low
 

Modified: packages/libemail-simple-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/debian/control?rev=3344&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/debian/control (original)
+++ packages/libemail-simple-perl/trunk/debian/control Thu Jul 27 20:27:50 2006
@@ -2,18 +2,19 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>, Niko Tyni <ntyni at iki.fi>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.6.0-16), perl-modules, libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.7.2
 
 Package: libemail-simple-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Simple parsing of RFC2822 message format and headers
  Email::Simple is the first deliverable of the Perl Email Project, a
  reaction against the complexity and increasing bugginess of the
  Mail::* modules. In contrast, Email::* modules are meant to be simple 
  to use and to maintain, pared to the bone, fast, minimal in their
  external dependencies, and correct.
-
+ .
+  Homepage: http://emailproject.perl.org/wiki/Email::Simple

Modified: packages/libemail-simple-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/trunk/debian/rules?rev=3344&op=diff
==============================================================================
--- packages/libemail-simple-perl/trunk/debian/rules (original)
+++ packages/libemail-simple-perl/trunk/debian/rules Thu Jul 27 20:27:50 2006
@@ -25,7 +25,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 
@@ -37,8 +37,9 @@
 	$(MAKE) test
 	$(MAKE) install PREFIX=$(CURDIR)/debian/$(package)/usr
 
-	-rmdir -p debian/$(package)/usr/lib/perl5
-
+	#As this is a architecture independent package, we are not supposed to install
+	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents debian/$(package)/usr/lib/perl5
 
 binary-arch: build install
 




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