diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7a145266..20896e60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ schroot (1.7.1-1) UNRELEASED; urgency=low * New upstream development release. * debian/control: Add cmake and gtest build dependencies. - * debian/rules: Build and configure gtest support. + * debian/rules: + - Build and configure gtest support. + - Drop BTRFSCTL, which is no longer used by configure. -- Roger Leigh <rleigh@debian.org> Sat, 07 Sep 2013 23:24:40 +0100 diff --git a/debian/rules b/debian/rules index 47fd5735..d88422d2 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,6 @@ debian/build/config.status: configure debian/build/gtest/libgtest.a --with-bash-completion-dir=/etc/bash_completion.d \ $(LVMSNAP_OPTIONS) $(BTRFSSNAP_OPTIONS) \ BTRFS=/sbin/btrfs \ - BTRFSCTL=/sbin/btrfsctl \ LVCREATE=/sbin/lvcreate \ LVREMOVE=/sbin/lvremove \ CXX='g++ -std=gnu++11' \ |