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 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
|
libx86 (1.1+ds1-12) unstable; urgency=medium
* New maintainer (Closes: #925042)
* debian/control:
- Bump Standards-Version to 4.5.0.
- Update Vcs-* fields to use a new git repo under Salsa Debian
* debian/rules:
- Add DEB_BUILD_MAINT_OPTIONS = hardening=+all
- Remove override_dh_strip
* debian/libx86.symbols:
- Add symbols of libx86
* debian/copyright:
- Add comment for fixing lintian warning
-- Seunghun Han <kkamagui@gmail.com> Mon, 27 Apr 2020 21:30:35 +0900
libx86 (1.1+ds1-11) unstable; urgency=medium
* QA upload.
* Upload to unstable.
* Orphan the package and set maintainer to be Debian QA Group.
* debian/control:
+ Use "Rules-Requires-Root: no".
+ Bump Standards-Version to 4.4.1.
-- Boyuan Yang <byang@debian.org> Sat, 14 Dec 2019 11:46:01 -0500
libx86 (1.1+ds1-10.3~exp1) experimental; urgency=medium
* Non-maintainer upload.
* debian/: Apply "wrap-and-sort -abst".
* debian/control:
+ Bump Standards-Version to 4.3.0.
+ Bump debhelper compat to v12.
+ Update Vcs-* fields to use git repo under Salsa Debian
Group. (Closes: #677190)
- Drop libx86-dbg in favour of automatic debug packages.
(Closes: #698370)
* debian/rules:
+ Use architecture.mk instead of manual dpkg-architecture
invocation.
+ Use "dh_missing --fail-missing".
* debian/*.dirs: Removed, useless now.
* debian/compat: Removed, useless now.
* debian/libx86-1.install: Install files under /usr/lib/ instead
of /lib/ to cope with upcoming usrmerge.
* debian/copyright: Rewrite using machine-readable copyright
format.
* debian/watch: Use secure uri.
-- Boyuan Yang <byang@debian.org> Sun, 17 Mar 2019 15:00:41 -0400
libx86 (1.1+ds1-10.2) unstable; urgency=medium
* Non-maintainer upload.
* Compile wth -O1 as warkaround for illegal instruction on "dpms off".
(Closes: #851263)
-- Adrian Bunk <bunk@debian.org> Thu, 26 Jan 2017 10:35:37 +0200
libx86 (1.1+ds1-10.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove explicit setting of compression type (Closes: #833251)
Patch from Hilko Bengen, thanks.
-- Christian Hofstaedtler <zeha@debian.org> Mon, 19 Dec 2016 09:43:32 +0000
libx86 (1.1+ds1-10) unstable; urgency=low
* Build with x86emu
Patch by Evgeni Golov
Closes: #492470
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 09 Jun 2012 08:51:37 +1000
libx86 (1.1+ds1-9) unstable; urgency=low
* Build architectures are any-i386 and any-amd64 only
Closes: #654399, #570676, #398249
* Comment out "export DEB_BUILD_MAINT_OPTIONS = hardening=+all"
Closes: #676584
-- Anibal Monsalve Salazar <anibal@debian.org> Fri, 08 Jun 2012 08:39:13 +1000
libx86 (1.1+ds1-8) unstable; urgency=low
* Debian source format is 3.0 (quilt)
* Standards version is 3.9.3
* DH compatibility level is 9
* Add multiarch support
* Use hardening options
* Fix typo in Vcs-Browser
Patch by Jakub Wilk
Closes: #634832
-- Anibal Monsalve Salazar <anibal@debian.org> Tue, 05 Jun 2012 20:14:53 +1000
libx86 (1.1+ds1-7) unstable; urgency=low
* Fix debian-rules-missing-recommended-target
* Fix out-of-date-standards-version
-- Anibal Monsalve Salazar <anibal@debian.org> Fri, 01 Jul 2011 23:01:15 +1000
libx86 (1.1+ds1-6) unstable; urgency=low
* New maintainer
Closes: 546252
* Fix out-of-date-standards-version
* Fix patch-system-but-no-source-readme
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 12 Sep 2009 11:02:59 +1000
libx86 (1.1+ds1-5) unstable; urgency=low
* Orphaning the package.
-- David Paleino <d.paleino@gmail.com> Sat, 12 Sep 2009 00:43:30 +0200
libx86 (1.1+ds1-4) unstable; urgency=medium
* debian/patches/series:
- disable 01-update_lrmi.patch, 0.10 dropped support for anything
!x86, asked upstream to take a look and eventually update the
base source code (Closes: #533259)
- 01-fix_processor_flags.patch re-added.
* debian/patches/01-fix_processor_flags.patch: description added
* debian/control: Standards-Version bumped to 3.8.2 (no changes needed)
-- David Paleino <d.paleino@gmail.com> Tue, 23 Jun 2009 21:06:58 +0200
libx86 (1.1+ds1-3) unstable; urgency=low
* debian/watch updated to use dversionmangle
* debian/patches/:
- 00-fix_Makefile.patch: description added
- 01-fix_processor_flags.patch removed, merged in LRMI upstream
- 01-update_lrmi.patch added, LRMI updated to 0.10
* debian/README.Debian-source updated with information about quilt
* debian/control:
- removed duplicate Section fields
- extended long description for libx86-1 (make lintian happy)
- debhelper B-D bumped to >= 7.0.50
- quilt B-D bumped to >= 0.46-7~ to use --with quilt in debian/rules
- added ${misc:Depends} to libx86-dev dependencies
- packaging moved to git, updating Vcs-* fields
- DMUA set
- Standards-Version bumped to 3.8.1 (no changes needed)
- put libx86-dbg into "debug" Section
* debian/rules:
- updated to dh7
- don't uselessly try to parallel-build it... (fixes FTBFS with dh7
layout)
- use --with quilt
* debian/compat bumped to 7
* debian/copyright updated
-- David Paleino <d.paleino@gmail.com> Fri, 12 Jun 2009 22:19:30 +0200
libx86 (1.1+ds1-2) unstable; urgency=low
* Disable the x86emu backend for lpia architecture (Closes: #488100)
* debian/patches/:
- 01-fix_processor_flags.patch added, Linux 2.6.26-rc1 and newer no
longer define *_MASK; use X86_EFLAGS_* instead (thanks to Colin
Watson) (Closes: #488101)
* debian/control:
- Standards-Version bumped to 3.8.0:
+ debian/rules improved to allow parallel building $(MAKE) jobs.
-- David Paleino <d.paleino@gmail.com> Thu, 26 Jun 2008 14:43:35 +0200
libx86 (1.1+ds1-1) unstable; urgency=low
* New upstream release
- fix mmap() call, which segfaulted on NX-capable kernels/arches
- handle reading addresses that are outside the process range with
the x86emu backend
* Make libx86 build again on Arch: any (Closes: #478186)
- debian/rules updated
- debian/control updated
* debian/patches:
- 00-fix_Makefile.patch updated
- 01-read_addresses_outside_process_range_x86emu.patch removed, applied
upstream.
- 02-fix_memory_mmap_flags.patch removed, applied upstream.
-- David Paleino <d.paleino@gmail.com> Fri, 30 May 2008 18:45:05 +0200
libx86 (0.99+ds1-2) unstable; urgency=low
* Make libx86 mmap memory with PROT_EXEC flag set (Closes: #476586)
(debian/patches/02-fix_memory_mmap_flags.patch added -- thanks to
Klaus S. Madsen)
* debian/control:
- build the package only on i386 and amd64
- removed libc6-dev from Build-Depends
-- David Paleino <d.paleino@gmail.com> Fri, 25 Apr 2008 10:27:24 +0200
libx86 (0.99+ds1-1) unstable; urgency=low
* Adopting the package (Closes: #459900)
* Acknowledge previous NMUs
* debian/watch added
* debian/{dirs,docs} removed
* debian/libx86-1.shlibs added
* debian/control:
- Standards-Version updated (no changes needed)
- Maintainer updated
- added new package "libx86-dbg", which provides debugging symbols
- Vcs-Svn and Vcs-Browser added: the package is now in collab-maint
- Homepage field added
- added quilt to Build-Depends
* debian/rules updated:
- removed useless and commented dh_* calls
- failsafe $(MAKE) clean
- removed useless configure target
- support quilt patch system
- other minor changes
* debian/copyright rewritten
* debian/README.Debian-source added
* debian/patches:
- 00-fix_Makefile.patch added (merging changes to upstream
sources, made by the previous maintainer, into a nice quilt
patch)
- 01-read_addresses_outside_process_range_x86emu.patch
added (imported from Ubuntu version 0.99-1.2ubuntu2)
-- David Paleino <d.paleino@gmail.com> Sat, 09 Feb 2008 10:50:44 +0100
libx86 (0.99-1.2) unstable; urgency=low
* Non-maintainer upload.
* Move libx86.so.1 to /lib
(https://launchpad.net/ubuntu/+source/libx86/+bug/83920).
-- Colin Watson <cjwatson@debian.org> Thu, 8 Feb 2007 09:08:05 +0000
libx86 (0.99-1.1) unstable; urgency=low
* Non-maintainer upload with maintainer consent.
* debian/rules, Makefile: Fix some misuses of make that prevented x86emu
from being used on amd64 systems.
-- Colin Watson <cjwatson@debian.org> Tue, 6 Feb 2007 16:01:55 +0000
libx86 (0.99-1) unstable; urgency=low
* Initial release
-- Matthew Garrett <mjg59@srcf.ucam.org> Sun, 29 Oct 2006 18:43:31 +0000
|