summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorScott Bronson <b.git@u32.net>2008-03-12 19:50:29 -0700
committerScott Bronson <b.git@u32.net>2008-03-12 19:50:29 -0700
commit60f110f04f4d66e80cdade875f76aa11c77b0b3b (patch)
treee4a6fb5a2482a7a67ffea04c8e9d74aa0b1b30fa /debian
parent2d0f02f740f73bafba187584184ec26fdf1cc3aa (diff)
parenta9ce9965c06571a57522106691dac2f9892125ba (diff)
Merge branches 'packagelist' and 'nobinary'
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 87cb67c..9c7937d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,11 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/
Package: etckeeper
Architecture: all
Section: admin
-Depends: metastore, git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.0), ${misc:Depends}
+Depends: git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.0), ${misc:Depends}
Description: store /etc in git or mercurial
The etckeeper program is a tool to let /etc be stored in a git, mercurial,
or bzr repository. It hooks into APT to automatically commit changes made to
- /etc during package upgrades. It uses 'metastore' to track file metadata that
+ /etc during package upgrades. It tracks file metadata that
version control systems do not normally support, but that is important for
/etc, such as the permissions of /etc/shadow. It's quite modular and
configurable, while also being simple to use if you understand the basics of