summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-01-11 16:18:17 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-01-11 16:18:17 +0100
commit0479f5f4139b1e059bfc08ada846bf996af4e644 (patch)
treeec269d48b5341120705ce3cb9900900156d99219
parentf80bad840146e9c2c1e4b8c251d4f220f2704310 (diff)
Add patch to fix manpage warning
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/00list3
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 21eb215..8b48616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-cscope (15.6-7) UNRELEASED; urgency=low
+cscope (15.6-7) unstable; urgency=low
- * Do not ignore errors in cscope.preinst. Fixes a lintian warning.
+ * Fix lintian warnings.
+ - Do not ignore errors in cscope.preinst.
+ - Remove invalid symbol from manpage.
* Replaced obsolete dh_clean -k with dh_prep in rules.
* Updated debhelper compatibility level from 5 to 7.
* Updated to Standards-Version 3.8.0, no changes needed.
* Changed maintainer email address.
- -- Tobias Klauser <tklauser@distanz.ch> Fri, 02 Jan 2009 18:46:53 +0100
+ -- Tobias Klauser <tklauser@distanz.ch> Sun, 11 Jan 2009 16:07:42 +0100
cscope (15.6-6) unstable; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index 33327d1..06442ba 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,3 +1,4 @@
01-fix-resize-crash-inside-vim
02-fix-xcscope-el-typo
-03-fix-ocs-bashisms.dpatch
+03-fix-ocs-bashisms
+04-fix-manpage-warning