--- libmodelfile-0.1.92.orig/debian/changelog +++ libmodelfile-0.1.92/debian/changelog @@ -0,0 +1,42 @@ +libmodelfile (0.1.92-4ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + + -- Logan Rosen Tue, 31 Dec 2013 22:51:38 -0500 + +libmodelfile (0.1.92-4) unstable; urgency=low + + * debian/libmd3-dev.install: Don't install *.la file. + * debian/control: Updated Standards-Version to 3.8.3. + + -- Michael Koch Thu, 27 Aug 2009 09:19:26 +0200 + +libmodelfile (0.1.92-3) unstable; urgency=low + + * debian/control: + - Build-Depend on debhelper (>= 5). + - Add ${misc:Depends} to Depends of all packages. + - Updated Standards-Version to 3.8.2. + * debian/copyright: Rewritten. + * debian/watch: Added. + + -- Michael Koch Sat, 25 Jul 2009 21:19:17 +0200 + +libmodelfile (0.1.92-2) unstable; urgency=low + + * Replaced ${Source-Version} in debian/rules. + * Added Build-Depends on autotools-dev for automatic updating of + config.guess and config.sub. + * Updated Standards-Version to 3.7.3. + * Added Homepage field. + + -- Michael Koch Mon, 24 Dec 2007 11:23:55 +0100 + +libmodelfile (0.1.92-1) unstable; urgency=low + + * Initial release (Closes: #334225) + * Upload sponsored by Petter Reinholdtsen + + -- Michael Koch Sun, 16 Oct 2005 12:59:25 +0000 + --- libmodelfile-0.1.92.orig/debian/compat +++ libmodelfile-0.1.92/debian/compat @@ -0,0 +1 @@ +5 --- libmodelfile-0.1.92.orig/debian/control +++ libmodelfile-0.1.92/debian/control @@ -0,0 +1,33 @@ +Source: libmodelfile +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Michael Koch +Build-Depends: cdbs, debhelper (>= 5), dh-autoreconf +Standards-Version: 3.8.3 +Homepage: http://www.worldforge.org/ + +Package: libmd3-1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library to handle Quake .md3 files - runtime library + This library provides full support for loading all Quake .md3 models found + in the field. Many of these were not handled by tutorial code, or other + loaders. It contains a simple converter provided for stripping environment + texture coords to make vertex data more compact and easy to use. + . + This package contains the runtime library. + +Package: libmd3-dev +Architecture: any +Section: libdevel +Depends: libmd3-1 (= ${binary:Version}), ${misc:Depends} +Description: library to handle Quake .md3 files - development files + This library provides full support for loading all Quake .md3 models found + in the field. Many of these were not handled by tutorial code, or other + loaders. It contains a simple converter provided for stripping environment + texture coords to make vertex data more compact and easy to use. + . + This package contains the development files needed to compile and link against + this library. --- libmodelfile-0.1.92.orig/debian/copyright +++ libmodelfile-0.1.92/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Michael Koch on +Wed, 12 Oct 2005 06:31:27 +0000. + +It was downloaded from http://sourceforge.net/projects/worldforge/ + +Author: Al Riddoch + +Copyright: (c) 2005-2009 Al Riddoch + +License: + + This software 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. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. --- libmodelfile-0.1.92.orig/debian/docs +++ libmodelfile-0.1.92/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- libmodelfile-0.1.92.orig/debian/libmd3-1.install +++ libmodelfile-0.1.92/debian/libmd3-1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* usr/lib --- libmodelfile-0.1.92.orig/debian/libmd3-dev.install +++ libmodelfile-0.1.92/debian/libmd3-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* usr/include +debian/tmp/usr/lib/*.so usr/lib +debian/tmp/usr/lib/pkgconfig/libmd3-0.2.pc usr/lib/pkgconfig --- libmodelfile-0.1.92.orig/debian/rules +++ libmodelfile-0.1.92/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/autoreconf.mk --- libmodelfile-0.1.92.orig/debian/watch +++ libmodelfile-0.1.92/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/worldforge/libmodelfile-([\d\.]+)\.tar\.gz