armagetronad 0.2.8.2.1-4 source package in Ubuntu

Changelog

armagetronad (0.2.8.2.1-4) unstable; urgency=low

  * Remove bashism in armagetronad-dedicated initscript. (Closes: #420715)
  * Really fix the .desktop file's icon path. No, really. (Closes: #420730)
  * Remove some cruft from debian/
  * Build-Depend on quilt (>= 0.40). Thanks, lintian.

armagetronad (0.2.8.2.1-3) unstable; urgency=low

  * Set the armagetronad user's shell to /bin/false in the
    armagetronad-dedicated package's postinst.
  * Fix .desktop icon path.
  * Fix /etc/armagetronad-dedicated symlink in armagetronad-dedicated.links
    (Closes: #420453)
  * Use quilt to manage patches.
  * Incorporate patch to fix building with gcc 4.3, thanks to Martin
    Michlmayr. (Closes: #417103)

armagetronad (0.2.8.2.1-2) unstable; urgency=low

  * Change my maintainer e-mail address.
  * Upload to unstable.

armagetronad (0.2.8.2.1-1) experimental; urgency=low

  * New maintainer. (Closes: #402225)
  * Acknowledge NMU. Thanks Petter! (Closes: #325110, #318998, #311736)
  * Updated to Standards-Version 3.7.2.2.
  * Fixed minor grammar mistake in manpage.
  * armagetron.menu updates:
    - made more readable
    - properly update menus in armagetron.{postinst,postrm}
    - added menu hints (Closes: #312905)
  * New upstream version. (Closes: #325101)
    - Fixes security bugs:
        - CAN-2005-0371 (Closes: #296840)
        - CVE-2006-3673 (Closes: #379062)
        - CVE-2006-3674
  * Updated dependencies.
  * Remove now-unnecessary g++ 4.0 patch and remove dependency
    on dpatch.
  * Almost completely rewrite debian/rules since so many changes
    have occurred since last release.
    - Add {armagetron,armagetron-common,armagetron-server}.install
      and use dh_install to install files into separate tmpdirs.
    - Add armagetron-common.docs and use dh_installdocs.
    - Use dh_link and add appropriate files.
  * Clean up debian/copyright.
  * Upstream has changed names. Renamed packages.
  * Removed old armagetron.xpm in debian/ and instead use the shipped
    medium PNG file for the Debian menu (converted to XPM during build).
  * Added lsb-compliant initscript and default file for armagetronad-server.
  * Removed cruft from pre/post-inst scripts.
  * Improved package descriptions.
  * Migrated old armagetron packages to dummy upgrade packages.
  * Almost completely rewrote manpages for both armagetronad and
    armagetronad-dedicated.
  * Fix bug in server initscript so startup honours setting in
    /etc/default/armagetronad-dedicated.
  * Don't start the server if it's already running.

armagetron (0.2.7.0-1.1) unstable; urgency=low

  * Non-maintainer upload with approval from the maintainer to move
    this package to the new C++ ABI.
  * Convert to use dpatch for use by the new patch, add build-depend
    on dpatch.
  * Fix C++ build problem. (Closes: #318998)
  * Correct grammar in package description. (Closes: #311736)
  * Add quotes to needs, section and icon field in the menu file to
    avoid lintian/linda warning.
  * Avoid multiline build-depend, move it all to one long line to
    avoid lintian warning.
  * Updated config.sub and config.guess to make sure it build on as
    many platforms as possible.
  * Correct the upstream URL in README.Debian to match the one in the
    copyright file.

armagetron (0.2.7.0-1) unstable; urgency=high

  * Apply security patch from upstream to fix out-of-bounds array access
    (CAN-2005-0369) and DOS by empty UDP packets (CAN-2005-0370).
    (closes: #295294)
  * Acknowledge NMU. (closes: #263331)
  * New upstream is Armagetron Advanced, change all references.
    (closes: #275838)
  * Fix contents of copyright file.  Also fix upgrade from 0.1 versions of the
    package by moving the /usr/share/doc directories out of the way to allow
    them to be replaced with symlinks.  (closes: #290051)
  * Use absolute path in armagetron menu entry. (closes: #243538)
  * Make the wrappers more robust with respect to directory creation.
    (closes: #250070)

armagetron (0.2.5.2-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * Urgency=high because it fixes an RC bug affecting sarge.
  * Install the missing shell wrapper for armagetron-dedicated
    (closes: #263331).

armagetron (0.2.5.2-3) unstable; urgency=low

  * Compile with -mieee for Alpha to fix floating point exception
    there. (closes: #97720)
  * Add menu icon converted from textures/icon.png. (closes: #209047)
  * Bump Standards-Version to 3.6.1 (no changes necessary).

armagetron (0.2.5.2-2) unstable; urgency=low

  * src/network/net_udp.cpp: Change typedef NET_SIZE from size_t to proper
    type socklen_t.  Fixes compilation error on 64 bit platforms.
    (closes: #208484)

armagetron (0.2.5.2-1) unstable; urgency=low

  * New upstream release. (closes: #205077)
  * Give general description of the game in the common and dedicated
    server package descriptions too. (closes: #202025)
  * Fix all calculations where pointers were cast to int to use long int
    instead, should hopefully fix 64 bit issues. (closes: #201638)
  * Bump Standards-Version to 3.6.0 (no changes necessary).

armagetron (0.2.2-1) unstable; urgency=low

  * New upstream release.  (And there I was wondering that nobody reported
    "new version" wishlist bugs, but just wait a few days, and here it is;
    closes: #199572)
  * Upstream updated to current C++ standards, now compiles with the
    current default compiler gcc 3.3. (closes: #196990)
  * Fix the reported spelling error in the man pages as well as a few
    others and change the web page link to the current address.
    (closes:#194966)
  * Default config is now in /etc/armagetron.
  * Added new armagetron-common package to hold the configuration and
    documentation files.
  * Bump Standards-Version to 3.5.10 (no changes necessary).
  * Do not repeat synopsis in long description of package and change
    homepage link to DD Reference's recommended format.
  * Remove --keep-going flags from recursive make invocations in
    Makefile.in.
  * Wrapper script uses new armagetron options to point it to its data
    instead of symlink kludge and changing directories.
  * Wrapper script creates ~/.armagetron directory for user if it doesn't
    exist.
  * Removed the obsolete example rc files.
  * Changed build dependencies to seperate GL/GLU packages.
  * Changed dedicated server binary name to armagetron-dedicated to be
    consistent with upstream.

armagetron (0.1.4.9-9) unstable; urgency=low

  * Fix null dereference in src/render/rScreen.cpp (thanks David Fries,
    closes: #174870).
  * Bump Debian Standards-Version to 3.5.8 (no changes neccessary).

armagetron (0.1.4.9-8) unstable; urgency=low

  * New maintainer. (closes: #158975)
  * Installing files explicitly to get rid of unwanted files (like
    .cvsignore, closes: #159962).
  * Wrapper script now execs armagetron instead of running it as a child.
  * Moved real armagetron from /usr/lib/armagetron/armagetron to
    /usr/games/armagetron.real.
  * Moved armagetron-server from /usr/lib/armagetron/armagetron-server to
    /usr/games/.
  * Added missing build dependency on libsdl1.2-dev (this was usually
    pulled in by libsdl-image1.2-dev and therefore unnoticed).
  * Bump Standards-Version to 3.5.7.0.
  * Setting debhelper compatibility level to 4, removing dh_testversion
    call, changing dh_installmanpages to dh_installman.
  * Honor $DEB_BUILD_OPTIONS in debian/rules.
  * Make armagetron-server description less ambiguous.

armagetron (0.1.4.9-7) unstable; urgency=low

  * debian/control: update URL in description

armagetron (0.1.4.9-6) unstable; urgency=low

  * debian/copyright: update URL (thanks Leonardo) (closes: bug#157978)
  * src/tron/gGame.cpp: typo (thanks Stephen Williams, sorry about the
    delay, I can't remember why I didn't apply this right away) (closes:
    bug#130164)
  * debian/control: weee! dependency ping-pong! libpng2... no, libpng3...
    no, libpng2... actually, remove Build-Conflicts, -4 should have taken
    care of this.

armagetron (0.1.4.9-5) unstable; urgency=low

  * debian/rules: post-operative fixes on the Makefile to remove -lpng and -lz
    from the link line.  Prevents future breakage.
  * debian/control: bump dependency on libsdl-image1.2-dev to 1.2.2-1.
    Build-Depend on xlibmesa-dev | libgl1-dev

armagetron (0.1.4.9-4) unstable; urgency=low

  * recompile with current libsdl-image1.2-dev (someone's got a rather
    creative approach to team coordination)
  * debian/control: Build-Conflicts libpng2-dev.  libsdl-image1.2-dev is
    fubar.

armagetron (0.1.4.9-3) unstable; urgency=low

  * Acknowledge NMU from Martin (thanks!) (closes: bug#132051, bug#123131)
  * debian/rules: remove .cvsignore files (closes: bug#124164)
  * debian/contro: fix typo (closes: bug#124418)
  * Fixed typos (thanks Stephen Williams)

armagetron (0.1.4.9-2.1) unstable; urgency=low

  * NMU
  * Applied patch from Jamie Wilkinson to fix build errors on
    alpha (Closes: #123131).

armagetron (0.1.4.9-2) unstable; urgency=low

  * configure: s/==/=/, won't build correctly if /bin/sh is ash 
    (closes: bug#121709)
  * src/network/net_udp.cpp: use socklen_t insatead of size_t (closes:
    bug#121829)

armagetron (0.1.4.9-1) unstable; urgency=low

  * New upstream version.
  * Tweaked Michael's patch a bit to get it to apply to the current sources.
    (closes: bug#115209)
  * Rebuild with current SDL.
  * src/tools/memmanager.h: new operator takes size_t as first argument,
    not unsigned int. (thanks Robert) (closes: bug#85968, bug#112660,
    bug#114036)
  * Build-depend on newest libsdl-image1.2-dev to pick up correct
    libsdl-image1.2 dependency. (closes: bug#115523)
  * HTML files shipped as HTML. (closes: bug#104016)
  * debian/control: add b-dep on autotools-dev
  * debian/rules: use config.guess and config.sub from autotools-dev

armagetron (0.1.4.3-5) unstable; urgency=low

  * debian/control: play arround with build dependencies.  Use SDL 1.2.

armagetron (0.1.4.3-4) unstable; urgency=low

  * ARGH! Forgot to include the proper replaces in debian/control because
    of the fix for #84373

armagetron (0.1.4.3-3) unstable; urgency=low

  * debian/rules: get dh_installmanpages syntax right (closes: bug#84373)
  * *sigh*, more size_t bugs (thanks Paul) (closes: bug#84358)

armagetron (0.1.4.3-2) unstable; urgency=low

  * src/network/net_udp.cpp: s/size_t/socklen_t/ (closes: bug#84012)

armagetron (0.1.4.3-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: use src/tron/armagetron instead of src/armagetron for
    the binary.

armagetron (0.1.3.20000730-4) unstable; urgency=low

  * Recompiled with new libsdl-image1.1 (did I forget to upload the last
    one?) (closes: bug#79564)
  * Fixed extra space in doc-help section

armagetron (0.1.3.20000730-3) unstable; urgency=low

  * Recompiled with new libsdl-image1.1 from CTS

armagetron (0.1.3.20000730-2) unstable; urgency=low

  * The great blooper fixup.
  * Recompiled with new libsdl-image1.1 (thanks cts!) (closes: bug#75069)
  * Hmmm... libsdl-image1.1 removed the inversion of alpha.  Remove here
    likewise.
  * src/textures.cpp: accept 8 bpp images (GL_LUMINANCE)
  * Oops.  Armagetron's server manpage is not there.  Make one. (closes:
    bug#74505)
  * debian/rules: add armagetron-server.6 manpage.
  * debian/rules: Moved data files to /usr/share/games/armagetron/ (closes:
    bug#74517)
  * debian/menu: zap /usr/bin (closes: bug#74576)
  * debian/armagetron.6: added link to website.

armagetron (0.1.3.20000730-1) unstable; urgency=low

  * New upstream release.

armagetron (0.1.3-0) unstable; urgency=low

  * Initial Release.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  02 May 2007 13:52:48 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Gutsy
Original maintainer:
Christine Spang
Architectures:
any
Section:
games
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
armagetronad_0.2.8.2.1.orig.tar.gz 1.8 MiB ef6ce4d913079cb7d26647c42107a165a87e96041b311b8d5059ac04ece1d859
armagetronad_0.2.8.2.1-4.diff.gz 32.4 KiB eff669bc7603721c357a4bf5a27d70011f246baa2bdd9fa14b7b15b6b9c6e5d7
armagetronad_0.2.8.2.1-4.dsc 891 bytes 54e27c8587ad53e654a09c50a27127fa82184cd045410d8032ef031406d34515

View changes file

Binary packages built by this source

armagetron: No summary available for armagetron in ubuntu gutsy.

No description available for armagetron in ubuntu gutsy.

armagetron-common: No summary available for armagetron-common in ubuntu hardy.

No description available for armagetron-common in ubuntu hardy.

armagetron-server: No summary available for armagetron-server in ubuntu hardy.

No description available for armagetron-server in ubuntu hardy.

armagetronad: No summary available for armagetronad in ubuntu gutsy.

No description available for armagetronad in ubuntu gutsy.

armagetronad-common: No summary available for armagetronad-common in ubuntu hardy.

No description available for armagetronad-common in ubuntu hardy.

armagetronad-dedicated: No summary available for armagetronad-dedicated in ubuntu hardy.

No description available for armagetronad-dedicated in ubuntu hardy.