diff options
author | Joey Hess <joeyh@debian.org> | 2013-07-31 11:33:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2013-07-31 11:33:45 -0400 |
commit | fdeec420b54e252e611c353ce39fe61c924e3e7d (patch) | |
tree | 2a1974e6c8cc56263e3903f49ea2a841ea895c6d /debian/control |
etckeeper (1.7) unstable; urgency=low
* Fix hilarious typo hardcoding my name. Closes: #718425
# imported from the archive
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..252c8ac --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: etckeeper +Section: admin +Priority: optional +Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.5~), python +Maintainer: Joey Hess <joeyh@debian.org> +Standards-Version: 3.9.4 +XS-Python-Version: all +Vcs-Git: git://git.kitenet.net/etckeeper +Homepage: http://kitenet.net/~joey/code/etckeeper/ + +Package: etckeeper +Architecture: all +Section: admin +Depends: git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | darcs, ${misc:Depends} +Recommends: cron +Suggests: sudo (>= 1.7.4p4) +Conflicts: bzr (<< 1.5~) +Description: store /etc in git, mercurial, bzr or darcs + The etckeeper program is a tool to let /etc be stored in a git, mercurial, + bzr or darcs repository. It hooks into APT to automatically commit changes + made to /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 working with version + control. |