From f3a1bf3e8aaac6eacd0083c68ad601a67951ea38 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 17 Jan 2010 14:38:33 +0100 Subject: Add lintian overrides, rephrase changelog, update Standards-Version --- debian/c-cpp-reference.lintian-overrides | 2 ++ debian/changelog | 14 +++++++++----- debian/control | 4 ++-- debian/rules | 1 + debian/source.lintian-overrides | 4 +++- 5 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 debian/c-cpp-reference.lintian-overrides (limited to 'debian') diff --git a/debian/c-cpp-reference.lintian-overrides b/debian/c-cpp-reference.lintian-overrides new file mode 100644 index 0000000..55994a8 --- /dev/null +++ b/debian/c-cpp-reference.lintian-overrides @@ -0,0 +1,2 @@ +# could not find a proper copyright year +c-cpp-reference: copyright-without-copyright-notice diff --git a/debian/changelog b/debian/changelog index f3cb256..e9bb448 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,19 @@ -c-cpp-reference (2.0.2-7) UNRELEASED; urgency=low +c-cpp-reference (2.0.2-7) unstable; urgency=low + * Change lintian override from outdated-autotools-helper-file to + ancient-autotools-helperfile and add the ancient-libtool and + copyright-without-copyright-notice lintian overrides. * Change doc-base sections to Programming/C and Programming/C++ respectively. - * Replaced obsolete dh_clean -k with dh_prep in rules. - * Update Standards Version to 3.8.0. + * Add ${misc:Depends} to Depends in control. This fixes a lintian warning. + * Replace obsolete dh_clean -k with dh_prep in rules. + * Update Standards Version to 3.8.3. * 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. + * Change maintainer email address. - -- Tobias Klauser Sat, 03 Jan 2009 19:04:43 +0100 + -- Tobias Klauser Sun, 17 Jan 2010 14:10:40 +0100 c-cpp-reference (2.0.2-6) unstable; urgency=low diff --git a/debian/control b/debian/control index b24a546..12e2f80 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: devel Priority: optional Maintainer: Tobias Klauser Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Homepage: http://kdevelop.org Vcs-Git: http://git.distanz.ch/scm/debian/pkg-c-cpp-reference.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-c-cpp-reference.git Package: c-cpp-reference Architecture: all -Depends: lynx | www-browser +Depends: lynx | www-browser, ${misc:Depends} Suggests: kdevelop Description: C and C++ programming reference A reference for C and C++ primarily created to be used with KDevelop. As it is diff --git a/debian/rules b/debian/rules index d2568b7..5c597f7 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ install: build dh_testroot dh_prep dh_installdirs + dh_lintian dh_install -XMakefile reference usr/share/doc/kde/HTML/en/kdevelop diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides index 7447d47..6fd9f22 100644 --- a/debian/source.lintian-overrides +++ b/debian/source.lintian-overrides @@ -1,2 +1,4 @@ # config.sub and config.guess aren't actually used. -c-cpp-reference source: outdated-autotools-helper-file +c-cpp-reference source: ancient-autotools-helper-file +# admin/ltconfig isn't either +c-cpp-reference source: ancient-libtool -- cgit v1.2.3-54-g00ecf