summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-09-08 17:34:28 +0100
committerRoger Leigh <rleigh@debian.org>2013-09-08 20:08:11 +0100
commit8431956e6d5b9b208c6c47ca1706478a4d66a617 (patch)
tree0f3eef2b3bf9bfa34aafd045c7d9a8106e7d4eea /debian
parentebdb13a025b3d4537a2a3aad817ad4d24f1a91e3 (diff)
downloadschroot-8431956e6d5b9b208c6c47ca1706478a4d66a617.tar.gz
debian: Drop cppunit from build dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 20896e60..c9fe3fdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
schroot (1.7.1-1) UNRELEASED; urgency=low
* New upstream development release.
- * debian/control: Add cmake and gtest build dependencies.
+ * debian/control:
+ - Add cmake and gtest build dependencies.
+ - Drop cppunit from build dependencies.
* debian/rules:
- Build and configure gtest support.
- Drop BTRFSCTL, which is no longer used by configure.
diff --git a/debian/control b/debian/control
index 2df1eb91..82ee1970 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Build-Depends:
libboost-regex-dev,
libboost-filesystem-dev,
gettext,
- libcppunit-dev,
libgtest-dev,
groff-base,
po4a (>= 0.40)