summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-20 19:26:06 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-20 19:26:06 -0500
commiteaa69345652e35151cd6b32550a963b56f1abbd1 (patch)
tree357349b03b0eee83a9e827c4e4871724b2e1041c /debian/control
parentb07cc8d00b729e6e6a984f402c22c2b114b19722 (diff)
Begin packaging 1.3.3
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a587460
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: rcm
+Section: utils
+Priority: optional
+Maintainer: Benjamin Barenblat <bbaren@debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ python-cram,
+ ruby,
+ ruby-mustache,
+Standards-Version: 4.2.1
+Homepage: https://github.com/thoughtbot/rcm
+Vcs-Browser: https://git.benjamin.barenblat.name/debian-rcm/
+Vcs-Git: https://git.benjamin.barenblat.name/debian-rcm.git
+
+Package: rcm
+Architecture: all
+Depends: ${misc:Depends}
+Description: tool to manage rc files (dotfiles)
+ rcm is a suite of tools to manage rc files (dotfiles). The tools keep dotfiles
+ in a single directory, managing symlinks to them from (or copies of them in)
+ other directories. rcm supports tagging rc files and splitting them by
+ hostname. It also can generate a bootstrapping script for use a new machine.