diff options
author | Roger Leigh <rleigh@debian.org> | 2013-09-08 17:06:41 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-09-08 20:08:11 +0100 |
commit | 893efce5a1b0c9230904ff72335fafb46d4d65e7 (patch) | |
tree | 614cc4856c7c6a203c1bfb59e4c766e60180ad9c | |
parent | 2a07424856cfa6ccf5712e977335849e4a0bf05c (diff) | |
download | schroot-893efce5a1b0c9230904ff72335fafb46d4d65e7.tar.gz |
debian: Drop BTRFSCTL
-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' \ |