From 62b161ba323e9dc2669e1e9b090f22efcc6ced48 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 3 Jan 2009 19:07:45 +0100 Subject: Packaging updates * Replaced obsolete dh_clean -k with dh_prep in rules. * Update debhelper compatibility level to 7. * Changed maintainer email address. --- debian/changelog | 8 +++++--- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2dba1f..f3cb256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,14 @@ c-cpp-reference (2.0.2-7) UNRELEASED; urgency=low * Change doc-base sections to Programming/C and Programming/C++ respectively. - * Update Standards Version to 3.8.0, no changes needed. - * Update debhelper compatibility level from 4 to 5. + * Replaced obsolete dh_clean -k with dh_prep in rules. + * Update Standards Version to 3.8.0. + * Update debhelper compatibility level from 4 to 7. * Remove Homepage tag in control in favour of the new control field. * Add Vcs-Git and Vcs-Browser control fields. + * Changed maintainer email address. - -- Tobias Klauser Sun, 10 Aug 2008 13:48:00 +0200 + -- Tobias Klauser Sat, 03 Jan 2009 19:04:43 +0100 c-cpp-reference (2.0.2-6) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 35d3fb7..b24a546 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: c-cpp-reference Section: devel Priority: optional -Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 5) +Maintainer: Tobias Klauser +Build-Depends: debhelper (>= 7) Standards-Version: 3.8.0 Homepage: http://kdevelop.org Vcs-Git: http://git.distanz.ch/scm/debian/pkg-c-cpp-reference.git diff --git a/debian/rules b/debian/rules index 7b299b0..d2568b7 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs dh_install -XMakefile reference usr/share/doc/kde/HTML/en/kdevelop -- cgit v1.2.3-54-g00ecf