diff options
author | Roger Leigh <rleigh@debian.org> | 2013-10-01 21:13:27 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-10-01 21:13:27 +0100 |
commit | cedf136e20703d666a7d5aa39d50e9ca6468aee1 (patch) | |
tree | 6b68754f0b0718614186c81f675bd3ae6ff25421 | |
parent | 95192a707d924514cdb9075c63950a9330e2a6e0 (diff) | |
download | schroot-cedf136e20703d666a7d5aa39d50e9ca6468aee1.tar.gz |
debian: Document cmake use and drop autotools-dev
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 169d67a7..6c953a05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ schroot (1.7.1-1) UNRELEASED; urgency=low * New upstream development release. + * This release now supports both autotools and cmake; switch to + cmake, which allows building and installation of translated + manual pages (Closes: #683959, #683137). * debian/control: - Add cmake and gtest build dependencies. - - Drop cppunit from build dependencies. + - Drop autotools-dev and cppunit build dependencies. - Upgrade to Standards-Version 3.9.4 (no changes). * debian/rules: + - Replace configure usage with cmake and convert logic for + configure options to use the cmake equivalents. - Build and configure gtest support. - Drop BTRFSCTL, which is no longer used by configure. diff --git a/debian/control b/debian/control index bdcd74dc..efbe37f2 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian buildd-tools Developers <buildd-tools-devel@lists.alioth.debi Uploaders: Roger Leigh <rleigh@debian.org> Build-Depends: debhelper (>= 9), - autotools-dev, cmake, pkg-config, libpam0g-dev, |