r26267 - in /trunk/perlindex/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 26 23:50:28 UTC 2008


Author: gregoa
Date: Sun Oct 26 23:50:25 2008
New Revision: 26267

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26267
Log:
Call debconf-updatepo in debian/rules' clean target; add build dependency
on po-debconf in debian/control.

Modified:
    trunk/perlindex/debian/changelog
    trunk/perlindex/debian/control
    trunk/perlindex/debian/rules

Modified: trunk/perlindex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/changelog?rev=26267&op=diff
==============================================================================
--- trunk/perlindex/debian/changelog (original)
+++ trunk/perlindex/debian/changelog Sun Oct 26 23:50:25 2008
@@ -1,6 +1,8 @@
 perlindex (1.502-4) UNRELEASED; urgency=low
 
   * Add Swedish debconf translation, thanks to Martin Bagge (closes: #503609).
+  * Call debconf-updatepo in debian/rules' clean target; add build dependency
+    on po-debconf in debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 27 Oct 2008 00:42:38 +0100
 

Modified: trunk/perlindex/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/control?rev=26267&op=diff
==============================================================================
--- trunk/perlindex/debian/control (original)
+++ trunk/perlindex/debian/control Sun Oct 26 23:50:25 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40), po-debconf
 Build-Depends-Indep: perl (>= 5.6.0-16)
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/perlindex/

Modified: trunk/perlindex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/rules?rev=26267&op=diff
==============================================================================
--- trunk/perlindex/debian/rules (original)
+++ trunk/perlindex/debian/rules Sun Oct 26 23:50:25 2008
@@ -18,6 +18,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
+	debconf-updatepo
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp




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