diff -u c-cpp-reference-2.0.2/debian/rules c-cpp-reference-2.0.2/debian/rules --- c-cpp-reference-2.0.2/debian/rules +++ c-cpp-reference-2.0.2/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 diff -u c-cpp-reference-2.0.2/debian/control c-cpp-reference-2.0.2/debian/control --- c-cpp-reference-2.0.2/debian/control +++ c-cpp-reference-2.0.2/debian/control @@ -2,10 +2,10 @@ Section: devel Priority: optional Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 Homepage: http://kdevelop.org -Vcs-Git: http://git.distanz.ch/scm/debian/pkg-c-cpp-reference.git +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 Package: c-cpp-reference diff -u c-cpp-reference-2.0.2/debian/changelog c-cpp-reference-2.0.2/debian/changelog --- c-cpp-reference-2.0.2/debian/changelog +++ c-cpp-reference-2.0.2/debian/changelog @@ -1,3 +1,13 @@ +c-cpp-reference (2.0.2-8) unstable; urgency=low + + * 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, 09 Apr 2012 17:39:59 +0200 + c-cpp-reference (2.0.2-7) unstable; urgency=low * Change lintian override from outdated-autotools-helper-file to diff -u c-cpp-reference-2.0.2/debian/compat c-cpp-reference-2.0.2/debian/compat --- c-cpp-reference-2.0.2/debian/compat +++ c-cpp-reference-2.0.2/debian/compat @@ -1 +1 @@ -7 +9