summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-20 19:13:46 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-20 19:26:11 -0500
commitb5fddb95f27836953f89f10ccd36da95d3586d08 (patch)
tree3029b3770668ec48cfff7ac357a3bc30318df792 /debian/control
parenteaa69345652e35151cd6b32550a963b56f1abbd1 (diff)
Move contributor list to its own file
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
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 0 insertions, 2 deletions
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 <bbaren@debian.org>
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/