[DRE-commits] [SCM] chef.git branch, master, updated. debian/0.10.10-1-5-gf24bcca

Tollef Fog Heen tfheen at debian.org
Tue Jun 5 17:10:56 UTC 2012


The following commit has been merged in the master branch:
commit c0f81243f203a22bb977a3058747d7e322e3592f
Author: Tollef Fog Heen <tfheen at debian.org>
Date:   Tue Jun 5 17:54:36 2012 +0200

    Build-depend on po-debconf, incorporate translated templates.

diff --git a/debian/changelog b/debian/changelog
index b8479a1..0b6b1a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ chef (0.10.10-2) unstable; urgency=low
 
   * Make conflicts/replaces on old packages be versioned.  Closes: #675370
   * Remove /var/lib/chef/cookbook_index on package removal.  Closes: #675365
+  * Build-depend on po-debconf, incorporate translated templates.
 
  -- Tollef Fog Heen <tfheen at debian.org>  Tue, 05 Jun 2012 17:45:30 +0200
 
diff --git a/debian/chef.templates b/debian/chef.templates
index 34e9543..14af6c7 100644
--- a/debian/chef.templates
+++ b/debian/chef.templates
@@ -1,6 +1,6 @@
 Template: chef/chef_server_url
 Type: string
-Description: URL of Chef Server (e.g., http://chef.example.com:4000):
+_Description: URL of Chef Server (e.g., http://chef.example.com:4000):
   This is the full URI that clients will use to connect to the
   server.
   .
diff --git a/debian/control b/debian/control
index 85ed49b..515d123 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders:  Tollef Fog Heen <tfheen at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), po-debconf
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/chef.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/chef.git;a=summary
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..45a6efa
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] chef.templates

-- 
chef.git



More information about the Pkg-ruby-extras-commits mailing list