From 64c8e0c87e02e3a05631d67c9d3072ca87234711 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Thu, 20 Feb 2014 15:49:36 +0100 Subject: Start bringing in the Makefile.am from gitsh It introduces the `Makefile.am` from gitsh, and abstracts it a bit. This `Makefile.am`, or most of it, could be dropped into gitsh again. How to use it is documented in `DEVELOPERS.md`. The whole release process is more consistent and simple: `make release` to build a tarball, Homebrew, Arch, Debian, HTML (from manpages), and tag it, pushed to the various repos, and with cleanup. The `release` target is composed of smaller targets that stack well. --- debian/control | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 02f1b10..bb141f5 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ Source: rcm Section: utils -Priority: extra +Priority: optional 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 +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 Package: rcm Architecture: all -- cgit v1.2.3