[debian-edu-commits] debian-edu/upstream/ 01/03: Switch build system from cdbs to debhelper/dh. Update debhelper version from 7 to 9.
Petter Reinholdtsen
pere at moszumanska.debian.org
Mon Mar 31 07:49:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository kde-icon-cache.
commit 6722cbb1af625a8f29096fe510fa93cc6575b539
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Mon Mar 31 09:46:24 2014 +0200
Switch build system from cdbs to debhelper/dh. Update debhelper version from 7 to 9.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 7 ++-----
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9772851..9a63ede 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ kde-icon-cache (0.0.7) UNRELEASED; urgency=low
* Add dpkg triggers for /usr/share/applications and
/usr/share/applnk and /usr/share/icons to make sure the icon cache
stay up to date when new packages are installed.
+ * Switch build system from cdbs to debhelper/dh. Update debhelper
+ version from 7 to 9.
-- Petter Reinholdtsen <pere at debian.org> Sat, 07 Apr 2012 10:37:06 +0200
diff --git a/debian/control b/debian/control
index 8398c76..4c01809 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.o
Uploaders:
Petter Reinholdtsen <pere at debian.org>
Standards-Version: 3.9.1
-Build-Depends: debhelper (>> 7), cdbs
+Build-Depends: debhelper (>> 9)
Vcs-Git: git://anonscm.debian.org/debian-edu/upstream/kde-icon-cache.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/upstream/kde-icon-cache.git
diff --git a/debian/rules b/debian/rules
index 471f555..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,4 @@
#!/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 $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/kde-icon-cache.git
More information about the debian-edu-commits
mailing list