releasing version 0.1
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 11 Nov 2007 06:13:57 +0000 (01:13 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 11 Nov 2007 06:13:57 +0000 (01:13 -0500)
debian/changelog
debian/control
debian/po/templates.pot [new file with mode: 0644]
debian/postinst

index 0925dbf56492d1b44d6ca46d1e5c53b45299dfd0..27b555d6269e856172e0207898284b37f54c5202 100644 (file)
@@ -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
index b5f8d014af323cd49599de4e546c3c9da461559e..b36b6062f625a94d6b3d3681d0dcd0519d720d99 100644 (file)
@@ -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 (file)
index 0000000..51aea68
--- /dev/null
@@ -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 ""
index e0c67070cc4fd4f9c13fdbd16bca46f85c75b16a..be4bf1fed32b8f003ac68b68a59550ceb3d07144 100644 (file)
@@ -4,4 +4,4 @@ set -e
 # source confmodule to ensure templates are loaded
 . /usr/share/debconf/confmodule
 
-#DEBHELPER
+#DEBHELPER#