summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
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 <tklauser@access.unizh.ch> Sun, 10 Aug 2008 13:48:00 +0200
+ -- Tobias Klauser <tklauser@distanz.ch> 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 <tklauser@access.unizh.ch>
-Build-Depends: debhelper (>= 5)
+Maintainer: Tobias Klauser <tklauser@distanz.ch>
+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