[DRE-commits] [gitlab] 05/09: rules: do not install LICENSE files
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Sun Jul 17 18:26:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a commit to branch master
in repository gitlab.
commit cf52b49
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Sun Jul 17 18:03:09 2016
rules: do not install LICENSE files
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 21b3161..cc9eb70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,13 @@
dh $@
override_dh_install:
- dh_install
dh_systemd_enable gitlab-mailroom.service
dh_systemd_enable gitlab-unicorn.service
dh_systemd_enable gitlab-sidekiq.service
dh_systemd_enable gitlab-workhorse.service
dh_systemd_enable gitlab.target
dh_systemd_start gitlab.target
+ dh_install -XLICENSE
# Make sure we are installing all required files in debian/install
sh debian/upstream-file-count-check.sh
rm -rf debian/gitlab/usr/share/gitlab/tmp/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list