[debian-edu-commits] debian-edu/ 03/04: Replace cdbs with dh in rules file. The minimal verision is enough. Drop cdbs dependency.

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Mar 24 11:33:23 UTC 2014


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

pere pushed a commit to branch master
in repository shutdown-at-night.

commit 23ba4e7f70e0e8181c90e8984110b20b616efb3c
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Mon Mar 24 12:31:35 2014 +0100

    Replace cdbs with dh in rules file.  The minimal verision is enough. Drop cdbs dependency.
---
 debian/changelog              | 2 ++
 debian/control                | 2 +-
 debian/rules                  | 8 ++------
 debian/shutdown-at-night.docs | 1 +
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9852b1e..08821d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ shutdown-at-night (0.14) UNRELEASED; urgency=low
 
   * Updated Standards-Version from 3.9.4 to 3.9.5.  No changes needed
   * Raise debhelper compat level from 5 to 9.
+  * Replace cdbs with dh in rules file.  The minimal verision is enough.
+    Drop cdbs dependency.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 24 Mar 2014 12:27:21 +0100
 
diff --git a/debian/control b/debian/control
index 55e2418..0158ea5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Petter Reinholdtsen <pere at debian.org>,
  Mike Gabriel <sunweaver at debian.org>,
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), cdbs
+Build-Depends: debhelper (>= 9)
 Vcs-Git: git://anonscm.debian.org/debian-edu/pkg-team/shutdown-at-night.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/pkg-team/shutdown-at-night.git
 
diff --git a/debian/rules b/debian/rules
index 471f555..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,3 @@
 #!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_MAKE_CLEAN_TARGET = clean
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
+%:
+	dh $@
diff --git a/debian/shutdown-at-night.docs b/debian/shutdown-at-night.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/shutdown-at-night.docs
@@ -0,0 +1 @@
+README

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/shutdown-at-night.git



More information about the debian-edu-commits mailing list