[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%60.2-1-5-g358b509

Ondřej Surý ondrej at sury.org
Fri Mar 9 08:42:59 UTC 2012


The following commit has been merged in the debian-sid branch:
commit 4c1b3db165234d93d9b2db008eefe9bada7c4a5d
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Feb 20 22:01:02 2012 +0100

    debconf-gettextize the package

diff --git a/debian/control b/debian/control
index 8ae5a64..794a1d5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Ondřej Surý <ondrej at debian.org>
 Vcs-Browser: http://git.debian.org/?p=pkg-google/golang.git
 Vcs-Git: git://git.debian.org/pkg-google/golang.git
 Build-Depends: debhelper (>= 7.4.10), bison, ed, mawk | awk, perl
+Build-Depends-Indep: po-debconf
 Standards-Version: 3.9.2
 Homepage: http://golang.org/
 
diff --git a/debian/golang-tools.templates b/debian/golang-tools.templates
index 57284d3..4d0aa5f 100644
--- a/debian/golang-tools.templates
+++ b/debian/golang-tools.templates
@@ -1,16 +1,15 @@
 Template: golang-tools/dashboard
 Type: boolean
 Default: true
-Description: Report installation of public packages to Go Dashboard?
- goinstall reports the successful installation of the public packages
- to godashboard.appspot.com, which increments a count associated with
- the package and the time of its most recent installation.  This
- mechanism powers the package list at the Go Dashboard, allowing Go
- programmers to learn about popular packages that might be worth
- looking at.
+_Description: Report installation of public packages to Go Dashboard?
+ goinstall reports the successful installation of the public packages to
+ godashboard.appspot.com, which increments a count associated with the
+ package and the time of its most recent installation.  This mechanism
+ powers the package list at the Go Dashboard, allowing Go programmers to
+ learn about popular packages that might be worth looking at.
  .
- If you choose to participate, the goinstall will report each
- successful installation to the Go Dashboard.
+ If you choose to participate, the goinstall will report each successful
+ installation to the Go Dashboard.
  .
  This choice can be later modified by running "dpkg-reconfigure
  golang-tools".
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..c762b48
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] golang-tools.templates
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..87aeec6
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,51 @@
+# 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: golang at packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 21:59+0100\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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../golang-tools.templates:1001
+msgid "Report installation of public packages to Go Dashboard?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../golang-tools.templates:1001
+msgid ""
+"goinstall reports the successful installation of the public packages to "
+"godashboard.appspot.com, which increments a count associated with the "
+"package and the time of its most recent installation.  This mechanism powers "
+"the package list at the Go Dashboard, allowing Go programmers to learn about "
+"popular packages that might be worth looking at."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../golang-tools.templates:1001
+msgid ""
+"If you choose to participate, the goinstall will report each successful "
+"installation to the Go Dashboard."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../golang-tools.templates:1001
+msgid ""
+"This choice can be later modified by running \"dpkg-reconfigure golang-tools"
+"\"."
+msgstr ""

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list