diff options
author | Roger Leigh <rleigh@debian.org> | 2006-02-02 20:51:42 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-02-02 20:51:42 +0000 |
commit | 57614ff835a2e4a6854cb4e621519a98da99c521 (patch) | |
tree | ce4955eb520388fd02dd528d86015242fb6764d1 | |
parent | 1be348b9e1ba1ab95ab4625f09c88edd49b1d93e (diff) | |
download | schroot-57614ff835a2e4a6854cb4e621519a98da99c521.tar.gz |
* debian/changelog: Update.
* debian/control (Build-Depends): Remove GLib.
* README: Update build-dependencies.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
4 files changed, 14 insertions, 4 deletions
@@ -1,5 +1,13 @@ 2006-02-02 Roger Leigh <rleigh@debian.org> + * debian/changelog: Update. + + * debian/control (Build-Depends): Remove GLib. + + * README: Update build-dependencies. + +2006-02-02 Roger Leigh <rleigh@debian.org> + * Update TODO list. * Update testcases. @@ -5,11 +5,12 @@ Securely enter a chroot and run a command or login shell. Build Dependencies ------------------ -libpam0g-dev -libglib2.0-dev +An ISO C++ compiler supporting TR1 (e.g. GCC 4.0). +libpam0g-dev (Linux-PAM) liblockdev1-dev libuuid-dev -A C99 C compiler +libboost-dev } The Boost C++ libraries +libboost-program-options-dev } Translation ----------- diff --git a/debian/changelog b/debian/changelog index 057cb3c9..92f090ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ schroot (0.2.2-1) unstable; urgency=low * New upstream release. + * debian/control: Remove Glib from the build dependencies. -- diff --git a/debian/control b/debian/control index f39e2959..fcca567b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Debian buildd-tools Developers <buildd-tools-devel@lists.alioth.debian.org> Uploaders: Michael Banck <mbanck@debian.org>, Roger Leigh <rleigh@debian.org>, Francesco Paolo Lovergine <frankie@debian.org> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, libpam0g-dev, libglib2.0-dev, uuid-dev, liblockdev1-dev (>= 1.0.2-1), libboost-dev, libboost-program-options-dev, gettext, libcppunit-dev +Build-Depends: debhelper (>= 4.0.0), autotools-dev, libpam0g-dev, uuid-dev, liblockdev1-dev (>= 1.0.2-1), libboost-dev, libboost-program-options-dev, gettext, libcppunit-dev Standards-Version: 3.6.2 Package: schroot |