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
|
oflib (0git20070620-9) unstable; urgency=medium
* Fix build with gcc-10. (Closes: #957628)
Add d/patches/fix-gcc-10.patch.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 14 Aug 2020 11:37:49 +0900
oflib (0git20070620-8) unstable; urgency=medium
* Update debian/control.
- Change Maintainer field. (Closes: #899854)
Maintainer: Debian Mactel <team+pkg-mactel-devel@tracker.debian.org>
- Update debhelper to 11.
- Bump Standards-Version to 4.1.4.
- Update description of package.
- Change Priority to optional.
* Update debian/copyright.
- Get rid of lintian 'insecure-copyright-format-uri'.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 02 Jun 2018 06:07:11 +0900
oflib (0git20070620-7) unstable; urgency=low
* Update debian/control.
- Bump Standard Version: 3.9.4
- Change Maintainer field and Add Uploaders field. (Closes: #688545)
Maintainer: Debian Mactel <pkg-mactel-devel@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
- Update debhelper to 9.
- Add libofapi-example package. This was separated from libofapi-dev.
- Add "Breaks: libofapi-dev (<= 0git20070620-6)" to libofapi-example.
- Add "Multi-Arch: same" to libofapi-dev.
* Update debian/copyright, convert to DEP5.
* Update debian/compat to 9.
* Convert debian/rules to dh.
* Enable hardening.
- Update patches/Makefile_mods_debian.patch.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 03 Jul 2013 08:15:11 +0900
oflib (0git20070620-6) unstable; urgency=low
* Multiarch conversion.
* debian/control:
+ Bump Standards-Version to 3.9.2 (no changes).
+ Bump debhelper build-dep to >= 8.1.3 for multiarch.
+ Add Pre-Depends: ${misc:Pre-Depends} to libofapi0.
+ Tag libofapi0 with Multi-Arch: same.
* debian/rules:
+ Add DEB_HOST_MULTIARCH to make install invocation.
* debian/*.install:
+ Adapt for multiarch.
* debian/*.dirs:
+ Removed; unneeded.
* debian/patches/Makefile_mods_debian.patch:
+ Take multiarch path into account.
-- Julien BLACHE <jblache@debian.org> Mon, 13 Jun 2011 10:15:04 +0200
oflib (0git20070620-5) unstable; urgency=low
* Switch to source format 3.0 (quilt).
* debian/control:
+ Bump Standards-Version to 3.9.1 (no changes).
+ Add ${misc:Depends} to libofapi-dev.
* debian/patches/fix_examples.patch:
+ Added; fix the soundbus example and enable it (closes: #609796).
-- Julien BLACHE <jblache@debian.org> Wed, 12 Jan 2011 18:34:14 +0100
oflib (0git20070620-4) unstable; urgency=low
* debian/control:
+ Bump Standards-Version to 3.7.3.
-- Julien BLACHE <jblache@debian.org> Sat, 01 Mar 2008 16:38:47 +0100
oflib (0git20070620-3) unstable; urgency=low
* Makefile:
+ Use $(MAKE) instead of make, needed for parallel builds.
-- Julien BLACHE <jblache@debian.org> Tue, 04 Dec 2007 13:52:28 +0100
oflib (0git20070620-2) unstable; urgency=low
* debian/rules:
+ Do not ignore errors from make clean.
-- Julien BLACHE <jblache@debian.org> Thu, 02 Aug 2007 18:39:00 +0200
oflib (0git20070620-1) unstable; urgency=low
* New snapshot.
+ Patches for the libofapi.so.0 soname merged upstream.
* debian/control:
+ Rename library package to libofapi0.
+ Use ${binary:Version} instead of ${Source-Version}.
* debian/copyright:
+ Updated upstream's email address.
-- Julien BLACHE <jblache@debian.org> Wed, 20 Jun 2007 21:01:43 +0200
oflib (0git20070301-1) unstable; urgency=low
* Initial release (Closes: #413022).
-- Julien BLACHE <jblache@debian.org> Thu, 1 Mar 2007 20:31:31 +0100
|