r2757 - in /packages/libi18n-charset-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu May 11 19:37:19 UTC 2006


Author: ntyni-guest
Date: Thu May 11 19:37:18 2006
New Revision: 2757

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

Modified:
    packages/libi18n-charset-perl/trunk/debian/changelog
    packages/libi18n-charset-perl/trunk/debian/control
    packages/libi18n-charset-perl/trunk/debian/rules

Modified: packages/libi18n-charset-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libi18n-charset-perl/trunk/debian/changelog?rev=2757&op=diff
==============================================================================
--- packages/libi18n-charset-perl/trunk/debian/changelog (original)
+++ packages/libi18n-charset-perl/trunk/debian/changelog Thu May 11 19:37:18 2006
@@ -2,7 +2,6 @@
 
   [ Krzysztof Krzyzaniak (eloy) ]
   * New upstream release (closes: #329561)
-  * debian/control: upgraded to Debian Policy 3.6.2 (no changes)
   * debian/rules: libio-capture-perl added to deps
   * changing ChangeLog to Changes
 
@@ -10,7 +9,13 @@
   * Patched the tests for Windows charsets in t/utf8.t in order to work with
     the current version of libunicode-map8-perl.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 21 Apr 2006 18:24:29 +0200
+  [ Niko Tyni ]
+  * Don't ignore the return code of 'make distclean'.
+  * Cleanup of debian/rules.
+  * debian/control: upgraded to Debian Policy 3.7.2 (no changes needed)
+  * Depend on ${misc:Depends}, as recommended by debhelper.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 11 May 2006 22:36:10 +0300
 
 libi18n-charset-perl (1.371-1) unstable; urgency=low
 

Modified: packages/libi18n-charset-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libi18n-charset-perl/trunk/debian/control?rev=2757&op=diff
==============================================================================
--- packages/libi18n-charset-perl/trunk/debian/control (original)
+++ packages/libi18n-charset-perl/trunk/debian/control Thu May 11 19:37:18 2006
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.6.2
+Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
+Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl, libunicode-map-perl, libunicode-maputf8-perl, libio-capture-perl
 
@@ -11,7 +11,7 @@
 Section: perl
 Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, libio-string-perl
+Depends: ${perl:Depends}, libio-string-perl, ${misc:Depends}
 Suggests: libunicode-map-perl, libunicode-map8-perl, libunicode-maputf8-perl
 Description: Perl module for mapping character set names to IANA names
  This module maps Character Set names to the names officially

Modified: packages/libi18n-charset-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libi18n-charset-perl/trunk/debian/rules?rev=2757&op=diff
==============================================================================
--- packages/libi18n-charset-perl/trunk/debian/rules (original)
+++ packages/libi18n-charset-perl/trunk/debian/rules Thu May 11 19:37:18 2006
@@ -34,7 +34,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean build-stamp install-stamp
 
 install: install-stamp
@@ -53,13 +53,12 @@
 	touch install-stamp
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do.
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-#	dh_installexamples
 	dh_perl
 	dh_installchangelogs Changes
 	dh_link
@@ -71,8 +70,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




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