--- log4cpp-doc-1.0.orig/debian/copyright +++ log4cpp-doc-1.0/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Marcel Harkema +on Sat, 7 Apr 2001 19:24:11 +0100. + +It is now maintained by Fathi Boudra + +It was downloaded from http://log4cpp.sourceforge.net + +Upstream Authors: + + Bastiaan Bakker + Thomas Wabner + +Copyright: + + (C) 2000,2001 LifeLine Networks bv (http://www.lifeline.nl) + (C) 2000,2001 Bastiaan Bakker + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; 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 Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. --- log4cpp-doc-1.0.orig/debian/control +++ log4cpp-doc-1.0/debian/control @@ -0,0 +1,18 @@ +Source: log4cpp-doc +Section: doc +Priority: optional +Maintainer: Fathi Boudra +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: liblog4cpp-doc +Architecture: all +Conflicts: liblog4cpp0-doc +Replaces: liblog4cpp0-doc +Description: A C++ library for flexible logging (documentation) + Log for C++ is a library of C++ classes for flexible logging to files, + syslog and other destinations. It is modeled after the Log for + Java library (http://jakarta.apache.org/log4j/), staying as close to + their API as is reasonable. + . + Homepage: http://log4cpp.sourceforge.net --- log4cpp-doc-1.0.orig/debian/rules +++ log4cpp-doc-1.0/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + + rm -f build-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installdocs default.css index.html sflogo.png api + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch +.PHONY: build clean binary-arch binary install --- log4cpp-doc-1.0.orig/debian/changelog +++ log4cpp-doc-1.0/debian/changelog @@ -0,0 +1,57 @@ +log4cpp-doc (1.0-1) unstable; urgency=low + + * New upstream release. + + -- Fathi Boudra Thu, 04 Oct 2007 12:33:52 +0200 + +log4cpp-doc (0.3.5-rc3-1) unstable; urgency=low + + * New maintainer. + * New upstream release. + + -- Fathi Boudra Mon, 26 Jun 2006 18:27:25 +0200 + +log4cpp-doc (0.2.8-2) unstable; urgency=low + + * QA Group upload orphaning this package + + -- Andrew Pollock Fri, 18 Mar 2005 15:06:24 +1100 + +log4cpp-doc (0.2.8-1) unstable; urgency=low + + * Latest stable upstream release. + + -- Marcel Harkema Wed, 21 July 2004 10:43:00 +0200 + +log4cpp-doc (0.2.7-2) unstable; urgency=low + + * Moved package to doc section (was devel). + + -- Marcel Harkema Thu, 24 April 2003 09:25:00 +0200 + +log4cpp-doc (0.2.7-1) unstable; urgency=low + + * New upstream. + + -- Marcel Harkema Tue, 28 January 2003 10:02:00 +0100 + +log4cpp-doc (0.2.5-2) unstable; urgency=low + + * Fix lintian error (debian-changelog-file-contains-user-emacs-settings). + + -- Marcel Harkema Tue, 9 October 2001 13:53:14 +0200 + +log4cpp-doc (0.2.5-1) unstable; urgency=low + + * New upstream version. + + -- Marcel Harkema Mon, 11 June 2001 18:27:13 +0100 + +log4cpp-doc (0.2.4b-1) unstable; urgency=low + + * New upstream version. + * More precise build-depends. Split -doc package, doxygen & graphviz are + no longer needed. (Closes: #93843) + + -- Marcel Harkema Sat, 21 April 2001 11:12:39 +0200 + --- log4cpp-doc-1.0.orig/debian/compat +++ log4cpp-doc-1.0/debian/compat @@ -0,0 +1 @@ +5 --- log4cpp-doc-1.0.orig/debian/doc-base +++ log4cpp-doc-1.0/debian/doc-base @@ -0,0 +1,10 @@ +Document: log4cpp-doc +Title: log4cpp API documentation +Author: Bastiaan Bakker +Abstract: API documention of log4cpp (a flexibile logging + library for C++). +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/liblog4cpp-doc/index.html +Files: /usr/share/doc/liblog4cpp-doc/api/*.html