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
|
lua5.1-policy (33) unstable; urgency=low
* Source format 3.0 (native)
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 21 Jul 2011 18:26:08 +0200
lua5.1-policy (32) unstable; urgency=low
* Some paths fixed to be Multi-Arch compliant
* Updated standards-version to 3.9.2, no changes
-- Enrico Tassi <gareuselesinge@debian.org> Wed, 20 Jul 2011 11:15:14 +0200
lua5.1-policy (31) unstable; urgency=low
* Rework liker lines, kudos to Colin (Closes: #627394, LP: #770817)
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 23 May 2011 22:17:26 +0200
lua5.1-policy (30) unstable; urgency=low
* SEGFAULT_SIGNALS=all for tests, so that SIGBUS is catched too
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 17 May 2011 16:32:45 +0200
lua5.1-policy (29) unstable; urgency=low
* use catchsegv when running tests (Thanks Peter Odding for suggesting that)
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 15 May 2011 20:37:19 +0200
lua5.1-policy (28) unstable; urgency=low
* app.c properly handles command line arguments read as "..."
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 09 May 2011 15:23:44 +0200
lua5.1-policy (27) unstable; urgency=low
* do not ship .la files
* removed libtool_lib from .pc (conforming with debian policy 3.9.1)
* updated standards-version to 3.9.1, no changes needed
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 20 Feb 2011 14:00:20 +0100
lua5.1-policy (26) unstable; urgency=low
* added -Wl,--no-add-needed to all linking commands, to ease the switch
biutils-gold
* new config variable CLIB_LDFLAGS_STATIC used when statically linking the
application test (only done if LUA_TEST is not empty)
* updated the doc mentioning CLIB_LDFLAGS_STATIC
* bumped Standards-version to 3.8.3, no changes needed
-- Enrico Tassi <gareuselesinge@debian.org> Fri, 13 Nov 2009 21:56:32 +0100
lua5.1-policy (25) unstable; urgency=low
* generate .h files with comments that conform C89
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 20 Aug 2009 19:07:03 +0200
lua5.1-policy (24) unstable; urgency=low
* lua.mk: fixed typo in ifdef, double inclusion was not avoided
* create-svn-layout: rules file svn-added after doing chmod a+x
* template watch file: set luaforge project number to XXX instead of
a valid, but wrong, one.
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 20 Aug 2009 17:34:07 +0200
lua5.1-policy (23) unstable; urgency=low
* added template rules file
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 20 Aug 2009 13:05:18 +0200
lua5.1-policy (22) unstable; urgency=low
* override LUA_INIT, avoids build failures in dirty environments
(Closes: #507408)
* CDBS class lua.mk, to essentially replace the standard debian/rules
* lua-policy-apply removed, not needed anymore since files are
directly used from /usr/share/
* bumped standards-version to 3.8.2, no changes needed
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 21 Jul 2009 18:17:30 +0200
lua5.1-policy (21) unstable; urgency=low
* use /usr/lib/ as libtool -rpath option
* fixed name in control, Lua instead of lua
* added ${misc:Depends} to control to make lintina happy
* bumped Standards-version to 3.8.1, no changes needed
* avoid double / in some path not adding it after $(PREFIX)
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 17 May 2009 19:19:07 +0200
lua5.1-policy (20) unstable; urgency=low
* relocated in the svn repository, thus Vcs-* have been updated accordingly
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 17 Apr 2008 10:52:39 +0200
lua5.1-policy (19) unstable; urgency=low
* Run tests setting HOME, some buildds (most notably mipsel) have HOME
set to an existing but not readable/writeable directory and that
makes some software (most notably svn) fail
* Fixed Vcs fields in control file
* Fixed spelling errors
-- Enrico Tassi <gareuselesinge@debian.org> Wed, 19 Mar 2008 16:39:26 +0100
lua5.1-policy (18) unstable; urgency=low
* fixed app.c.conf generation using package name dependent stamps so that it
is generated for every module.
-- Enrico Tassi <gareuselesinge@debian.org> Wed, 12 Dec 2007 19:21:26 +0100
lua5.1-policy (17) unstable; urgency=low
* removed -e in echo so that it is dash compatible (Thanks Michael Bienia
for spotting that)
* added Homepage control field
* updated to debian-policy 3.7.3
* removed X- from XS-VCS-Svn control field
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 10 Dec 2007 21:40:04 +0100
lua5.1-policy (16) unstable; urgency=low
* Fixed regression in handling install.in files introduced in the former
release.
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 14 Oct 2007 15:54:37 +0200
lua5.1-policy (15) unstable; urgency=low
* Fixed a syntax error in Makefile.Debian.single
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 11 Sep 2007 23:41:27 +0200
lua5.1-policy (14) unstable; urgency=low
* .install files are not removed by mistake anymore
* Default watch file now uses .tar.gz instead of .tgz
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 11 Sep 2007 23:23:50 +0200
lua5.1-policy (13) unstable; urgency=low
* Renamed obesolete cdbs variable: TEST_TARGET -> CHECK_TARGET
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 28 Jul 2007 16:49:37 +0200
lua5.1-policy (12) unstable; urgency=low
* Moved from DEB_MAKE_TEST_TARGET to DEB_MAKE_CHECK_TARGET since the
former is obsolete
* Tests are run only if DEB_HOST_ARCH and DEB_BUILD_ARCH are equal
-- Enrico Tassi <gareuselesinge@debian.org> Fri, 22 Jun 2007 17:35:31 +0100
lua5.1-policy (11) unstable; urgency=low
* Removed post-test-hook from the sample configuration file
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 19 Jun 2007 10:39:24 +0100
lua5.1-policy (10) unstable; urgency=low
* Fixed sublte bug in the clean target that was not removing .libs/
in subdirectories
-- Enrico Tassi <gareuselesinge@debian.org> Wed, 16 May 2007 15:06:13 +0200
lua5.1-policy (9) unstable; urgency=low
* fixed svn repository url in control file
* added a clarification about (pre|post)-clean-hook makefile hooks
* added (pre|post)-clean-hook in the sample configuration file
* removed bashisms, thanks Alexandre Erwin for bugreporting
-- Enrico Tassi <gareuselesinge@debian.org> Fri, 23 Feb 2007 10:47:11 +0100
lua5.1-policy (8) unstable; urgency=low
* added -r --reverse option to lua5.1-policy-apply that should be hooked
to the clean:: target
* updated doc and templates according to the new option
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 15 Feb 2007 11:41:16 +0100
lua5.1-policy (7) unstable; urgency=low
* Fixed statically/dynamically linked app.c tests using package.preload
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 23 Dec 2006 18:52:18 +0100
lua5.1-policy (6) unstable; urgency=low
* app.c now supports argument passing as the lua interpreter does.
You can now pass arguments to the tests scripts.
* Tests are skipped if LUA_TEST field is empty
* Support for multiple packages from the same source package (i.e.
bindings with multiple backends like luasql or luacrypto).
* Makefile.Debian renamed to Makefile.Debian.single
* Added the "iterator" Makefile.Debian.multiple
* lua5.1-policy-apply now adds a symbolic link:
Makefile.Debian -> Makefile.Debian.multiple
* Updated policy.txt accordingly.
* Added XS-X-Vcs-svn to control.
-- Enrico Tassi <gareuselesinge@debian.org> Fri, 6 Oct 2006 22:17:23 +0200
lua5.1-policy (5) unstable; urgency=low
* Fixed an inverted conditional expression that prevented the setting
of mergeWithUpstream svn property.
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 3 Oct 2006 13:36:22 +0200
lua5.1-policy (4) unstable; urgency=low
* Fixed Makefile.Debian so that no -doc package is assumed.
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 16 Sep 2006 12:28:42 +0200
lua5.1-policy (3) unstable; urgency=low
* Some minor issues fixed:
- no more -doc/-dev distinction (always -dev)
- added mention of '-' as a separator between the package name and the abi
if the package name ands with a digit
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 16 Sep 2006 11:59:07 +0200
lua5.1-policy (2) unstable; urgency=low
* added Recommends: subversion (the
lua5.1-policy-create-svnbuildpackage-layout now works even if subversion
is not available)
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 28 Aug 2006 15:42:24 +0200
lua5.1-policy (1) unstable; urgency=low
* Initial release. (Closes: #384743)
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 26 Aug 2006 15:07:15 +0200
|