[DRE-commits] [schleuder] 07/10: debian/rules: Cleanup

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Tue Dec 13 18:03:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

georg-alioth-guest pushed a commit to tag debian/3.0.0_beta11-1+wip-2
in repository schleuder.

commit c00eb623cae2615ae15820b3adb3df00b0892336
Author: Georg Faerber <georg at riseup.net>
Date:   Sat Dec 10 17:22:41 2016 +0100

    debian/rules: Cleanup
    
    Remove unused 'override_dh_install' and useless service name in
    'dh_systemd_enable'.
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1ebf1dc..8bf6f24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,8 @@ export DH_RUBY
 %:
 	dh $@ --buildsystem=ruby --with ruby --with systemd
 
-override_dh_install:
-	dh_install
-
 override_dh_systemd_enable:
-	dh_systemd_enable --name=schleuder-api-daemon schleuder-api-daemon.service
+	dh_systemd_enable --name=schleuder-api-daemon
 
 # We're using '--no-start' here because we've to first set up the
 # database; see 'debian/schleuder.postinst' as well.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/schleuder.git



More information about the Pkg-ruby-extras-commits mailing list