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
|
ftjam (2.5.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Applied patch from Brian M. Carlson to build with -fno-strict-aliasing.
(closes: #372470)
-- Frederic Peters <fpeters@debian.org> Sat, 29 Sep 2007 23:30:27 +0200
ftjam (2.5.2-1) unstable; urgency=low
* New upstream release.
* Sync'd patches and packaging from jam_2.5rel-1.
* Fixed Jamrules.in to workaround autoconfiscation problem.
* Updated extended description to match the jam one.
* Updated debian/watch.
* Updated to debhedlper v5: use misc:Depends.
* Bumbed Standards-Version to 3.7.2, no change.
-- Yann Dirson <dirson@debian.org> Thu, 8 Jun 2006 00:00:18 +0200
ftjam (2.3.5-4) unstable; urgency=low
* Fixed debian/watch not to look at perforce jam.
* Bumped Standards-Version to 3.6.1, no change.
-- Yann Dirson <dirson@debian.org> Sat, 30 Oct 2004 14:49:11 +0200
ftjam (2.3.5-3) unstable; urgency=low
* Parametrized package name in manpage and use it in the path to html
doc (Closes: #113478).
* Tuned copyright file for lintian to be happy.
-- Yann Dirson <dirson@debian.org> Wed, 4 Jun 2003 11:50:10 +0200
ftjam (2.3.5-2) unstable; urgency=low
* Rebuilt with current debhelper, for current policy.
* Use debian/compat, build-dep on debhelper 3.4.4.
* Use build options as per current policy (-g -O2).
* Bumped Standards-Version to 3.5.10.
-- Yann Dirson <dirson@debian.org> Sun, 1 Jun 2003 22:27:58 +0200
ftjam (2.3.5-1) unstable; urgency=low
* New package, based on package `jam' (Closes: #112476).
* Applied patches from package jam to get executable permissions default
to 755 and 4755 instead of 711 and 4711, and to fix a typo in the doc.
* Install binary as ftjam to avoid conflicting with jam.
* Provide /usr/bin/jam alternative with priority higher than jam.
* Conflict with versions of package jam not providing alternative.
* Reactivated manpage build from SGML now that the converter works
again; added build-dep.
* Ensure shipped generated files are rebuilt - build-dep on bison.
-- Yann Dirson <dirson@debian.org> Wed, 19 Sep 2001 00:23:02 +0200
jam (2.3.2-2) unstable; urgency=low
* Added a docbook manpage - include the troff version as well as
docbook-to-man (1:2.0.0-8) is currently broken.
* Added doc-base support for reference manual.
* Added an example rules file for literate programming, that I wrote
some time ago.
-- Yann Dirson <dirson@debian.org> Wed, 23 May 2001 02:09:52 +0200
jam (2.3.2-1) unstable; urgency=low
* Initial Release (Closes: #98146).
* Jambase: changed default EXEMODE to 755 (was 711), and suid perms to
4755 (was 4711).
* Be sure to invoke jam0 and yyacc with explicit "./".
-- Yann Dirson <dirson@debian.org> Mon, 21 May 2001 08:57:42 +0200
|