From 74367c4d887c672a2cf5106107d074279828858c Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 27 Jul 2013 01:19:54 -0400 Subject: 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`. --- debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3