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
|
lua-curl (0.3.0-9.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: Drop explicit Pre-Depends on multiarch-support
(Closes: #870549).
-- Aurelien Jarno <aurel32@debian.org> Sat, 20 Jan 2018 21:17:08 +0100
lua-curl (0.3.0-9.1) unstable; urgency=medium
* Non-maintainer upload.
* curl headers are now in the multiarch include form, use them.
(Closes: #852044)
-- Daniel Silverstone <dsilvers@digital-scurf.org> Sat, 28 Jan 2017 14:09:19 +0000
lua-curl (0.3.0-9) unstable; urgency=medium
* Fix FTBFS (Closes: #755338)
-- Enrico Tassi <gareuselesinge@debian.org> Wed, 27 Aug 2014 11:10:17 +0200
lua-curl (0.3.0-8) unstable; urgency=medium
* Ported to Lua 5.2 (thanks Igor Bogomazov) (Closes: #746213)
* Remove transitional packages
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 11 May 2014 17:13:22 +0200
lua-curl (0.3.0-7) unstable; urgency=low
* Fix Makefile to generate curl_authopt.h in a proper way
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 10 May 2012 10:52:01 +0200
lua-curl (0.3.0-6) unstable; urgency=low
* Switch to dh-lua
* Packages renamed according to the new Lua policy
* bumped standards-version to 3.9.3, no changes
* debian/compat set to 8
* Copyright format 1.0
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 10 May 2012 10:43:44 +0200
lua-curl (0.3.0-5) unstable; urgency=low
* buped standards-version to 3.9.2, no change needed
* multi-arch compliant (dh >= 8.1.3, lua5.1-policy >= 32)
-- Enrico Tassi <gareuselesinge@debian.org> Wed, 20 Jul 2011 22:28:09 +0200
lua-curl (0.3.0-4) unstable; urgency=low
* source format 3.0 quilt
* add make.patch to fix compilation with recent curl headers
* buped standards-version to 3.9.1, depend on liblua5.1-policy-dev >= 27
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 20 Feb 2011 14:45:06 +0100
lua-curl (0.3.0-3) unstable; urgency=low
* changed lua to Lua
* build-depend on lua5.1-policy-dev >= 22
* buped standards-version to 3.8.2, no change needed
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 21 Jul 2009 15:46:58 +0200
lua-curl (0.3.0-2) unstable; urgency=low
* upload to unstable
* standards version bumped to 3.8.1, no changes needed
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 15 Mar 2009 10:08:46 +0100
lua-curl (0.3.0-1) experimental; urgency=low
* New upstream release
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 25 Oct 2008 18:38:54 +0200
lua-curl (0.2.1-3) unstable; urgency=low
* Renamed cdbs deprecated variable
* Bumped standards versions
* Added Homepage control field
* Fixed package description
* Updated Vcs-* fields
* Moved -dev package to Section libdevel
* Commented test.dpatch to make lintian happy
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 22 Mar 2008 21:24:05 +0100
lua-curl (0.2.1-2) unstable; urgency=low
* Made control file binNMU safe
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 13 May 2007 21:06:39 +0200
lua-curl (0.2.1-1) unstable; urgency=low
* New upstream release that fixes large file support (Closes: #410360)
* Added a note about the documentation shipped within the -dev package
in the control file (Closes: #410005)
* Added conmpilation flags for large file support
* Added call to `lua5.1-policy-apply -r` to the clean:: hook
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 15 Feb 2007 17:11:54 +0100
lua-curl (0.2.0-4) unstable; urgency=low
* Moved to lua5.1-policy version 7
-- Enrico Tassi <gareuselesinge@debian.org> Fri, 13 Oct 2006 13:31:59 +0200
lua-curl (0.2.0-3) unstable; urgency=low
* added XS-X-Vcs-svn field to control file.
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 10 Sep 2006 14:44:40 +0200
lua-curl (0.2.0-2) unstable; urgency=low
* Fixed a typo in the package description.
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 10 Sep 2006 14:33:47 +0200
lua-curl (0.2.0-1) unstable; urgency=low
* Initial release. (Closes: #383798)
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 17 Aug 2006 20:15:23 +0200
|