diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2008-01-27 11:37:44 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2008-01-27 11:37:44 +0100 |
commit | 7e0f021a9aec35fd8e6725e87e3313b101d26f5e (patch) | |
tree | b1cacc4b24393f517aeb4610e9e1021f954307a8 /debian |
Initial import (2.0.2-6)2.0.2-6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 91 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/copyright | 27 | ||||
-rw-r--r-- | debian/doc-base.c | 9 | ||||
-rw-r--r-- | debian/doc-base.cpp | 9 | ||||
-rw-r--r-- | debian/index.html | 18 | ||||
-rwxr-xr-x | debian/rules | 41 | ||||
-rw-r--r-- | debian/source.lintian-overrides | 2 |
9 files changed, 214 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1516dc4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,91 @@ +c-cpp-reference (2.0.2-7) unstable; urgency=low + + * Update Standards Version to 3.7.3, no changes needed. + * Update debhelper compatibility level from 4 to 5 + * Remove Homepage tag in control in favour of the new control field. + + -- Tobias Klauser <tklauser@access.unizh.ch> Tue, 15 Jan 2008 22:30:11 +0100 + +c-cpp-reference (2.0.2-6) unstable; urgency=low + + * New maintainer (Closes: #390841) + * Remove trailing whitespaces from debian/control + * Remove Build-Depends on cpio as debhelper is used now + + -- Tobias Klauser <tklauser@access.unizh.ch> Sun, 19 Nov 2006 20:35:12 +0100 + +c-cpp-reference (2.0.2-5) unstable; urgency=low + + * QA upload. + * debian/rules: + - Add (empty) build target. Closes: #395775. + - Use binary-indep instead of binary-arch. + - Use dh_install, dh_installdocs, dh_link. + * debian/source.lintian-overrides: Override outdated-autotools-helper-file, + since config.sub and config.guess aren't actually used. + + -- Matej Vela <vela@debian.org> Sat, 28 Oct 2006 15:41:14 +0200 + +c-cpp-reference (2.0.2-4) unstable; urgency=low + + * Orphaning this package, setting maintainer field to + packages@qa.debian.org. + * Fixed some typos and some links (partly fixes: bug#334479). + * Bumped Standards-Version to 3.7.2 (no changes). + + -- Aurelien Jarno <aurel32@debian.org> Sat, 30 Sep 2006 18:50:35 +0200 + +c-cpp-reference (2.0.2-3) unstable; urgency=high + + * Bumped Standards-Version to 3.6.1 (no changes). + * Fixed a link (closes: bug#266786). + + -- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 23:09:24 +0200 + +c-cpp-reference (2.0.2-2) unstable; urgency=low + + * Depends on lynx | www-browser instead of www-browser only. + * Uses debian/compat instead of DH_COMPAT. + * Uses autotools-dev to update config.{guess,sub}. + + -- Aurelien Jarno <aurel32@debian.org> Fri, 7 Mar 2003 00:02:47 +0100 + +c-cpp-reference (2.0.2-1) unstable; urgency=low + + * New maintainer. + * New upstream version. + * The reference is now accessible without KDevelop (closes: bug#122460). + * Updated description. + * Bumped standards-version to 3.5.8. + + -- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 15:41:09 +0100 + +c-cpp-reference (2.0-3) unstable; urgency=low + + * Change Maintainer + + -- Ivan E. Moore II <rkrusty@tdyc.com> Wed, 06 Mar 2001 00:10:00 -0700 + +c-cpp-reference (2.0-2) unstable; urgency=low + + * Add missing period per #122463 + * Remove double "created" in description...bad Ivan + * Suggest kdevelop instead of depend since all we are is a bunch of + html and .c files...tho it's not as easy to use. + + -- Ivan E. Moore II <rkrusty@tdyc.com> Wed, 05 Dec 2001 01:17:41 -0700 + +c-cpp-reference (2.0-1) unstable; urgency=low + + * Initial Release. (Closes: #122187) + * Basically took the source, built it like any other KDE package using + the debian rules perl script from kdelibs making sure we install into + /usr/share/doc/kde/HTML instead of /usr/share/doc/HTML and also + making sure we don't compress any of this stuff. + * Yes I did package this back along time ago for kde.tdyc.com stuff but + I decided to just do this from scratch to make it cleaner + * Lintian error free (currently) + * Binary-Indep only package so no worries about it not building on other + archs. + + -- Ivan E. Moore II <rkrusty@tdyc.com> Sun, 2 Dec 2001 22:48:41 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d3273fb --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: c-cpp-reference +Section: devel +Priority: optional +Maintainer: Tobias Klauser <tklauser@access.unizh.ch> +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 +Homepage: http://kdevelop.org + +Package: c-cpp-reference +Architecture: all +Depends: lynx | www-browser +Suggests: kdevelop +Description: C and C++ programming reference + A reference for C and C++ primarily created to be used with KDevelop. As it is + in HTML format, it can also be used without KDevelop using your favorite + browser. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ccea0e3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Ivan E. Moore II <rkrusty@tdyc.com> on +Sun, 2 Dec 2001 22:48:41 -0700. + +It was downloaded from <http://www.kdevelop.com/> + +Upstream Author: Martin Leslie + +License: + + Copyright (C) Martin Leslie + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL file. diff --git a/debian/doc-base.c b/debian/doc-base.c new file mode 100644 index 0000000..b93ab79 --- /dev/null +++ b/debian/doc-base.c @@ -0,0 +1,9 @@ +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 + +Format: HTML +Index: /usr/share/doc/c-cpp-reference/html/C/c.html +Files: /usr/share/doc/c-cpp-reference/html/C/* diff --git a/debian/doc-base.cpp b/debian/doc-base.cpp new file mode 100644 index 0000000..3ebc9cd --- /dev/null +++ b/debian/doc-base.cpp @@ -0,0 +1,9 @@ +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 + +Format: HTML +Index: /usr/share/doc/c-cpp-reference/html/CPLUSPLUS/cref.html +Files: /usr/share/doc/c-cpp-reference/html/CPLUSPLUS/* diff --git a/debian/index.html b/debian/index.html new file mode 100644 index 0000000..8744e10 --- /dev/null +++ b/debian/index.html @@ -0,0 +1,18 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>C/C++ Programming Reference</title> +</head> +<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> +<h1> + C/C++ Programming Reference +</h1> + +<ul> + <li><a href="html/C/c.html">C Programming Reference</a></li> + <li><a href="html/CPLUSPLUS/cref.html">C++ Programming Reference</a></li> +</ul> + +</body> +</html> diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7b299b0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f +# This file is public domain software, originally written by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + dh_install -XMakefile reference usr/share/doc/kde/HTML/en/kdevelop + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs debian/index.html + dh_link usr/share/doc/kde/HTML/en/kdevelop/reference usr/share/doc/c-cpp-reference/html + dh_compress -X.docbook -X.css -X.bz2 -X.c -X.h -Xc-lesson -X.txt -Xsnippets -Xyabl -X.CC -X.lst -X.doc -X.asm + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 0000000..7447d47 --- /dev/null +++ b/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +# config.sub and config.guess aren't actually used. +c-cpp-reference source: outdated-autotools-helper-file |