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
|
gdb-mingw-w64 (10.4) unstable; urgency=medium
* Disable package mangling in Launchpad.
-- Stephen Kitt <skitt@debian.org> Mon, 19 Sep 2016 20:36:37 +0200
gdb-mingw-w64 (10.3) unstable; urgency=medium
* Suggest the non-free gdb-doc package since that's where gdb.1 is
nowadays.
* Switch to https: VCS URIs (see #810378).
* Build-depend on g++-mingw-w64; versions of gdb after 7.11 need a C++
compiler (this should fix the Ubuntu build failure).
* Clean up debian/control with cme.
* Standards-Version 3.9.8, no change required.
-- Stephen Kitt <skitt@debian.org> Sun, 18 Sep 2016 15:24:11 +0200
gdb-mingw-w64 (10.2) unstable; urgency=medium
* Build using the system-provided zlib1g (and build-depend on
zlib1g-dev).
* Switch to debhelper compatibility level 9.
* Build-depend on libbabeltrace-ctf-dev and libbabeltrace-dev to
support CTF files.
* Build-depend on gdb-source 7.10 or later so the builds are at least
equivalent to the last binNMU.
-- Stephen Kitt <skitt@debian.org> Mon, 28 Dec 2015 23:18:32 +0100
gdb-mingw-w64 (10.1) unstable; urgency=medium
* Build-depend on mig on hurd.
-- Stephen Kitt <skitt@debian.org> Sun, 31 May 2015 22:55:47 +0200
gdb-mingw-w64 (10) unstable; urgency=medium
* Disable PE timestamps in the generated Windows executables; this
allows the package to build reproducibly.
* Update licensing information.
* Standards-Version 3.9.6, no change required.
-- Stephen Kitt <skitt@debian.org> Sat, 30 May 2015 22:56:30 +0200
gdb-mingw-w64 (9) unstable; urgency=medium
* gdb version 7.7 no longer ships target-specific manpages; instead of
shipping the built versions, link to gdb's manpage. (This allows
building on Ubuntu.)
* Build-depend on libcloog-isl-dev instead of libcloog-ppl-dev.
-- Stephen Kitt <skitt@debian.org> Fri, 30 May 2014 22:30:41 +0200
gdb-mingw-w64 (8) unstable; urgency=medium
* Avoid using "-Werror" (Closes: #746850).
* Standards-Version 3.9.5, no change required.
-- Stephen Kitt <skitt@debian.org> Wed, 07 May 2014 07:13:30 +0200
gdb-mingw-w64 (7) unstable; urgency=low
* Drop unused, target-specific build-dependencies (in particular
libunwind7-dev to help the libunwind transition).
-- Stephen Kitt <skitt@debian.org> Sat, 29 Jun 2013 17:09:06 +0200
gdb-mingw-w64 (6) unstable; urgency=low
* gdb no longer builds gdbtui, so stop trying to install it.
* Switch to my Debian address.
* Drop "DM-Upload-Allowed".
* Use canonical VCS URIs.
* Standards-Version 3.9.4, no change required.
-- Stephen Kitt <skitt@debian.org> Sun, 09 Jun 2013 13:27:29 +0200
gdb-mingw-w64 (5) unstable; urgency=low
* Drop gdb-spelling-fixes.patch completely now that 7.4 is in Debian;
build-depend on gdb-source 7.4 or later.
* Use "-a" and "-i" instead of listing architecture-dependent and
-independent packages explicitly.
* Standards-Version 3.9.3, no change required.
* wrap-and-sort control files.
* Export dpkg-buildflags' settings when building as well as configuring
so the fortified functions end up being used correctly.
* Build-depend on gcc-mingw-w64 rather than mingw-w64, we only need a C
compiler.
* Update debian/copyright format URL and years.
-- Stephen Kitt <steve@sk2.org> Thu, 24 May 2012 23:23:45 +0200
gdb-mingw-w64 (4) unstable; urgency=low
* gdb-spelling-fixes.patch is applied upstream in version 7.4, so
avoid failing if the patch is already applied (LP: #935097).
-- Stephen Kitt <steve@sk2.org> Sat, 18 Feb 2012 22:56:24 +0100
gdb-mingw-w64 (3) unstable; urgency=low
[ Stephen Kitt ]
* Disable stackprotector, relro, bindnow and pie dpkg-buildflags
hardening features for Windows-targeted builds (LP: #891102).
[ Didier Raboud ]
* Confidently setting the DM-Upload-Allowed flag to yes.
-- Stephen Kitt <steve@sk2.org> Tue, 22 Nov 2011 18:06:28 +0100
gdb-mingw-w64 (2) unstable; urgency=low
* Make the build target only depend on build-arch, so that the build
target no longer requires Build-Depends-Indep dependencies; the binary
target still does the right thing so the "Architecture: all" package
can be built.
-- Stephen Kitt <steve@sk2.org> Thu, 29 Sep 2011 00:07:05 +0200
gdb-mingw-w64 (1) unstable; urgency=low
* Split off "Architecture: all" package.
* Switch to single-number versions and add the gdb-mingw-w64 version to
the resulting binary package's version.
* Refresh gdb-spelling-fixes.patch (Closes: #643556); build-depend on
gdb-source 7.3 or later as a result.
-- Stephen Kitt <steve@sk2.org> Tue, 27 Sep 2011 23:36:02 +0200
gdb-mingw-w64 (0.1) unstable; urgency=low
* Initial release (Closes: #570255, #626588).
-- Stephen Kitt <steve@sk2.org> Thu, 12 May 2011 20:48:48 +0200
|