diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | examples/C10shell | 3 | ||||
-rwxr-xr-x | examples/C11screen | 3 |
4 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2007-06-04 Junichi Uekawa <dancer@debian.org> + + * examples/C11screen: + * examples/C10shell: try installing vim and less, and cd to the source directory. + Inspired by Lo-lan-do. + 2007-06-01 Junichi Uekawa <dancer@debian.org> * testsuite/random-manual-test-material/control.test: move the debian/control file which diff --git a/debian/changelog b/debian/changelog index 9609e51..570ce54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ pbuilder (0.169) UNRELEASED; urgency=low * run dpkg-architecture inside chroot for pbuilder-satisfydepends-{aptitude,experimental} also. * build pbuilder-uml for amd64. + * C10shell, C11screen: install vim and less, and cd to the source + directory per default. Much useful. - -- Junichi Uekawa <dancer@debian.org> Fri, 01 Jun 2007 20:27:04 +0900 + -- Junichi Uekawa <dancer@debian.org> Mon, 04 Jun 2007 22:05:47 +0900 pbuilder (0.168) unstable; urgency=low diff --git a/examples/C10shell b/examples/C10shell index a642c30..0a13d10 100644 --- a/examples/C10shell +++ b/examples/C10shell @@ -2,5 +2,6 @@ # example file to be used with --hookdir # # invoke shell if build fails. - +apt-get install -y --force-yes vim less +cd /tmp/buildd/*/debian/.. /bin/bash < /dev/tty > /dev/tty 2> /dev/tty diff --git a/examples/C11screen b/examples/C11screen index 8b11504..45f8a66 100755 --- a/examples/C11screen +++ b/examples/C11screen @@ -4,5 +4,6 @@ # invoke GNU screen if build fails. export debian_chroot="pbuilder" -apt-get install -y --force-yes screen +apt-get install -y --force-yes screen vim less +cd /tmp/buildd/*/debian/.. screen </dev/tty > /dev/tty 2> /dev/tty |