From b5fddb95f27836953f89f10ccd36da95d3586d08 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 20 Dec 2018 19:13:46 -0500 Subject: Move contributor list to its own file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream puts the output of git-shortlog into a man page. However, that’s not suitable for Debian – we can’t ship the entire Git history in a source package. It’s also unclear whether contributor lists even really belong in a man page. Pregenerate the contributor list, and install it in /usr/share/doc/rcm. Future developers: You can regenerate the contributor list with git shortlog -es v$UPSTREAM_VERSION >debian/doc/CONTRIBUTORS --- debian/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a587460..37674d9 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Maintainer: Benjamin Barenblat 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/ -- cgit v1.2.3