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 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
|
libxmu (2:1.1.2-2) unstable; urgency=medium
[ Andreas Boll ]
* Switch to dh with the autoreconf and quilt addons, fixing possible FTBFS
when building in parallel (closes: #801059). Thanks, Matthias Klose!
[ Julien Cristau ]
* Remove Cyril from Uploaders.
* Bump Standards-Version to 3.9.6, update Vcs-* control fields.
-- Julien Cristau <jcristau@debian.org> Sat, 14 Nov 2015 10:04:44 +0100
libxmu (2:1.1.2-1) unstable; urgency=low
* New upstream release.
* Add ${misc:Depends} to libxmu-headers.
* Use /usr/share/quilt/quilt.make instead of xsfbs for patching.
* Add build-{arch,indep} debian/rules targets.
* Bump debhelper compat level from 5 to 7.
-- Julien Cristau <jcristau@debian.org> Mon, 05 May 2014 14:13:01 +0200
libxmu (2:1.1.1-1) unstable; urgency=low
* New upstream release.
* Don't require (fake)root for debian/rules clean.
* Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per
configure.ac.
* Xmu.html no longer hardcodes the full path to xlogo.svg, drop sed call
from debian/rules.
* Remove David Nusinow from Uploaders.
* Bump debhelper build-dep for ${misc:Pre-Depends} usage.
-- Julien Cristau <jcristau@debian.org> Sat, 21 Apr 2012 10:50:11 +0200
libxmu (2:1.1.0-3) unstable; urgency=low
* Build for multiarch.
-- Steve Langasek <vorlon@debian.org> Fri, 21 Oct 2011 14:47:59 -0700
libxmu (2:1.1.0-2) unstable; urgency=low
[ Christopher James Halse Rogers ]
* debian/patches/01_dont_export_private_deps.patch:
- The Xmu.h header uses libXt symbols in a #define, so libXt is not a
private dep. With binutils-gold, the indirect dependency on Xt is not
considered when linking with Xmu so this causes build failures.
[ Julien Cristau ]
* Drop Pre-Depends on x11-common, only needed for upgrades from the
monolith.
-- Julien Cristau <jcristau@debian.org> Thu, 28 Apr 2011 14:10:11 +0200
libxmu (2:1.1.0-1) unstable; urgency=low
* New upstream release.
* Bump xutils-dev build-dep for new macros.
* Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
* Pass --with-xmlto and --without-fop (we want html and txt only).
* Pass --docdir=/usr/share/doc/libxmu-headers and add this directory to
libxmu-headers.install file.
* Remove the hardcoded path to the X logo in the Xmu.html file.
* Kill *.xml in the doc directory, no point in shipping them.
* Switch from --list-missing to --fail-missing for additional safety.
-- Cyril Brulebois <kibi@debian.org> Fri, 19 Nov 2010 08:42:29 +0100
libxmu (2:1.0.5-2) unstable; urgency=high
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
good reason. Thanks, Colin Watson!
* Remove myself from Uploaders
* Don't pass both -s and -Nfoo/-pfoo to dh_strip. This resulted in an empty
libxmuu1-dbg (Closes: #594500). Thanks to Luca Falavigna for the report.
[ Cyril Brulebois ]
* Add myself to Uploaders.
* Bump urgency to “high” for the RC bugfix. Thanks to Jakub Wilk as well
for the report.
-- Cyril Brulebois <kibi@debian.org> Sat, 04 Sep 2010 14:32:30 +0200
libxmu (2:1.0.5-1) unstable; urgency=low
[ Timo Aaltonen ]
* New upstream release.
+ Fix 64bit support (closes: #521887)
[ Julien Cristau ]
* Bump Standards-Version to 3.8.3.
-- Julien Cristau <jcristau@debian.org> Wed, 25 Nov 2009 19:20:17 +0100
libxmu (2:1.0.4-2) unstable; urgency=low
[ Julien Cristau ]
* Drop -1 debian revisions from build-deps.
* libxmu6{,-dbg}, libxmu-dev, libxmuu1{,-dbg} and libxmuu-dev don't need a
dependency on x11-common.
* Build libxmu-headers in binary-indep instead of binary-arch
(closes: #486418). Thanks, Martin Koeppe!
* Run autoreconf on build; build-depend on automake, libtool, xutils-dev.
* Handle parallel builds.
[ Brice Goglin ]
* Add a link to www.X.org and a reference to the upstream module
in the long description.
* Add upstream URL to debian/copyright.
* Add README.source, bump Standards-Version to 3.8.2.
* Use updated xsfbs, closes: #538587.
* Move -dbg packages to section debug.
-- Julien Cristau <jcristau@debian.org> Fri, 07 Aug 2009 14:30:36 +0200
libxmu (2:1.0.4-1) unstable; urgency=low
[ Julien Cristau ]
* New upstream release.
* Make libxmu*-dev depend on libxmu-headers (= ${source:Version}). Thanks,
Josh Triplett.
* Don't export private dependencies in xmu.pc and xmuu.pc. These
dependencies are handled by Requires.private.
* Due to the above, build-depend on quilt and apply the xsfbs patch rules.
* Update xsfbs to the latest version as of 2008-01-06.
* Add myself to Uploaders, and remove Branden and Fabio with their
permission.
* Bump Standards-Version to 3.7.3 (no changes).
* s/^XS-Vcs/Vcs/
[ Timo Aaltonen ]
* Bump the epoch so that this can be synced to Ubuntu in the future.
-- Julien Cristau <jcristau@debian.org> Thu, 17 Jan 2008 14:57:47 +0100
libxmu (1:1.0.3-1) unstable; urgency=low
* New upstream release.
* Install the upstream changelog.
* Remove outdated CVS information from the package descriptions, and add
XS-Vcs-Git and XS-Vcs-Browser.
* Fix package sections (libraries in libs, development stuff in libdevel).
* Use ${binary:Version} instead of ${Source-Version}.
-- Julien Cristau <jcristau@debian.org> Thu, 12 Apr 2007 13:40:07 +0200
libxmu (1:1.0.2-2) unstable; urgency=low
[ Andres Salomon ]
* Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
idempotency fix.
[ Drew Parsons ]
* dbg package has priority extra.
-- David Nusinow <dnusinow@debian.org> Wed, 30 Aug 2006 16:53:25 -0400
libxmu (1:1.0.2-1) experimental; urgency=low
* New upstream release
* Bump debhelper compat to 5
* Run dh_install with --list-missing
* Version the -headers package's x11-common pre-dep to use version 1:7.0.0
to match the rest of Debian and shut lintian up
* Bump standards version to 3.7.2.0
-- David Nusinow <dnusinow@debian.org> Mon, 3 Jul 2006 18:43:32 -0400
libxmu (1:1.0.1-3) unstable; urgency=low
* Reorder makeshlib command in rules file so that ldconfig is run
properly. Thanks Drew Parsons and Steve Langasek.
-- David Nusinow <dnusinow@debian.org> Tue, 18 Apr 2006 21:49:59 -0400
libxmu (1:1.0.1-2) unstable; urgency=low
* Upload to unstable
-- David Nusinow <dnusinow@debian.org> Thu, 23 Mar 2006 22:44:59 -0500
libxmu (1:1.0.1-1) experimental; urgency=low
* First upload to Debian
-- David Nusinow <dnusinow@debian.org> Thu, 29 Dec 2005 20:53:53 -0500
libxmu (1:6.2.3-5) breezy; urgency=low
* Also, libxmu-dev needs to depend on libxt-dev too.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 25 Jul 2005 09:43:47 +0000
libxmu (1:6.2.3-4) breezy; urgency=low
* Bump libxt-dev build-dep once more, _XOPEN_SOURCE begone!
-- Adam Conrad <adconrad@ubuntu.com> Sun, 24 Jul 2005 10:48:14 +0000
libxmu (1:6.2.3-3) breezy; urgency=low
* Make libxmu-dev depend on libxext-dev, since libxmu links to it.
-- Adam Conrad <adconrad@ubuntu.com> Sun, 24 Jul 2005 07:56:02 +0000
libxmu (1:6.2.3-2) breezy; urgency=low
* Bump Build-Depends on libx11-dev, libxext-dev and libxt-dev to avoid
_XOPEN_SOURCE.
-- Daniel Stone <daniel.stone@ubuntu.com> Sat, 23 Jul 2005 00:20:50 +1000
libxmu (1:6.2.3-1) breezy; urgency=low
* First libxmu release.
-- Daniel Stone <daniel.stone@ubuntu.com> Mon, 16 May 2005 22:10:17 +1000
|