--- wfmath-0.3.9.orig/debian/libwfmath-0.3-4.install +++ wfmath-0.3.9/debian/libwfmath-0.3-4.install @@ -0,0 +1,2 @@ +usr/lib/libwfmath-0.3.so.4 +usr/lib/libwfmath-0.3.so.4.0.0 --- wfmath-0.3.9.orig/debian/rules +++ wfmath-0.3.9/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2004 Michael Koch + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +clean:: + rm -rf $(CURDIR)/doc/html + rm -rf $(CURDIR)/doc/latex + rm -rf $(CURDIR)/doc/man + +install/libwfmath-doc:: + ( cd $(CURDIR)/doc ; doxygen ) + cp -a $(CURDIR)/doc/html/* $(CURDIR)/debian/libwfmath-doc/usr/share/doc/libwfmath-doc/html + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp --- wfmath-0.3.9.orig/debian/libwfmath-doc.dirs +++ wfmath-0.3.9/debian/libwfmath-doc.dirs @@ -0,0 +1 @@ +usr/share/doc/libwfmath-doc/html --- wfmath-0.3.9.orig/debian/control +++ wfmath-0.3.9/debian/control @@ -0,0 +1,55 @@ +Source: wfmath +Section: libs +Priority: optional +Maintainer: Michael Koch +Build-Depends: debhelper (>= 5), cdbs, doxygen +Homepage: http://www.worldforge.org/ +Standards-Version: 3.8.3 + +Package: libwfmath-0.3-dev +Section: libdevel +Architecture: any +Depends: libwfmath-0.3-4 (= ${binary:Version}), ${misc:Depends} +Suggests: libwfmath-doc +Description: WorldForge math library - development files + The primary focus of WFMath is geometric objects. Thus, + it includes an several shapes (boxes, balls, lines), + in addition to the basic math objects that are used to + build these shapes (points, vectors, matrices). + . + This package contains the development files. + +Package: libwfmath-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: WorldForge math library - API documentation + The primary focus of WFMath is geometric objects. Thus, + it includes an several shapes (boxes, balls, lines), + in addition to the basic math objects that are used to + build these shapes (points, vectors, matrices). + . + This package contains the API documentation files. + +Package: libwfmath-0.3-4 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: WorldForge math library + The primary focus of WFMath is geometric objects. Thus, + it includes an several shapes (boxes, balls, lines), + in addition to the basic math objects that are used to + build these shapes (points, vectors, matrices). + +Package: libwfmath-0.3-4-dbg +Section: debug +Priority: extra +Architecture: any +Depends: libwfmath-0.3-4 (= ${binary:Version}), ${misc:Depends} +Description: WorldForge math library - debugging library + The primary focus of WFMath is geometric objects. Thus, + it includes an several shapes (boxes, balls, lines), + in addition to the basic math objects that are used to + build these shapes (points, vectors, matrices). + . + This package contains the library with debugging symbols. --- wfmath-0.3.9.orig/debian/compat +++ wfmath-0.3.9/debian/compat @@ -0,0 +1 @@ +5 --- wfmath-0.3.9.orig/debian/changelog +++ wfmath-0.3.9/debian/changelog @@ -0,0 +1,256 @@ +wfmath (0.3.9-2) unstable; urgency=low + + * debian/libwfmath-0.3-dev.install: Don't install *.la file. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch Thu, 27 Aug 2009 08:52:38 +0200 + +wfmath (0.3.9-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Add correct copyright notice. + * debian/conrol: Updated Standards-Version to 3.8.2. + * debian/control: Move libwfmath-0.3-4-dbg to debug section. + * debian/control: Add Depends: ${misc:Depends} to all packages. + * debian/watch: Use SourceForge rediretor. + + -- Michael Koch Tue, 21 Jul 2009 10:55:36 +0200 + +wfmath (0.3.7-1) unstable; urgency=low + + * New upstream release. + * Updated Standards-Version to 3.7.3. + * Updated debhelper level to 5. + * Added homepage field. + + -- Michael Koch Sun, 09 Dec 2007 16:19:35 +0100 + +wfmath (0.3.6-1) unstable; urgency=low + + * New upstream release + - Removed debian/patches/wfmath-gcc42.diff. Obsoleted. + + -- Michael Koch Fri, 20 Jul 2007 07:31:41 +0200 + +wfmath (0.3.5-4) unstable; urgency=low + + * Applied patch to make wfmath compile with g++-4.2. + Closes: #361815, #362211, #362420. + * Make package binNMU-able. + * Added homepage tag to all long descriptions. + + -- Michael Koch Mon, 16 Jul 2007 12:58:19 +0200 + +wfmath (0.3.5-3) unstable; urgency=low + + * Upload to unstable. + + -- Michael Koch Mon, 04 Jun 2007 21:55:14 +0200 + +wfmath (0.3.5-2) experimental; urgency=low + + * Rebuild with libc6 from unstable. + + -- Michael Koch Sun, 25 Mar 2007 20:07:27 +0200 + +wfmath (0.3.5-1) experimental; urgency=low + + * Upload to experimental. + - changed soname + * New upstream release. + * Updated Build-Depends on debhelper to >= 4.1.0. + * Fixed way of building debug package. + * Updated Standards-Version to 3.7.2. + + -- Michael Koch Wed, 14 Feb 2007 12:12:56 +0000 + +wfmath (0.3.4-4) unstable; urgency=low + + * Fixed library package name after C++ transition + (Closes: #339277). + + -- Michael Koch Sat, 3 Dec 2005 20:38:25 +0000 + +wfmath (0.3.4-3) unstable; urgency=low + + * Did the new C++ ABI transition and renamed some packages + (Closes: #339277). + * Updated debian/watch file. + + -- Michael Koch Sat, 26 Nov 2005 17:10:22 +0000 + +wfmath (0.3.4-2) unstable; urgency=low + + * Added missing Conflicts/Replaces + + -- Michael Koch Mon, 5 Sep 2005 05:25:25 +0000 + +wfmath (0.3.4-1) unstable; urgency=low + + * New upstream release + * Renamed binary packages for C++ transition + * debian/copyright: Fixed address of FSF + * Updated Standards-Version to 3.6.2 + * Sponsored by Petter Reinholdtsen + + -- Michael Koch Wed, 31 Aug 2005 20:25:51 +0000 + +wfmath (0.3.3-3) unstable; urgency=high + + * Reworked package descriptions + * Added debian/watch + + -- Michael Koch Thu, 30 Sep 2004 06:44:50 +0000 + +wfmath (0.3.3-2) unstable; urgency=low + + * debian/copyright: Fixed download url and copyright notice + + -- Michael Koch Mon, 26 Jul 2004 08:50:22 +0200 + +wfmath (0.3.3-1) unstable; urgency=low + + * New upstream release + * Use CDBS as build system + * libwfmath-0.3-dbg: Depends on libwfmath-0.3 of same version + + -- Michael Koch Tue, 20 Jul 2004 07:47:13 +0200 + +wfmath (0.3.2-2) unstable; urgency=low + + * Fixed Depends line of libwfmath-0.3-dbg + + -- Michael Koch Tue, 8 Jun 2004 08:23:30 +0200 + +wfmath (0.3.2-1) unstable; urgency=low + + * New upstream release + * Updated SONAME to 0.3 + * Use debian/compat instead of DH_COMPAT + * Build-Depends on debhelper >= 4.0.0 + * Removed Build-Depends on libatlas-cpp-dev + * Removed manpage for wfmath-config + + -- Michael Koch Sat, 15 May 2004 11:05:52 +0200 + +wfmath (0.2.11-2) unstable; urgency=low + + * libwfmath-dev dont need to depends on libatlas-cpp-dev. + * Updated Standards-Version to 3.5.10. + + -- Michael Koch Tue, 27 May 2003 09:47:20 +0000 + +wfmath (0.2.11-1) unstable; urgency=low + + * New upstream release. + * Renamed deb filenames to match library versions. + * Updated Build-Depends to libatlas-cpp-dev (>= 0.4.6). + * Updated Standards-Version to 3.5.9. + + -- Michael Koch Fri, 24 Apr 2003 10:34:45 +0100 + +wfmath (0.2.10-7) unstable; urgency=low + + * Updated config.guess and config.sub + * Regenerated configure with autoconf2.50 to work with gcc-3.2 + + -- Michael Koch Mon, 13 Jan 2003 20:27:05 +0100 + +wfmath (0.2.10-6) unstable; urgency=low + + * c102 transitition. + * debian/rules cleanup. + * Dont Build-Depend on g++-3.2 for mips(el) anymore. + + -- Michael Koch Mon, 13 Jan 2003 18:52:44 +0100 + +wfmath (0.2.10-5) unstable; urgency=low + + * Bumped Standards-Version to 3.5.8. + * Added wfmath-config.1 manpage from CVS. + + -- Michael Koch Fri, 13 Dec 2002 10:45:44 +0100 + +wfmath (0.2.10-4) unstable; urgency=low + + * Replaced LDFLAGS by LIBS and added -lm to LIBS in mips/mips. + + -- Michael Koch Wed, 30 Oct 2002 18:01:57 +0100 + +wfmath (0.2.10-3) unstable; urgency=low + + * Build with gcc 3.2 on mips and mipsel. + * Support "noopt" and ditch "debug" option. + + -- Michael Koch Thu, 17 Oct 2002 11:00:58 +0200 + +wfmath (0.2.10-2) unstable; urgency=low + + * Build -doc package in build-indep target in debian/rules. + * Patch for debian-sparc applied to make it compile. + * Changed Section to libs. + + -- Michael Koch Thu, 17 Oct 2002 09:10:27 +0200 + +wfmath (0.2.10-1) unstable; urgency=low + + * New upstream release. + * Improved descriptions of packages. + * Removed debian/README.Debian. + + -- Michael Koch Fri, 11 Oct 2002 06:45:27 +0200 + +wfmath (0.2.9-1) unstable; urgency=low + + * New upstream release + * Updating Standard-Version to 3.5.7 + * Added libwfmath-0.2.9-dbg package + * correct descriptions + * explicitely link in libstdc++ + + -- Michael Koch Mon, 2 Sep 2002 20:48:21 +0200 + +wfmath (0.2.8-5) unstable; urgency=low + + * added version to library package + * added -doc package + * cleaned up debian/rules + + -- Michael Koch Tue, 30 Jul 2002 10:12:42 +0200 + +wfmath (0.2.8-4) unstable; urgency=low + + * fix shlibs + + -- Michael Koch Mon, 24 Jun 2002 09:48:43 +0200 + +wfmath (0.2.8-3) unstable; urgency=low + + * add shlibs version + + -- Michael Koch Mon, 24 Jun 2002 08:40:27 +0200 + +wfmath (0.2.8-2) unstable; urgency=low + + * fix -dev dependencies + + -- Michael Koch Sun, 9 Jun 2002 14:57:05 +0200 + +wfmath (0.2.8-1) unstable; urgency=low + + * New upstream release + + -- Michael Koch Mon, 13 May 2002 20:00:59 +0200 + +wfmath (0.2.7-2) unstable; urgency=low + + * some files was missing from dev-package. + + -- Michael Koch Fri, 26 Apr 2002 20:55:28 +0200 + +wfmath (0.2.7-1) unstable; urgency=low + + * Initial Release. + + -- Michael Koch Fri, 26 Apr 2002 20:39:18 +0200 + --- wfmath-0.3.9.orig/debian/libwfmath-0.3-dev.install +++ wfmath-0.3.9/debian/libwfmath-0.3-dev.install @@ -0,0 +1,3 @@ +usr/include/wfmath-0.3/wfmath/* +usr/lib/libwfmath-0.3.so +usr/lib/pkgconfig/wfmath-0.3.pc --- wfmath-0.3.9.orig/debian/watch +++ wfmath-0.3.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/worldforge/wfmath-(.*)\.tar\.gz debian uupdate --- wfmath-0.3.9.orig/debian/docs +++ wfmath-0.3.9/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- wfmath-0.3.9.orig/debian/copyright +++ wfmath-0.3.9/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Michael Koch on +Fri, 26 Apr 2002 20:12:40 +0200. + +It was downloaded from ftp://ftp.worldforge.org/pub/worldforge/libs/wfmath/ + +Upstream Author: Ron Steinke + +Copyright: (c) 2002-2009 Ron Steinke + Al Riddoch + +License: + + 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, version 2.1, +can be found in /usr/share/common-licenses/GPL-2. +