summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-27 01:19:54 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-27 20:07:50 -0400
commit74367c4d887c672a2cf5106107d074279828858c (patch)
treeeca84f3358782e68bb1b433753255500c333c3ef /debian/control
parent4f5259cc5b6273f509602434747f702d16b71b27 (diff)
Able to generate deb packages
The following command can generate a Debian package: debuild -us uc The directory structure and tarball must be perfectly set up first. This is documented in `DEVELOPERS.md`.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..02f1b10
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: rcm
+Section: utils
+Priority: extra
+Maintainer: Mike Burns <mburns@thoughtbot.com>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.3
+Homepage: http://github.com/mike-burns/rcm
+Vcs-Git: git://github.com/mike-burns/rcm.git
+Vcs-Browser: http://github.com/mike-burns/rcm
+
+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.