1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
irrlicht (1.8.4+dfsg1-1.1) unstable; urgency=medium
* Non-maintainer upload.
[ Niels Thykier ]
* Set Rules-Requires-Root to "no" as irrlicht builds fine without
(fake)root.
* Tag libirrlicht-doc as "Multi-Arch: foreign".
* Pass --parallel to dh.
* Improve a shell look in debian/rules by adding set -e to it and
fixing a variable reference (it was intended for the shell, but
make interpreted it instead).
* Replace "Priority: extra" with "Priority: optional" as the
former is deprecated.
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross compilers.
(Closes: #853011)
-- Niels Thykier <niels@thykier.net> Sun, 06 Jan 2019 16:29:15 +0000
irrlicht (1.8.4+dfsg1-1) unstable; urgency=medium
* New upstream release.
- Remove gcc6.patch; applied upstream.
-- Vincent Cheng <vcheng@debian.org> Tue, 20 Sep 2016 22:54:13 -0700
irrlicht (1.8.3+dfsg1-2) unstable; urgency=medium
* Team upload
* Bump standards-version up.
* Rewrite Vcs-* fields (use https).
* Add an upstream patch to fix gcc 6 warnings and errors. (Closes: #811787)
-- Julien Puydt <julien.puydt@laposte.net> Wed, 06 Jul 2016 12:34:40 +0200
irrlicht (1.8.3+dfsg1-1) unstable; urgency=medium
* New upstream release.
- Fix the fix for compiling on GCC5 (thanks to est31 for report and patch)
(Closes: #798694)
-- Vincent Cheng <vcheng@debian.org> Sun, 13 Sep 2015 23:57:14 -0700
irrlicht (1.8.2+dfsg1-1) unstable; urgency=medium
* New upstream release.
- Drop make-build-reproducible.patch, obsolete.
* Build-dep on doxygen instead of doxygen-latex.
-- Vincent Cheng <vcheng@debian.org> Thu, 10 Sep 2015 12:26:34 -0700
irrlicht (1.8.1+dfsg1-2) unstable; urgency=medium
* Add patch to make build reproducible. (Closes: #788336)
* Update my email address.
* Update Standards version to 3.9.6, no changes required.
-- Vincent Cheng <vcheng@debian.org> Sun, 28 Jun 2015 21:18:26 -0700
irrlicht (1.8.1+dfsg1-1) unstable; urgency=medium
* New upstream release.
- Refresh patches.
* Update Standards version to 3.9.5, no changes required.
-- Vincent Cheng <Vincentc1208@gmail.com> Thu, 19 Dec 2013 22:04:44 -0800
irrlicht (1.8+dfsg1-2) unstable; urgency=low
* Upload to unstable.
* Update Standards version to 3.9.4, no changes required.
-- Vincent Cheng <Vincentc1208@gmail.com> Sun, 05 May 2013 09:15:14 -0700
irrlicht (1.8+dfsg1-1) experimental; urgency=low
* Upload to experimental.
* New upstream release.
- New soname, change package names in debian/control accordingly.
- Remove unneeded patches: correct-install.diff, remove-svn-soname.diff,
libpng15-support.diff, soname-fixes.diff.
- Refresh remaining patches.
* Add explicit build-depends on zlib1g-dev.
-- Vincent Cheng <Vincentc1208@gmail.com> Thu, 08 Nov 2012 21:11:09 -0800
irrlicht (1.7.3+dfsg1-4) unstable; urgency=medium
* Add debian/patches/soname-fixes.diff to fix soname issues (soname isn't
supposed to change), add corresponding shlibs file. (Closes: #675929)
* Remove lintian override.
-- Vincent Cheng <Vincentc1208@gmail.com> Mon, 04 Jun 2012 01:13:59 -0700
irrlicht (1.7.3+dfsg1-3) unstable; urgency=low
* Add debian/patches/fix-hurd-ftbfs.patch to fix FTBFS on hurd.
-- Vincent Cheng <Vincentc1208@gmail.com> Tue, 29 May 2012 21:44:50 -0700
irrlicht (1.7.3+dfsg1-2) unstable; urgency=low
* Convert to multi-arch.
* Fix suggests on irrlicht-doc -> libirrlicht-doc.
-- Vincent Cheng <Vincentc1208@gmail.com> Thu, 24 May 2012 01:15:51 -0700
irrlicht (1.7.3+dfsg1-1) unstable; urgency=low
* Acknowledge NMU; thanks to Didier Raboud and Matthias Klose for their work.
* New upstream release.
* Add myself to Uploaders.
* Add build-depends on doxygen-latex.
- Build doc during package build instead of shipping in orig tarball.
* Build-depend on libpng-dev instead of libpng12-dev. (Closes: #662380)
* Add patch libpng15-support.diff to fix FTBFS against libpng 1.5.
(Closes: #649947)
* Drop patch linker-options.diff; applied upstream.
* Remove explicit build-dep on quilt.
* Switch to dh 7 "rules.tiny" style debian/rules.
* Disable debug build (build with NDEBUG="true").
* Bump standards version to 3.9.3, no changes required.
* Bump dh compat level to 9.
-- Vincent Cheng <Vincentc1208@gmail.com> Wed, 02 May 2012 21:23:05 -0700
irrlicht (1.7.2+dfsg1-1.1) unstable; urgency=low
* Non-maintainer upload.
[ Didier Raboud ]
* Build-depend on libjpeg-dev instead of libjpeg62-dev (Closes: #634032)
* Import Ubuntu patch to fix build with recent compilers
[ Ubuntu: Matthias Klose ]
* Drop unknown linker options (Closes: #628282. LP: #771053)
-- Didier Raboud <odyx@debian.org> Wed, 09 Nov 2011 17:14:04 +0100
irrlicht (1.7.2+dfsg1-1) unstable; urgency=low
* New upstream release (LP: #715700)
* Debian specific new soname
* Bump Policy version to 3.9.1 -- no changes
-- Christoph Egger <christoph@debian.org> Sun, 20 Feb 2011 14:38:31 +0100
irrlicht (1.7.1+dfsg1-1) unstable; urgency=low
* New upstream release (LP: #525742)
-- Christoph Egger <christoph@debian.org> Thu, 11 Mar 2010 19:17:42 +0100
irrlicht (1.7+dfsg1-1) unstable; urgency=low
* New Upstream Release
* SoName bump, so rename the library
* Update copyright information
* Update repacking, killing newly embedded libbz2
* Build with RTTI (Closes: #568247)
* Update my E-Mail Address
-- Christoph Egger <christoph@debian.org> Wed, 03 Feb 2010 17:46:30 +0100
irrlicht (1.6+dfsg1-1) unstable; urgency=low
* New upstream Version
* This breaks ABI and API in quite some ways!
* Change name of the library package to reflect new soname
* Refresh patches
* Update get-orig-source target, debian/copyright file
* Needs mesa-common-dev >= 7.6 to build, reflected in build-deps
* Add patch arch-support
* Build with -fPIC instead of -fpic (Closes: #550349)
* Remove assumption that every sparc is runnign solaris
* Implement some real endian detection that gets triggered not only for
sparcs using endian.h
* Building on GNU/kFreeBSD and GNU/Hurd succedes if Linux joystick
support is disabled, doing so there
* call dh_link only with -plibirrlicht1.6, not with -a so the symlink is
only present in one package (Closes: 549481)
* Bump standards version (no changes)
-- Christoph Egger <debian@christoph-egger.org> Sat, 10 Oct 2009 23:47:15 +0200
irrlicht (1.5+dfsg1-1) unstable; urgency=low
[ Christoph Egger ]
* Initial release (Closes: #397255)
[ Gonéri Le Bouder ]
* clean the tarball up
-- Christoph Egger <debian@christoph-egger.org> Wed, 30 Sep 2009 01:29:49 +0200
|