diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | 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 <tklauser@distanz.ch> Mon, 01 Feb 2010 13:37:23 +0100 + -- Tobias Klauser <tklauser@distanz.ch> 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 <tklauser@distanz.ch> -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 |