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
|
tinyscheme (1.42.svn.2020.06.04-2) unstable; urgency=medium
* List self as maintainer, per MIA team request (closes: #871237)
-- Barak A. Pearlmutter <bap@debian.org> Mon, 08 Jun 2020 23:11:24 +0100
tinyscheme (1.42.svn.2020.06.04-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Barak A. Pearlmutter ]
* Trim trailing whitespace.
* Use secure URI in debian/watch.
* Bump debhelper from old 10 to 13.
* Set debhelper-compat version in Build-Depends.
* New upstream release
* Merge upstream changes
* Bump policy
* Rules-Requires-Root: no
* non-build-breaking typo in debian/rules
-- Barak A. Pearlmutter <bap@debian.org> Mon, 08 Jun 2020 11:21:06 +0100
tinyscheme (1.41.svn.2016.03.21-1) unstable; urgency=medium
* Merge NMU
* Bump to debhelper 10
* Bump standards version, no changes required
* Harden
* Merge upstream changes
-- Barak A. Pearlmutter <bap@debian.org> Wed, 03 May 2017 13:30:55 +0100
tinyscheme (1.41-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "ftbfs with GCC-5": add patch from Nicholas Luedtke:
Removed inline from function signatures to work with test cases.
(Closes: #778146)
-- gregor herrmann <gregoa@debian.org> Sun, 19 Jul 2015 16:15:11 +0200
tinyscheme (1.41-1) unstable; urgency=low
* New upsteram version.
-- Barak A. Pearlmutter <bap@debian.org> Mon, 22 Apr 2013 07:41:32 +0100
tinyscheme (1.40.svn.2012.12.14-1) unstable; urgency=low
* Hijack package.
* Update Debian packaging scripts
- add watch file from qa.debian.org
- source format 3.0
- move upstream mods to debian/patches/
- dh 9
- add self to uploaders
- bump policy version (no changes required)
- add pointer to upstream svn repo to debian/copyright
- add homepage field
- add vcs fields
* New upstream version.
- forward port debian patches through dos2unix hassles
- patch to scheme.c obsoleted by upstream mods, remove
* Address lintian man page hyphen dash slash concerns
* Migrate man page installation from makefile patch to debian/manpages
* Write and engage custom debian/Makefile that uses implicit rules thus
allowing hardening flags to flow via the default mechanisms.
* Migrate #define tweaks from scheme.h patch to debian/Makefile.
* Remove -fpic from debian/Makefile: not building shared library.
* Merge with upstream development snapshot.
- Trunk of upstream svn repo, commit date 14-Dec-2014.
- Consists almost entirely of bug fixes.
-- Barak A. Pearlmutter <bap@debian.org> Tue, 19 Feb 2013 14:39:02 +0000
tinyscheme (1.37-3.1) unstable; urgency=medium
* Non-maintainer upload.
* scheme.c:
- Apply patch from upstream CVS (revno 1.13 and 1.21) to fix a
segfault when invoking let or letrec (Closes: #380439).
- Apply patch from upstream CVS (revno 1.7) to fail gracefully when
mk_vector is out of memory (Closes: #499887).
-- Luca Falavigna <dktrkranz@ubuntu.com> Wed, 24 Sep 2008 01:15:22 +0200
tinyscheme (1.37-3) unstable; urgency=low
* took away rest of references about "ts".
-- Panu Kalliokoski <atehwa@sange.fi> Fri, 12 May 2006 15:32:57 +0300
tinyscheme (1.37-2) unstable; urgency=low
* Added a get-orig-source rule in debian/rules.
* Dropped manpage building so that it doesn't have to build-depend on
stx2any and moved it into debian/.
* Changed Uploaders: field.
* Renamed the program from ts to tinyscheme.
-- Panu Kalliokoski <atehwa@sange.fi> Tue, 25 Apr 2006 15:45:46 +0300
tinyscheme (1.37-1) unstable; urgency=low
* New upstream version.
-- Panu Kalliokoski <atehwa@sange.fi> Wed, 19 Apr 2006 23:33:02 +0300
tinyscheme (1.35-5) unstable; urgency=low
* Checked spelling of debian/ files
* fixes from debian-mentors
* first upload (closes: #234854)
-- Panu Kalliokoski <atehwa@sange.fi> Wed, 1 Mar 2006 15:17:42 +0200
tinyscheme (1.35-4) unstable; urgency=low
* fixed lintian errors
* added manual page
-- Panu Kalliokoski <pkalliok@juiblex.it.helsinki.fi> Tue, 28 Feb 2006 12:48:42 +0200
tinyscheme (1.35-3) unstable; urgency=low
* fixed bug: ts should be able to find init.scm.
* documented binary name
-- Panu Kalliokoski <atehwa@sange.fi> Tue, 11 Jan 2005 00:46:01 +0200
tinyscheme (1.35-2) unstable; urgency=low
* Property lists and math functions compiled in.
-- Panu Kalliokoski <atehwa@sange.fi> Tue, 11 Jan 2005 00:36:12 +0200
tinyscheme (1.35-1) unstable; urgency=low
* Initial Release.
* debianised by dh_make.
-- Panu Kalliokoski <atehwa@sange.fi> Mon, 10 Jan 2005 23:13:42 +0200
|