2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-10-07 16:50:58 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update posh 0.12.2 to 0.12.3
(from debian/changelog)
posh (0.12.3) unstable; urgency=medium
* Ten patches from Jonathan Nieder to adjust test suite. closes: #603659.
-- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 19:42:00 -0500
posh (0.12.2.1) unstable; urgency=medium
* Bump to Standards-Version 3.9.5.
* Add libperl4-corelibs-perl build-dep for getopts.pl.
closes: #738412.
-- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 12:49:30 -0500
|
2013-09-13 08:41:33 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Bump 0.12.1 to 0.12.2
(From: debian/changelog):
posh (0.12.2) unstable; urgency=low
* Add posh-dbg package. closes: #703343.
* Disallow simple commands as function bodies. closes: #552730.
-- Clint Adams <clint@debian.org> Sun, 28 Jul 2013 09:34:06 -0400
|
2013-06-12 14:05:35 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Bump 0.12 to 0.12.1
patches/patch-main.c is deleted, upstream took fix.
---------
posh (0.12.1) unstable; urgency=low
* Add missing compat header include, thanks to Makoto Fujiwara.
closes: #712009.
|
2013-06-12 00:21:38 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
Makefile
- Bump version 0.3.14 to 0.12.
- Add LICENSE= as gnu-gpl-v2.
patches/patch-a[ab]
- comment added from old cvs log
Following lines are recent changes from ChangeLog. For full
ChangeLog, see:
https://launchpad.net/debian/+source/posh/+changelog
--------
posh (0.12)
* Fix shell flag handling, broken since 0.9.1. closes: #707778.
posh (0.10.2)
* Fix "nostrip" build. closes: #674703.
* Fix Italian Language-Team email address. closes: #660020.
* Don't segfault when bi_errorf(NULL) is called. closes: #674701.
* Bump to Standards-Version 3.9.3.
posh (0.10) unstable; urgency=low
* Do not treat a bad signal passed to the trap builtin as a fatal/syntax error.
posh (0.8.5) unstable; urgency=low
* Apply bugfix from mksh overhauling the code for substitutions
such as ${foo:-bar} and "${foo+bar}" for standards compliance
and pull the test cases that go with it.
* Bump to Standards-Version 3.8.4.
* Switch to 3.0 (native) source format.
---------
|
2013-06-11 23:43:13 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Add patches/patch-main.c
to fix segmentation fault just after invocation, at least on
NetBSD/amd64 6.1, which is reported as PR pkg/47917.
The problem was also reported by gcc (4.5.3) as:
main.c: In function 'main':
main.c:206:15: warning: assignment makes pointer from integer without a cast
At following location:
203 char *simplified;
....
206 simplified = canonicalize_file_name(current_wd);
|
2012-09-12 01:25:10 by Aleksej Saushev | Files touched by this commit (26) |
Log message:
"user-destdir" is default these days
|
2010-05-07 14:02:45 by Julio M. Merino Vidal | Files touched by this commit (20) | |
Log message:
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
|
2009-06-14 20:14:22 by Joerg Sonnenberger | Files touched by this commit (13) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|