[Pkg-sysvinit-commits] r1628 - in sysvinit/trunk/debian: . po

Petter Reinholdtsen pere at alioth.debian.org
Sun Aug 23 20:28:55 UTC 2009


Author: pere
Date: 2009-08-23 20:28:55 +0000 (Sun, 23 Aug 2009)
New Revision: 1628

Added:
   sysvinit/trunk/debian/po/
   sysvinit/trunk/debian/po/POTFILES.in
   sysvinit/trunk/debian/po/templates.pot
Modified:
   sysvinit/trunk/debian/control
   sysvinit/trunk/debian/rules
Log:
Fix debconf template generation and installation.

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-08-23 20:16:31 UTC (rev 1627)
+++ sysvinit/trunk/debian/control	2009-08-23 20:28:55 UTC (rev 1628)
@@ -3,7 +3,7 @@
 Priority: required
 Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel at lists.alioth.debian.org>
 Uploaders: Petter Reinholdtsen <pere at debian.org>, Henrique de Moraes Holschuh <hmh at debian.org>, Kel Modderman <kel at otaku42.de>
-Build-Depends: debhelper (>= 1), quilt (>= 0.40), libselinux1-dev (>= 1.14) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: debhelper (>= 1), po-debconf, quilt (>= 0.40), libselinux1-dev (>= 1.14) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Standards-Version: 3.8.2
 Homepage: http://freshmeat.net/projects/sysvinit/
 Vcs-Svn: svn://svn.debian.org/pkg-sysvinit/sysvinit/trunk

Added: sysvinit/trunk/debian/po/POTFILES.in
===================================================================
--- sysvinit/trunk/debian/po/POTFILES.in	                        (rev 0)
+++ sysvinit/trunk/debian/po/POTFILES.in	2009-08-23 20:28:55 UTC (rev 1628)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] sysv-rc.templates

Added: sysvinit/trunk/debian/po/templates.pot
===================================================================
--- sysvinit/trunk/debian/po/templates.pot	                        (rev 0)
+++ sysvinit/trunk/debian/po/templates.pot	2009-08-23 20:28:55 UTC (rev 1628)
@@ -0,0 +1,54 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: sysvinit at packages.debian.org\n"
+"POT-Creation-Date: 2009-08-23 22:24+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../sysv-rc.templates:2001
+msgid "Migrate legacy boot sequence to dependency based sequencing?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../sysv-rc.templates:2001
+msgid ""
+"With dependency based boot sequencing, the order of boot and shutdown "
+"scripts is calculated dynamically when a new package is installed using "
+"dependency information provided with each init.d script.  This allow some "
+"long standing problems with the boot sequence to be solved, and make it "
+"possible to detect when new problems are introduced into the boot and "
+"shutdown sequence."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../sysv-rc.templates:2001
+msgid ""
+"This is a one way migration, where the old way of ordering boot scripts "
+"using hardcoded sequence numbers is made obsolete, and the dependency "
+"information provided is used to generate the sequence numbers instead."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../sysv-rc.templates:2001
+msgid ""
+"If you see this question, the automatic tests used to check if it any "
+"dependency loops, obsolete init.d scripts or other potential problem found "
+"nothing, and thus believe it is safe to convert the current system to use "
+"dependency based boot sequencing."
+msgstr ""

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-08-23 20:16:31 UTC (rev 1627)
+++ sysvinit/trunk/debian/rules	2009-08-23 20:28:55 UTC (rev 1628)
@@ -326,7 +326,8 @@
 		$(tmp)/usr/share/lintian/overrides/sysv-rc
 	install -o root -g root -m 644 debian/sysv-rc.copyright \
 	  $(tmp)$(doc)/sysv-rc/copyright
-	for f in preinst postinst postrm templates ; do \
+	po2debconf debian/sysv-rc.templates > $(tmp)/DEBIAN/templates
+	for f in preinst postinst postrm ; do \
 		install -o root -g root -m 755 debian/sysv-rc.$$f $(tmp)/DEBIAN/$$f ; \
 	done
 	install -o root -g root -m 755 debian/sysv-rc/saveconfig \




More information about the Pkg-sysvinit-commits mailing list