r45978 - in /trunk/perlindex/debian: changelog config/ config/config configfile control patches/testsuite.patch perlindex.dirs perlindex.install po/ru.po rules

ghantoos-guest at users.alioth.debian.org ghantoos-guest at users.alioth.debian.org
Sun Oct 18 11:31:22 UTC 2009


Author: ghantoos-guest
Date: Sun Oct 18 11:31:16 2009
New Revision: 45978

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45978
Log:
* debian/control:
  - Standards-Version bumped to 3.8.3.
  - Added myself to Uploaders.
* debian/rules:
  - Updated the rules files to use the dh7 features.
* debian/patches:
  - Updated testsuite.patch to fit the new version of the t/basic.t file.
    This pervents quilt from failing to apply the patch. (Closes: #538635)
* debian/perlindex.dirs:
  - Added the etc/perlindex directory.
* debian/po:
  - Added the Russian translation file (ru.po) provided by Yuri Kozlov
    <yuray at komyakino.ru>. (Closes: #541759)
* Renamed and moved debian/configfile to debian/config/config.
* debian/perlindex.install:
  - Updated config file installation path.

Added:
    trunk/perlindex/debian/config/
    trunk/perlindex/debian/config/config
      - copied unchanged from r45969, trunk/perlindex/debian/configfile
    trunk/perlindex/debian/po/ru.po
Removed:
    trunk/perlindex/debian/configfile
Modified:
    trunk/perlindex/debian/changelog
    trunk/perlindex/debian/control
    trunk/perlindex/debian/patches/testsuite.patch
    trunk/perlindex/debian/perlindex.dirs
    trunk/perlindex/debian/perlindex.install
    trunk/perlindex/debian/rules

Modified: trunk/perlindex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/changelog?rev=45978&op=diff
==============================================================================
--- trunk/perlindex/debian/changelog (original)
+++ trunk/perlindex/debian/changelog Sun Oct 18 11:31:16 2009
@@ -1,4 +1,22 @@
-perlindex (1.605-2) UNRELEASED; urgency=low
+perlindex (1.605-2) unstable; urgency=low
+
+  [ Ignace Mouzannar ]
+  * debian/control:
+    - Standards-Version bumped to 3.8.3.
+    - Added myself to Uploaders.
+  * debian/rules:
+    - Updated the rules files to use the dh7 features.
+  * debian/patches:
+    - Updated testsuite.patch to fit the new version of the t/basic.t file.
+      This pervents quilt from failing to apply the patch. (Closes: #538635)
+  * debian/perlindex.dirs:
+    - Added the etc/perlindex directory.
+  * debian/po:
+    - Added the Russian translation file (ru.po) provided by Yuri Kozlov
+      <yuray at komyakino.ru>. (Closes: #541759)
+  * Renamed and moved debian/configfile to debian/config/config.
+  * debian/perlindex.install:
+    - Updated config file installation path.
 
   [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders (Closes: #523220)
@@ -11,7 +29,7 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 08 Apr 2009 19:00:12 -0700
+ -- Ignace Mouzannar <mouzannar at gmail.com>  Sun, 18 Oct 2009 13:17:49 +0200
 
 perlindex (1.605-1) unstable; urgency=low
 

Modified: trunk/perlindex/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/control?rev=45978&op=diff
==============================================================================
--- trunk/perlindex/debian/control (original)
+++ trunk/perlindex/debian/control Sun Oct 18 11:31:16 2009
@@ -2,10 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ Ignace Mouzannar <mouzannar at gmail.com>
 Build-Depends: debhelper (>= 7), quilt (>= 0.40), po-debconf
 Build-Depends-Indep: perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/perlindex/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/perlindex/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/perlindex/

Modified: trunk/perlindex/debian/patches/testsuite.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/patches/testsuite.patch?rev=45978&op=diff
==============================================================================
--- trunk/perlindex/debian/patches/testsuite.patch (original)
+++ trunk/perlindex/debian/patches/testsuite.patch Sun Oct 18 11:31:16 2009
@@ -1,20 +1,22 @@
 Author: Florian Ragwitz <rafl at debian.org>
+Author: Ignace Mouzannar <mouzannar at gmail.com>
+Last-Update: 2009-10-18
 Description: Use the config file in the test suite
 --- a/t/basic.t
 +++ b/t/basic.t
-@@ -40,13 +40,13 @@ my $tmp = tempdir(CLEANUP => 1);
+@@ -42,13 +42,13 @@
  
  ok(
     run(
--       "-Mblib ./perlindex -idir $tmp --index README MANIFEST perlindex.PL",
-+       "-Mblib ./perlindex -conf debian/configfile -idir $tmp --index README MANIFEST perlindex.PL",
+-       "-Mblib ./perlindex -idir $tmp --index $cwd/README $cwd/MANIFEST $cwd/perlindex.PL",
++       "-Mblib ./perlindex -conf debian/config/config -idir $tmp --index $cwd/README $cwd/MANIFEST $cwd/perlindex.PL",
         sub { print "[[$_[0]]]\n"; $_[0] =~ /MANIFEST/ }
        )
    );
  ok(
     run(
 -       "-Mblib ./perlindex -idir $tmp --nomenu index",
-+       "-Mblib ./perlindex -conf debian/configfile -idir $tmp --nomenu index",
++       "-Mblib ./perlindex -conf debian/config/config -idir $tmp --nomenu index",
         sub { print "[[$_[0]]]\n"; $_[0] =~ /perlindex.PL/ }
        )
    );

Modified: trunk/perlindex/debian/perlindex.dirs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/perlindex.dirs?rev=45978&op=diff
==============================================================================
--- trunk/perlindex/debian/perlindex.dirs (original)
+++ trunk/perlindex/debian/perlindex.dirs Sun Oct 18 11:31:16 2009
@@ -1,1 +1,2 @@
 var/cache/perlindex
+etc/perlindex

Modified: trunk/perlindex/debian/perlindex.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/perlindex.install?rev=45978&op=diff
==============================================================================
--- trunk/perlindex/debian/perlindex.install (original)
+++ trunk/perlindex/debian/perlindex.install Sun Oct 18 11:31:16 2009
@@ -1,3 +1,3 @@
-etc/perlindex/config
+debian/config/config etc/perlindex/
 usr/bin
 usr/share/man/man1/perlindex.1p

Added: trunk/perlindex/debian/po/ru.po
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/po/ru.po?rev=45978&op=file
==============================================================================
--- trunk/perlindex/debian/po/ru.po (added)
+++ trunk/perlindex/debian/po/ru.po Sun Oct 18 11:31:16 2009
@@ -1,0 +1,30 @@
+# translation of ru.po to Russian
+# Copyright (C) 2009, Yuri Kozlov <yuray at komyakino.ru>
+# This file is distributed under the same license as the perlindex package.
+#
+# Yuri Kozlov <yuray at komyakino.ru>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: perlindex 1.605-1\n"
+"Report-Msgid-Bugs-To: rafl at debian.org\n"
+"POT-Creation-Date: 2006-09-02 15:34+0200\n"
+"PO-Revision-Date: 2009-08-06 20:33+0400\n"
+"Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
+"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. Type: boolean
+#. Description
+#: ../perlindex.templates:1001
+msgid "Remove the index when purging the package?"
+msgstr "Удалять индексы при вычистке пакета?"
+
+#. Type: boolean
+#. Description
+#: ../perlindex.templates:1001
+msgid "perlindex creates some index files under /var/cache/perlindex/."
+msgstr "perlindex создаёт индексные файлы в каталоге /var/cache/perlindex/."

Modified: trunk/perlindex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/rules?rev=45978&op=diff
==============================================================================
--- trunk/perlindex/debian/rules (original)
+++ trunk/perlindex/debian/rules Sun Oct 18 11:31:16 2009
@@ -1,27 +1,8 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
+%:
+	dh $@ --with quilt
 
-clean:
-	dh $@
+override_dh_auto_clean:
+	dh_auto_clean
 	debconf-updatepo
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --before dh_install
-	install -d $(CURDIR)/debian/tmp/etc/perlindex
-	cp debian/configfile $(CURDIR)/debian/tmp/etc/perlindex/config
-	dh install --remaining
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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