summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 15 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index bb141f5..9d0620f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
Source: rcm
Section: utils
Priority: optional
-Maintainer: Mike Burns <mburns@thoughtbot.com>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.4
-Homepage: http://thoughtbot.github.io/rcm
-Vcs-Git: git://github.com/thoughtbot/rcm.git
-Vcs-Browser: http://github.com/thoughtbot/rcm
+Maintainer: Benjamin Barenblat <bbaren@debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ python3-cram,
+Standards-Version: 4.4.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: ${shlibs:Depends}, ${misc:Depends}
-Description: management suite for dotfiles
- You have dotfiles. Maybe you have them in a repo that you share; maybe you
- have them in a privately-backed up directory; or maybe you just have them
- scattered about your homedir. Regardless, this package provides a suite of
- programs that will help manage an existing dotfiles collection and also start
- a new one.
+Multi-Arch: foreign
+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.