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
|
jimtcl (0.73-3) unstable; urgency=low
* Build static flavour and ship it in libjim-dev. (Closes: #677966)
* Bump Standards-Version to 3.9.3 without changes needed.
-- Didier Raboud <odyx@debian.org> Tue, 19 Jun 2012 09:02:28 +0200
jimtcl (0.73-2) unstable; urgency=medium
* Backport two fixes from upstream's git for bugs affecting usb-modeswitch.
- [b5fcd96] Space allocated for exec env may be one byte short
- [695c66c] Fix glob with patterns containing spaces
* Rise urgency to medium as testing's usb-modeswitch is affected.
-- Didier Raboud <odyx@debian.org> Mon, 30 Jan 2012 23:21:34 +0100
jimtcl (0.73-1) unstable; urgency=low
* New 0.73 upstream release.
- Delete the nvp extension.
* Update debian/rules to cope with nvp deletion.
* Bump SONAME to 0debian2 :
- Rename libjim0debian1 to libjim0debian2;
- Remove 23 nvp-related symbols;
- Add 29 new 0.73 symbols.
-- Didier Raboud <odyx@debian.org> Tue, 03 Jan 2012 14:54:03 +0100
jimtcl (0.72-1) unstable; urgency=low
* Initial release of jimtcl to Debian (Closes: #645898).
* Start from upstream's packaging, with some refreshing:
- Bump debhelper compat to 9, for automated buildflags and multiarch.
- Bump Build-Depends version.
- Add source.lintian-overrides.
- Bump Standards-Version to 3.9.2.
- Add Build-Depends on dpkg-dev 1.16.1 to use the makefile snippets.
- Push packaging to Debian's Alioth's collab-maint, update VCS-* fields
accordingly.
- Rename shell package to jimsh.
- Add library and -dev packages.
- Install the library to multiarch paths.
- Enforce a Debian-specific SONAME (0debian1) with debian/rules trickery,
also track exported symbols.
- Enhance debian/copyright:
- refer to BSD-2-clause;
- mention files under Apache-2.0;
- mention licensing and copyright holders of debian/.
- mention licensing and copyright holders of autosetup/.
- Add myself as Maintainer.
-- Didier Raboud <odyx@debian.org> Wed, 19 Oct 2011 17:11:49 +0200
|