diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2008-08-10 13:52:06 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2008-08-10 13:52:06 +0200 |
commit | 149ca2f7c91b55671732f76825be7f275bfcacbd (patch) | |
tree | 1a7b697edc26772c09eb96ad717d383604bae4ab | |
parent | 49be128db46c47c29db3fb82759bcb20bc532cb1 (diff) |
Update Standards Version and doc-base sections
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/doc-base.c | 2 | ||||
-rw-r--r-- | debian/doc-base.cpp | 2 |
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 |