summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2010-08-22 10:16:40 +0100
committerRoger Leigh <rleigh@debian.org>2010-08-22 10:16:40 +0100
commitfa951b83591f5d3efee4eddb21e535822333ae10 (patch)
tree9de457c2dfe2174d9753fab7ebe38aa6d5c911f0
parent2b9d2a0cae768dbc6112bc50d7c10bf91cd1b312 (diff)
downloadschroot-fa951b83591f5d3efee4eddb21e535822333ae10.tar.gz
debian: rules: Explicitly specify LVREMOVErelease/schroot-1.4.10debian/schroot-1.4.10-1
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules3
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 125428ab..f6650423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
schroot (1.4.10-1) unstable; urgency=low
* New upstream stable release.
- * debian/rules: Don't explicitly require doxygen support; it's
- autodetected based upon the build dependencies.
+ * debian/rules:
+ - Don't explicitly require doxygen support; it's autodetected
+ based upon the build dependencies.
+ - Explicitly specify LVREMOVE.
- -- Roger Leigh <rleigh@debian.org> Sun, 22 Aug 2010 09:45:53 +0100
+ -- Roger Leigh <rleigh@debian.org> Sun, 22 Aug 2010 10:15:55 +0100
schroot (1.4.9-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 2c2c4ad2..16d93b4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,8 @@ debian/build/config.status: configure
$(LVMSNAP_OPTIONS) $(BTRFSSNAP_OPTIONS) \
BTRFS=/sbin/btrfs \
BTRFSCTL=/sbin/btrfsctl \
- LVCREATE=/sbin/lvcreate
+ LVCREATE=/sbin/lvcreate \
+ LVREMOVE=/sbin/lvremove
build: build-indep build-arch