[debian-edu-commits] debian-edu/upstream/ 01/04: d/control, d/rules: Change from cdbs to simple dh rules, drop B-D on cdbs.
Holger Levsen
holger at layer-acht.org
Sun Feb 11 09:49:06 UTC 2018
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository sitesummary.
commit 502f3ed174dced7aa634cedb32b0e79a0e1667be
Author: Unit 193 <unit193 at ubuntu.com>
Date: Sat Feb 10 17:24:30 2018 -0500
d/control, d/rules: Change from cdbs to simple dh rules, drop B-D on cdbs.
---
debian/control | 2 +-
debian/rules | 15 +++++----------
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index 5271186..8691c9d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Petter Reinholdtsen <pere at debian.org>
, Mike Gabriel <sunweaver at debian.org>
, Dominik George <nik at naturalnet.de>
, Wolfgang Schweer <wschweer at arcor.de>
-Build-Depends: debhelper (>= 10.2.5~), cdbs
+Build-Depends: debhelper (>= 10.2.5~)
Standards-Version: 4.1.3
Homepage: https://wiki.debian.org/DebianEdu/HowTo/SiteSummary
Vcs-Git: git://anonscm.debian.org/debian-edu/upstream/sitesummary.git
diff --git a/debian/rules b/debian/rules
index 0b7d1a3..36c73ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,9 @@
#!/usr/bin/make -f
+#export DH_VERBOSE=1
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-MAKE = make
-DEB_DESTDIR = debian/tmp
+%:
+ dh $@
# No need to submit information when the package is installed
-DEB_DH_INSTALLINIT_ARGS=--no-start
-DEB_UPDATE_RCD_PARAMS_sitesummary-client=start 20 2 3 4 5 .
-
-common-install-indep::
- $(MAKE) install DESTDIR=$(DEB_DESTDIR)
+override_dh_installinit:
+ dh_installinit --no-start -- start 20 2 3 4 5 .
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git
More information about the debian-edu-commits
mailing list