2002
clanlib (0.5.4-1-6) unstable; urgency=high
* We need CXXFLAGS, not CFLAGS...
* Current versions of clanlib don't install this way anymore, so m68k
already builds these versions. (Closes: #135622)
-- Filip Van Raemdonck <mechanix@debian.org> Mon, 25 Feb 2002 22:46:37 +0100
clanlib (0.5.4-1-5) unstable; urgency=high
* Add -ffunction-sections correctly this time, instead of breaking the whole
build on the affected architectures.
* Patches:
+ bounds: add stricter bounds checking to avoid pingus segfaults on alpha.
(Closes: #134800)
-- Filip Van Raemdonck <mechanix@debian.org> Wed, 20 Feb 2002 13:58:20 +0100
clanlib (0.5.4-1-4) unstable; urgency=high
* Remove SmallJPEG plugin on i386, too. Upstream says it is scheduled for
removal anyway. (Closes: #134057)
* Previous upload already fixed the i386 assembler bug. (Closes: #133930)
* Add -ffunction-sections for HPPA; I hope this fixes PowerPC and Mipsel too.
(Closes: #134124)
* Don't build docs in build target, as docs_install insists on rebuilding
them anyway.
* Patches:
+ makefile: show link commands for easier build inspection. Note to
porters: the compile commands are already printed at the start of the
build, as the first rule for $(MAKE).
-- Filip Van Raemdonck <mechanix@debian.org> Mon, 18 Feb 2002 19:59:41 +0100
clanlib (0.5.4-1-3) unstable; urgency=high
* HIGH: builddepend on xlibs-pic and link to pic version of vidmode library. (Closes: #133664) * Don't build SmallJPEG plugin on non-x86 architectures. * Patches: = gcc3: Xxf86vm_pic linking.
-- Filip Van Raemdonck <mechanix@debian.org> Wed, 13 Feb 2002 22:45:26 +0100
clanlib (0.5.4-1-2) unstable; urgency=high
* HIGH: update Build-Depends:. (Closes: #133153) * Add >= 0.5.4-1 to shlibs file. Do this with DH_COMPAT=4; builddepend on debhelper >= 3.0.40 because of this. Set DH_COMPAT=4 only for dh_makeshlibs call though.
-- Filip Van Raemdonck <mechanix@debian.org> Mon, 11 Feb 2002 21:57:20 +0100
clanlib (0.5.4-1-1) unstable; urgency=high
* Still hasn't made it into the archives, because of upstream bugs. I hope
this one does. Urgency high for the same reason as the previous version.
(Closes: #120182)
* Update Build-Depends:
- SVGALib and GGI are not used anymore.
* Start using dpatch system:
- bufferoverflow: Fix some potential and real (cfr. BugTraq advisory)
buffer overflows.
- gcc3: fixes to build with gcc3. (Closes: #130248)
- dfb: small fix to make ClanLib build with latest directfb packages.
* Make sure clanlib-dev Depends: on all other clanlib library packages and
all development packages for the libraries those use. This makes it a huge
Depends: line, and you'll have to install a whole slew of packages if you
want to build something with ClanLib, but this is better than splitting
clanlib-dev into separate packages - there are enough packages for runtime
only already.
* Remove Depends: debconf from the primary clanlib package.
-- Filip Van Raemdonck <mechanix@debian.org> Wed, 23 Jan 2002 22:00:22 +0100
clanlib (0.5.3-1-1) unstable; urgency=high
* Urgency high because next to no programs are buildable with the version
which is in testing.
* Don't call autogen.sh in debian/rules and remove the build dependency on
automake.
* Remove libmagick5-dev from the build dependencies, too - current versions
of ClanLib don't use it anymore; add libjpeg62-dev as that doesn't get
pulled in automatically anymore, and we still want to build with jpeg
support.
* Build with libpng-dev instead of libpng2-dev.
* Build with libfreetype6-dev instead of libttf2-dev.
* Add support for DirectFB; add pkg-config to the Build-Depends: as the
directfb configure test requires it.
* Enable VidMode support.
* The spelling errors were fixed already. (Closes: #124499, #124500, #124501,
#124502, #124503, #124504, #124505, #124506, #124507)
* Modify configure to not use -rpath when linking. Strangely enough the
corresponding code in configure.in does not set -rpath.
-- Filip Van Raemdonck <mechanix@debian.org> Sun, 13 Jan 2002 21:35:31 +0100
2001
clanlib (0.5.1-3) unstable; urgency=low
* Removed postinst templates again. Instead fixed rules file:
dh_makeshlibs
dh_installdeb
makes sure that debhelper creates the correct ldconfig in postinst
(this was formerly in the wrong order!)
This also creates the /usr/doc symlinks.
* Took back the CVS patch for relative path names because it does more
harm than good - hooping for a new upstram version.
(The patch is just supplied as debian/fix_relative_pathnames.patch for
those brave programmers who want to step in ...)
-- Andreas Tille <tille@debian.org> Sat, 22 Dec 2001 08:47:57 +0100
clanlib (0.5.1-2) unstable; urgency=low
* The "Lintian Clean" (TM) revision.
* Fix typo in debian/rules, so libraries get stripped.
* Install the "ldconfig-symlinks" into the normal binary packages, not in
clanlib-dev.
* Remove -rpath from the link flags.
* Remove duplicate "clanlib" dependencies from module debs.
* Give clanlib-doc its own /usr/share/doc directory.
-- Filip Van Raemdonck <mechanix@debian.org> Sat, 8 Dec 2001 09:53:23 +0100
clanlib (0.5.1-1) unstable; urgency=low
* Thanks to Andreas for doing the grunt work (packaging of 0.5 branch).
* Apply spelling fixes from Matt Zimmerman.
* Get rid of the Conflicts:/Replaces: cruft for clanlib; clanlib0 packages
have never been released until now anyway and I'll assume (and only
support) upgrades from the package that have been in unstable since potato
was released.
* Add automake Build-Depends:.
-- Filip Van Raemdonck <mechanix@debian.org> Thu, 6 Dec 2001 20:47:18 +0100
clanlib (0.5.1-0.1) unstable; urgency=low
* NMU
* Standards-Version: 3.5.6
* added libvorbis-dev Build-Dependency
* tried with the Debian version of liblua4-dev which would require
a patch to detect the 4.1 (alpha) but did not work
* Removed clanMagick target which did had no rule to build.
* Applied upstream patch from CVS to avoid loading relative path names.
* Reorganisation of debian packages. Now the packages are
clanlib - main libraries
clanlib-dev - header and static libraries
clanlib-doc - HTML documentation
clanlib-examples - Examples
clanlib-gl - OpenGL modul (dynamic library)
clanlib-gui - GUI modul (dynamic library)
clanlib-jpeg - JPEG modul (dynamic library)
clanlib-mikmod - MikMod modul (dynamic library)
clanlib-network - Network modul (dynamic library)
clanlib-png - PNG modul (dynamic library)
clanlib-smalljpeg - SmallJPEG modul (dynamic library)
clanlib-sound - Sound modul (dynamic library)
clanlib-ttf - TTF modul (dynamic library)
clanlib-vorbis - Vorbis modul (dynamic library)
-- Andreas Tille <tille@debian.org> Thu, 22 Nov 2001 16:29:40 +0100
clanlib0 (0.4.4-8) unstable; urgency=high
* The "I've been hiding under a rock for two weeks" release. * Fix Build-Depends: for svgalib. (Closes: #115171, #115270)
-- Filip Van Raemdonck <mechanix@debian.org> Tue, 23 Oct 2001 17:33:51 +0200
clanlib0 (0.4.4-7) unstable; urgency=high
* Apply patch from John R. Daily to fix ia64 build problems.
(Closes: #114771, #114888)
* Fix more compiler warnings.
-- Filip Van Raemdonck <mechanix@debian.org> Sun, 30 Sep 2001 19:03:58 +0200
clanlib0 (0.4.4-6) unstable; urgency=high
* Fix another alpha build problem. (Closes: #113954) * Fix a few compiler warnings, too.
-- Filip Van Raemdonck <mechanix@debian.org> Sun, 30 Sep 2001 19:03:58 +0200
clanlib0 (0.4.4-5) unstable; urgency=high
* Fix endianness issues with the datacompiler, thanks to a patch from Michel
Dänzer. (Closes: #49806, #96241)
-- Filip Van Raemdonck <mechanix@debian.org> Mon, 27 Aug 2001 16:05:46 +0200
clanlib0 (0.4.4-4) unstable; urgency=high
* Apply an NMU from Stephen Frost that apparently never made it through;
fixes alpha build issues, adds libmagick support back in.
(Closes: #81301, #89901, #94003)
* Add libmagick5-dev to Build-Depends.
* Patch Makefile.in to not remove configure on distclean, to make build
process omnipotent and idempotent.
Make it also keep out of debian/ while removing things.
-- Filip Van Raemdonck <mechanix@debian.org> Sat, 25 Aug 2001 16:47:15 +0200
clanlib0 (0.4.4-3) unstable; urgency=high
* Add German debconf translation, thanks Sebastian Feltel. (Closes: #109141) * Fix manpage template to avoid whatis parsing errors. (Closes: #109347) * Put svgalib display target back in for non-i386, Build-Depend on svgalibg1-dev | svgalib-dummyg1. (Closes: #109018) * Add debugging statements to the datafile compiler, so hopefully the PowerPC issues may become a little clearer.
-- Filip Van Raemdonck <mechanix@debian.org> Sat, 25 Aug 2001 16:47:15 +0200
clanlib0 (0.4.4-2) unstable; urgency=high
* Forgot to set the Maintainer: field in debian/control last time.
* Close the "fixed"-tagged bugs from previous upload.
(Closes: #40457, #61478, #61860, #62357, #75477, #79117, #92155, #93041)
(Closes: #100912, #106511)
* So I uploaded a new version last time. (Closes: #68935)
* Close older fixed bugs. (Closes: #61601)
* Set priority to optional. (Closes: #54750)
* Fix broken build-depends (svgalib is i386 only). (Closes: #108543)
* Don't have versioned Depends: on virtual clanlib0-display. In fact, don't
Depends: at all, make it Suggests:. (Closes: #108544)
* Make sure users can't overlook that they need also need to install the
display type they choose in debconf. (Closes: #63092)
-- Filip Van Raemdonck <mechanix@debian.org> Sun, 12 Aug 2001 23:05:36 +0200
clanlib0 (0.4.4-1) unstable; urgency=high
* New Maintainer * Add Build-Depends. (Closes: #61478) * Rebuild with a lot of updated libraries. (Closes: #61860, #62357, #75477, #79117, #92155, #93041, #100912, #106511) * Clanlib is already build with shared mikmod and png libraries. (Closes: #40457) * Remove libmagick support, it is gone in the clanlib development version already, and the API in libmagick5 has changed too much for clanlib to be buildable. * Remove libsmpeg for API problems as well. This one should eventually get back in. * Add ${LD_LIBRARY_PATH:+} hack in debian/rules for shlib deps. * Fix Sources/GUI/cl_gtextfield.cpp to include ctype.h and use just isprint() instead of std::isprint(). * Remove stale templates from debian/. * Add a manpage for clanlib-config script. * Remove -rpath from the library link flags. * Don't install COPYING and INSTALL in /usr/share/doc/. * Remove clanlib0-common from it's own Replaces: field. * Remove shlibs.local file. * Uncomment call to dh_makeshlibs.
-- Filip Van Raemdonck <mechanix@debian.org> Tue, 31 Jul 2001 17:53:45 +0200
2000
clanlib0 (0.4.3-1) unstable; urgency=low
* New upstram version * Closes: #57175, #60675, #53954
-- Vaidhyanathan G Mayilrangam <vaidhy@debian.org> Tue, 21 Mar 2000 19:34:03 -0500
clanlib0 (0.2.3-3) unstable; urgency=low
* Closes: #54470
-- Vaidhyanathan G Mayilrangam <vaidhy@debian.org> Mon, 10 Jan 2000 10:05:26 -0500
clanlib0 (0.2.3-2) unstable; urgency=low
* Fixed the location of Clanlib-docs * Closes: #51803 * Applied the patch for non i386 arch. Closes: #41057
-- Vaidhyanathan G Mayilrangam <vaidhy@debian.org> Tue, 4 Jan 2000 17:24:25 -0500
1999
clanlib0 (0.2.3-1) unstable; urgency=low
* New upstream stable release
-- Vaidhyanathan G Mayilrangam <vaidhy@debian.org> Thu, 23 Dec 1999 12:00:13 -0500
clanlib0 (0.2.2-1) unstable; urgency=high
* New upstream release (fixed lots of bugs)
-- Daniel Patterson <danpat@debian.org> Thu, 25 Nov 1999 10:39:03 +1100
clanlib0 (0.2.0-2) unstable; urgency=low
* Fixed svga /etc/clanlib.conf * Renamed -display-svgalib to -display-svga * Fixed datafile_compiler manual mixups (present in 2 packages) * Fixed location of libclan-input-tty * Fixed postisnt scripts all over the place * Fixed circular dependency between -common and -display-x11
-- Daniel Patterson <danpat@debian.org> Sun, 7 Nov 1999 20:15:12 +1000
clanlib0 (0.2.0-1) unstable; urgency=high
* New upstream release
* Complete overhaul of debian/rules hopefully builds will be easier
from now on.
* Relies on dpkg >= 1.4.1.17 because of very long filenames in the -docs
package
-- Daniel Patterson <danpat@debian.org> Sun, 7 Nov 1999 09:06:31 +1000
clanlib0 (0.1.19-0.1) unstable; urgency=low
* NMU * New upstream release * Sound and network libs are now installed in /usr/lib/ClanLib. * Don't use libgl until its actually installed in Debian.
-- Fredrik Hallenberg <hallon@debian.org> Mon, 18 Oct 1999 11:17:41 +0200
clanlib0 (0.1.18-1) unstable; urgency=medium
* New upstream version
-- Daniel Patterson <danpat@debian.org> Thu, 9 Sep 1999 17:46:32 +1000
clanlib0 (0.1.16-2) unstable; urgency=medium
* Added the --enable-dyn option to the build process so that
libclan.so.0.1.16 wasn't linked against ghost libraries.
-- Daniel Patterson <danpat@debian.org> Tue, 27 Jul 1999 17:08:01 +1000
clanlib0 (0.1.16-1) unstable; urgency=low
* New upstream version
-- Daniel Patterson <danpat@debian.org> Mon, 26 Jul 1999 20:14:32 +1000
clanlib0 (0.1.15-4) unstable; urgency=medium
* Fixed old dependency problem with clanlib0-utils depending
on clanlib0 which is no longer pertinant.
-- Daniel Patterson <danpat@debian.org> Thu, 1 Jul 1999 20:52:38 +1000
clanlib0 (0.1.15-3) unstable; urgency=medium
* Split up clanlib0-dev into clanlib0-common-dev and various
clanlib0-display-*-dev packages (closes #39771)
* Fixed typo in Replaces: in clanlib0-common (closes #39770)
* Added postinst scripts for the various clanlib0-display-*
packages to update /etc/clanlib.conf
-- Daniel Patterson <danpat@debian.org> Wed, 23 Jun 1999 13:51:14 +1000
clanlib0 (0.1.15-2) unstable; urgency=medium
* Fixed loading of libraries with ".so" extensions, still need
to fix this upstream.
-- Daniel Patterson <danpat@debian.org> Thu, 10 Jun 1999 13:14:00 +1000
clanlib0 (0.1.15-1) unstable; urgency=low
* New upstream release
-- Daniel Patterson <danpat@debian.org> Tue, 8 Jun 1999 21:00:00 +1000
clanlib0 (0.1.14-3) unstable; urgency=low
* Fixed architectures in debian/control (only works on i386 atm)
-- Daniel Patterson <danpat@debian.org> Sat, 22 May 1999 11:25:00 +1000
clanlib0 (0.1.14-2) unstable; urgency=low
* Fixed debian/rules to remove debian/substvars and debian/files
during the "clean" phase.
-- Daniel Patterson <danpat@debian.org> Mon, 10 May 1999 20:31:15 +1000
clanlib0 (0.1.14-1) unstable; urgency=low
* Initial release
-- Daniel Patterson <danpat@debian.org> Sat, 8 Apr 1999 14:00:00 +1000