summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-02-02 20:51:42 +0000
committerRoger Leigh <rleigh@debian.org>2006-02-02 20:51:42 +0000
commit57614ff835a2e4a6854cb4e621519a98da99c521 (patch)
treece4955eb520388fd02dd528d86015242fb6764d1
parent1be348b9e1ba1ab95ab4625f09c88edd49b1d93e (diff)
downloadschroot-57614ff835a2e4a6854cb4e621519a98da99c521.tar.gz
* debian/changelog: Update.
* debian/control (Build-Depends): Remove GLib. * README: Update build-dependencies.
-rw-r--r--ChangeLog8
-rw-r--r--README7
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
4 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 90e61952..58b06cc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index f03db54e..c9869a69 100644
--- a/README
+++ b/README
@@ -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