summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--debian/doc-base.c2
-rw-r--r--debian/doc-base.cpp2
4 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 03e4d07..c2dba1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
c-cpp-reference (2.0.2-7) UNRELEASED; urgency=low
- * Update Standards Version to 3.7.3, no changes needed.
+ * Change doc-base sections to Programming/C and Programming/C++
+ respectively.
+ * Update Standards Version to 3.8.0, no changes needed.
* Update debhelper compatibility level from 4 to 5.
* Remove Homepage tag in control in favour of the new control field.
* Add Vcs-Git and Vcs-Browser control fields.
- -- Tobias Klauser <tklauser@access.unizh.ch> Sun, 27 Jan 2008 11:44:06 +0100
+ -- Tobias Klauser <tklauser@access.unizh.ch> Sun, 10 Aug 2008 13:48:00 +0200
c-cpp-reference (2.0.2-6) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2a4f052..35d3fb7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
Build-Depends: debhelper (>= 5)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
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
diff --git a/debian/doc-base.c b/debian/doc-base.c
index b93ab79..a070d5a 100644
--- a/debian/doc-base.c
+++ b/debian/doc-base.c
@@ -2,7 +2,7 @@ Document: c-reference
Title: C Reference
Author: Martin Leslie
Abstract: This document is an attempt at producing a reference guide for the C programming language.
-Section: Apps/Programming
+Section: Programming/C
Format: HTML
Index: /usr/share/doc/c-cpp-reference/html/C/c.html
diff --git a/debian/doc-base.cpp b/debian/doc-base.cpp
index 3ebc9cd..09ffdbb 100644
--- a/debian/doc-base.cpp
+++ b/debian/doc-base.cpp
@@ -2,7 +2,7 @@ Document: cpp-reference
Title: C++ Reference
Author: Martin Leslie
Abstract: This document is an attempt at producing a reference guide for the C++ programming language.
-Section: Apps/Programming
+Section: Programming/C++
Format: HTML
Index: /usr/share/doc/c-cpp-reference/html/CPLUSPLUS/cref.html