summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-01-17 14:38:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-01-17 14:38:33 +0100
commitf3a1bf3e8aaac6eacd0083c68ad601a67951ea38 (patch)
tree37852b3d89feeadfc2a5a649900e3ae7aec3cd3c
parent62b161ba323e9dc2669e1e9b090f22efcc6ced48 (diff)
Add lintian overrides, rephrase changelog, update Standards-Version2.0.2-7
-rw-r--r--debian/c-cpp-reference.lintian-overrides2
-rw-r--r--debian/changelog14
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/source.lintian-overrides4
5 files changed, 17 insertions, 8 deletions
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 <tklauser@distanz.ch> Sat, 03 Jan 2009 19:04:43 +0100
+ -- Tobias Klauser <tklauser@distanz.ch> 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 <tklauser@distanz.ch>
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