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
|
ocaml-usb (1.3.1-6) unstable; urgency=medium
* Fix build with OCaml 5.x
* Build-Depend on pkgconf instead of pkg-config
* Bump debian/watch version to 4
-- Stéphane Glondu <glondu@debian.org> Tue, 18 Jun 2024 09:08:46 +0200
ocaml-usb (1.3.1-5) unstable; urgency=medium
[ Stéphane Glondu ]
* Bump Standards-Version to 4.6.2
[ Debian Janitor ]
* Set upstream metadata fields
* Remove constraints unnecessary since buster (oldstable)
-- Stéphane Glondu <glondu@debian.org> Sat, 02 Sep 2023 08:09:45 +0200
ocaml-usb (1.3.1-4) unstable; urgency=medium
* Bump debhelper compat level to 13
* Bump Standards-Version to 4.5.0
* Add empty override_dh_dwz to prevent FTBFS
-- Stéphane Glondu <glondu@debian.org> Tue, 28 Jul 2020 11:22:39 +0200
ocaml-usb (1.3.1-3) unstable; urgency=medium
* Fix FTBFS on native architectures
-- Stéphane Glondu <glondu@debian.org> Fri, 24 Jan 2020 13:53:06 +0100
ocaml-usb (1.3.1-2) unstable; urgency=medium
* Fix FTBFS on bytecode architectures
-- Stéphane Glondu <glondu@debian.org> Fri, 24 Jan 2020 11:46:24 +0100
ocaml-usb (1.3.1-1) unstable; urgency=medium
[ Stéphane Glondu ]
* New upstream release (Closes: #933993)
* Update Vcs-*
* Update Homepage and debian/watch
* Bump debhelper compat level to 12
* Bump Standards-Version to 4.4.1
* Add Rules-Requires-Root: no
[ Nicolas Dandrimont ]
* d/control: remove myself from Uploaders
-- Stéphane Glondu <glondu@debian.org> Thu, 23 Jan 2020 09:12:14 +0100
ocaml-usb (1.3.0-4) unstable; urgency=medium
* Add ocamlbuild to Build-Depends
* Update Vcs-*
-- Stéphane Glondu <glondu@debian.org> Thu, 27 Jul 2017 09:54:08 +0200
ocaml-usb (1.3.0-3) unstable; urgency=medium
* Add camlp4 to Build-Depends
-- Stéphane Glondu <glondu@debian.org> Fri, 16 Oct 2015 10:30:18 +0200
ocaml-usb (1.3.0-2) unstable; urgency=low
* Fix FTBFS on armel
-- Stéphane Glondu <glondu@debian.org> Fri, 10 May 2013 20:09:30 +0200
ocaml-usb (1.3.0-1) unstable; urgency=low
* New upstream release
* Use format version 1.0 in debian/copyright
* Bump Standards-Version to 3.9.4
* Bump debhelper compat level to 8
-- Stéphane Glondu <glondu@debian.org> Thu, 09 May 2013 23:40:59 +0200
ocaml-usb (1.2.0-2) unstable; urgency=low
* Add patch to include stdint.h before libusb.h (fixes FTBFS on
kfreebsd-*)
-- Stéphane Glondu <glondu@debian.org> Sat, 02 Jul 2011 12:17:46 +0200
ocaml-usb (1.2.0-1) unstable; urgency=low
* New upstream release
- Bump required Lwt version to 2.3.0 (Closes: #628335)
- Drop 0001-Move-the-cmxs-rule-to-Before_rules.patch
* Make the -dev package depend on libusb-1.0-0-dev
* Add patch to fix the initialization of libusb
* Bump Standards-Version to 3.9.2 (no changes)
-- Nicolas Dandrimont <nicolas.dandrimont@crans.org> Sat, 28 May 2011 16:29:16 +0200
ocaml-usb (1.0-1) unstable; urgency=low
* New upstream release
- add 0001-Move-the-cmxs-rule-to-Before_rules.patch
* Fix debian/watch
* Bump Standards-Version to 3.8.4 (no changes)
* Upload to unstable
-- Stéphane Glondu <glondu@debian.org> Thu, 29 Apr 2010 07:40:13 +0200
ocaml-usb (1.0~rc1-1) experimental; urgency=low
* Initial release (Closes: #552366)
-- Stéphane Glondu <glondu@debian.org> Sat, 07 Nov 2009 18:58:45 +0100
|