summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-07-26 13:36:31 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2016-07-26 13:36:31 +0100
commit0ab5d255e2d8408aa1363589f8988b7be4777ea5 (patch)
tree9b6c347abb0615cbc37d5b01f41635d9059265de
parent33c949697e316f17bb5037ae83509f35ce28f6a9 (diff)
Add udev build-dependency, to install upstream btrfs-dm udev rules
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ff6ff4d..05a102e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ btrfs-progs (4.6.1-1) UNRELEASED; urgency=high
* Provide upstream changelog, thanks to Nicholas D Steeves (Closes:
#824894)
* Set Vcs-* control headers pointing at dgit git repositories
+ * Add udev build-dependency, to install upstream btrfs-dm udev rules
[ Nicholas D Steeves ]
* debian/watch: add mangling rules to prefer non-rcN versions; add
diff --git a/debian/control b/debian/control
index 68993cb1..e0340226 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
libblkid-dev,
liblzo2-dev,
uuid-dev,
+ udev,
zlib1g-dev,
asciidoc,
xmlto,