control: tags -1 + patch
attached is a proposed patch -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 15a8805..0ba3514 100644
--- a/debian/control
+++ b/debian/control
@@ -305,7 +305,9 @@ Depends: ${shlibs:Depends},
Breaks: consolekit (<< 0.4.6-1),
kmod (<< 14),
systemd (<< 215-1),
- plymouth (<< 0.9.0-7)
+ plymouth (<< 0.9.0-7),
+ bash-completion (<< 1:2.1)
+Replaces: bash-completion (<< 1:2.1)
Description: /dev/ and hotplug management daemon
udev is a daemon which dynamically creates and removes device nodes from
/dev/, handles hotplug events and loads drivers at boot time.
diff --git a/debian/rules b/debian/rules
index dbd445b..fc72fc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,8 +171,6 @@ override_dh_install:
rm debian/systemd/lib/systemd/systemd-udevd
rm debian/systemd/usr/share/man/man7/udev.7
rm debian/systemd/usr/share/man/man8/*udev*.8
- # files shipped by udev / bash-completion
- rm debian/systemd/usr/share/bash-completion/completions/udevadm
# files systemd by cryptsetup
ifeq (,$(findstring stage1,$(DEB_BUILD_PROFILES)))
rm debian/systemd/usr/share/man/man5/crypttab.5
diff --git a/debian/udev.install b/debian/udev.install
index 3ddfe8d..d62cf04 100644
--- a/debian/udev.install
+++ b/debian/udev.install
@@ -6,8 +6,7 @@ lib/systemd/systemd-udevd
bin/udevadm
usr/share/man/man7/udev.7
usr/share/man/man8/*udev*.8
-# currently installed by bash-completion, file a bug to get it removed
-#usr/share/bash-completion/completions/udevadm
+usr/share/bash-completion/completions/udevadm
usr/share/pkgconfig/udev.pc
../../extra/initramfs-tools usr/share/
../../extra/rules/*.rules lib/udev/rules.d/
signature.asc
Description: OpenPGP digital signature

