~ubuntu-branches/debian/lenny/amoeba/lenny

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson, minor tidying done
  • Date: 2007-06-29 12:02:25 UTC
  • mfrom: (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070629120225-bz7s23qqru4hkxvs
Tags: 1.1-19
* Update Standards-Version to 3.7.2 (no changes needed).
* Update to debhelper compatibility mode version 5 (no changes needed).
  * Update versioned build-dependency on debhelper.
* Don't ignore all make clean errors; use "[ ! -f Makefile ] ||" instead of
  the hyphen.
* Make empty binary-indep target, to make lintian happy.
* Remove obsolete DEB_BUILD_OPTIONS checking; we always build with -g
  anyway, and INSTALL_PROGRAM isn't ever used.
* Use nroff escape \[:o] instead of verbatim ISO-8859-1 character ö in the
  man page.
* Switch to quilt for managing patches.
  * Build-depend on quilt (>= 0.40).
  * Make debian/patches/ directory.
  * Include /usr/share/quilt/quilt.make in debian/rules, and depend on patch
    and unpatch targets. Split clean into a dummy clean and a real-clean,
    as unpatch fiddles with the Makefile and we thus want unpatch to run
    after make clean. (Actually, clean needs to patch first, then clean,
    then unpatch. Yes, it's kind of silly.)
  * Split monolithic diff into smaller diffs (and clean up some of them):
    * 01-debian-policy-cflags.diff: Policy-compliant CFLAGS/CXXFLAGS.
    * 02-executable-filename.diff: Call output executable "amoeba".
    * 03-shell-in-makefile.diff: Use $(shell foo) instead of `foo`.
    * 04-install-target.diff: Add an install target to the Makefile.
    * 05-nudge-texcoords.diff: Various "nudges" to texture coordinates to
      avoid gaps. (Note: I've since found out that the notion of "nudging"
      is all wrong and will probably cause some smearing of the texture.
      However, there are so many broken drivers out there, and the problem
      in backgroundhandler.cpp will probably require border texels and other
      ugliness, so I'm leaving it as-is for now.) [minor tidying done]
    * 06-proper-curve-cleaning.diff: Handle the special case "hashtable of
      curves", so that the destructors are called properly. [minor tidying
      done]
    * 07-drop-compiled-vertex-arrays.diff: Don't use compiled vertex arrays
      in twisthandler; I believe this was done in its time to work around a
      bug in the ATI FireGL drivers. Probably fixed now, but I don't have
      the opportunity to check right now, so it's staying for now.
      [minor tidying done]
    * 08-single-point-spline.diff: Handle the special case of a single-point
      spline correctly, without causing Valgrind hits. [minor tidying done]
    * 09-dont-set-gtk-locale.diff: Don't set the (GTK) locale, as it causes
      problems reading the object files depending on LC_CTYPE.
    * 10-xopendisplay.diff: Give NULL instead of 0 to XOpenDisplay (as it
      expects a char *; it's only cosmetic, though), and give a proper error
      message if it fails, instead of crashing. [minor tidying done]
    * 11-friendly-error-messages.diff: Give slightly friendlier messages in
      common, fatal error situations. [minor tidying done]
    * 12-i386-asm.diff: Don't try to use i386 assembler on non-i386
      platforms.
    * 13-libpng-64-bit-fixes.diff: Fix PNG loading issues on systems where
      sizeof(png_uint_32) > sizeof(unsigned int).
    * 14-properly-delete-vfcache.diff: Use delete[] instead of delete on
      vfcache, as it was allocated using new[].
    * 15-fix-pakfile-endianness.diff: Make the packer work regardless of
      system endianness.
    * 16-pakfile-debian-location.diff: Make the packer look for the pakfile
      where the amoeba-data package puts it, instead of in the local
      directory.
    * 17-fix-audio-endianness.diff: Make the audio system work properly 
      regardless of system endianness.
    * 18-declare-glxgetprocaddressarb.diff: Manually declare
      glXGetProcAddressARB, as not all OpenGL headers do. [minor tidying
      done]
  * Two patches were dropped from the monolithic diff:
    * The first change caused wglGetProcAddressARB() to be used instead of
      wglGetProcAddress() on Windows, which is irrelevant for Debian.
    * The other change used "static struct" instead of "struct" in the global
      texture array, without any apparent reason.
Filename Latest Rev Last Changed Committer Comment Size
..
audio 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
debian 2 20 years ago Bazaar Package Importer Changed _back_ to glXGetProcAddressARB, as nVidia' Diff
image 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
main 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
math 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
opengl 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
packer 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
util 1 20 years ago Bazaar Package Importer Import upstream version 1.1 Diff
config.mak 1 20 years ago Bazaar Package Importer Import upstream version 1.1 435 bytes Diff Download File
COPYING 1 20 years ago Bazaar Package Importer Import upstream version 1.1 17.9 KB Diff Download File
File demolib_prefs.h 1 20 years ago Bazaar Package Importer Import upstream version 1.1 991 bytes Diff Download File
exception.cpp 1 20 years ago Bazaar Package Importer Import upstream version 1.1 2 KB Diff Download File
exception.h 1 20 years ago Bazaar Package Importer Import upstream version 1.1 944 bytes Diff Download File
file_id.diz 1 20 years ago Bazaar Package Importer Import upstream version 1.1 958 bytes Diff Download File
gpldemo.txt 1 20 years ago Bazaar Package Importer Import upstream version 1.1 3 KB Diff Download File
File Makefile 5 16 years ago Bazaar Package Importer * Update Standards-Version to 3.7.2 (no changes ne 2.7 KB Diff Download File
Makefile.dep 1 20 years ago Bazaar Package Importer Import upstream version 1.1 346 bytes Diff Download File
readme.txt 1 20 years ago Bazaar Package Importer Import upstream version 1.1 13.1 KB Diff Download File
test-demolib.cpp 1 20 years ago Bazaar Package Importer Import upstream version 1.1 3.5 KB Diff Download File