From d80a1e6e5be92ef48e805aca22c9c70e306c9b50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Nov 2007 01:13:57 -0500 Subject: releasing version 0.1 --- debian/changelog | 2 +- debian/control | 2 +- debian/po/templates.pot | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/postinst | 2 +- 4 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 debian/po/templates.pot (limited to 'debian') 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 Mon, 05 Nov 2007 16:43:04 -0500 + -- Joey Hess 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 , 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 \n" +"Language-Team: LANGUAGE \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# -- cgit v1.2.3