diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-11 01:13:57 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-11 01:13:57 -0500 |
commit | d80a1e6e5be92ef48e805aca22c9c70e306c9b50 (patch) | |
tree | f3108c83f6a09c428ed0659d28e24d0a92dd1591 /debian | |
parent | 0008bc2e2dce9aaeca563078a3b08daed48beb99 (diff) |
releasing version 0.1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/po/templates.pot | 53 | ||||
-rw-r--r-- | debian/postinst | 2 |
4 files changed, 56 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0925dbf..27b555d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ etckeeper (0.1) unstable; urgency=low * First release. - -- Joey Hess <joeyh@debian.org> Mon, 05 Nov 2007 16:43:04 -0500 + -- Joey Hess <joeyh@debian.org> Sun, 11 Nov 2007 01:11:21 -0500 diff --git a/debian/control b/debian/control index b5f8d01..b36b606 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/ Package: etckeeper Architecture: all Section: admin -Depends: metastore, git-core, ${misc:Depends}, debconf-2.0 | debconf +Depends: metastore, git-core, ${misc:Depends}, debconf | debconf-2.0 Description: store /etc in git etckeeper is a collection of tools to let /etc be stored in a git repository. It hooks into apt to automatically commit changes made to /etc diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 0000000..51aea68 --- /dev/null +++ b/debian/po/templates.pot @@ -0,0 +1,53 @@ +# 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@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: Source: etckeeper@packages.debian.org\n" +"POT-Creation-Date: 2007-11-11 01:13-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Commit changed files in /etc to git?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"etckeeper has detected that /etc contains uncommitted files or other " +"changes. It's best to have everything in /etc committed to git before " +"running apt. etckeeper can add any new files listed below, and commit all " +"the changed files for you." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "${STATUS}" +msgstr "" + +#. Type: error +#. Description +#: ../templates:2001 +msgid "git commit failed" +msgstr "" + +#. Type: error +#. Description +#: ../templates:2001 +msgid "" +"etckeeper failed to commit changes in /etc using git. You may want to " +"resolve the uncommitted changes by hand before continuing." +msgstr "" diff --git a/debian/postinst b/debian/postinst index e0c6707..be4bf1f 100644 --- a/debian/postinst +++ b/debian/postinst @@ -4,4 +4,4 @@ set -e # source confmodule to ensure templates are loaded . /usr/share/debconf/confmodule -#DEBHELPER +#DEBHELPER# |