From b99aaa341d32e1c6b6471f5f17cd34d61a959dac Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 9 Apr 2012 17:48:09 +0200 Subject: Bring package in shape wrt current Standards version * Add all recommended build-* targets to debian/rules. This fixes a lintian warning. * Update Standards-Version to 3.9.3. --- debian/changelog | 7 +++++-- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 5 ++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 690b85c..60108d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ c-cpp-reference (2.0.2-8) unstable; urgency=low - * Update Standards-Version to 3.8.4. + * Add all recommended build-* targets to debian/rules. This fixes a lintian + warning. + * Update Standards-Version to 3.9.3. + * Update debhelper compatibility level from 7 to 9. * Use git:// URI in Vcs-Git control field. - -- Tobias Klauser Mon, 01 Feb 2010 13:37:23 +0100 + -- Tobias Klauser Mon, 09 Apr 2012 17:39:59 +0200 c-cpp-reference (2.0.2-7) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index ebfe558..d289f93 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: c-cpp-reference Section: devel Priority: optional Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 Homepage: http://kdevelop.org Vcs-Git: git://git.distanz.ch/debian/pkg-c-cpp-reference.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-c-cpp-reference.git diff --git a/debian/rules b/debian/rules index 5c597f7..61d9b5b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build: +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: clean: dh_testdir -- cgit v1.2.3-54-g00ecf