summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-08-05 14:43:09 +0200
committerDidier Raboud <odyx@debian.org>2016-08-05 14:43:09 +0200
commit8d03101ec2f5132e425ba298b11593a4ae3fb6c3 (patch)
treea3161d9b7988826e157ae78fbca78218cdc3b966 /debian
parenta08ace7aa03f64ba149a3375287c2b06ae245bbf (diff)
Drop patch to avoid udev reload during build, integrated upstream
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/01_no_udev_reload.patch28
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 29 deletions
diff --git a/debian/patches/01_no_udev_reload.patch b/debian/patches/01_no_udev_reload.patch
deleted file mode 100644
index 1c5b901..0000000
--- a/debian/patches/01_no_udev_reload.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Avoids the useless udev rules reload
-Author: Didier Raboud <didier@raboud.com>
-Origin: vendor
-Forwarded: yes (private mail)
-Last-Update: 2011-06-20
---- a/Makefile
-+++ b/Makefile
-@@ -13,9 +13,9 @@
- clean:
- $(RM) 40-usb_modeswitch.rules
-
--install: all files-install db-install rules-reload
-+install: all files-install db-install
-
--install-packed: files-install db-install-packed rules-reload
-+install-packed: files-install db-install-packed
-
- files-install:
- install -d $(PREFIX)/share/usb_modeswitch
-@@ -54,7 +54,7 @@
- fi \
- fi
-
--uninstall: files-uninstall rules-reload
-+uninstall: files-uninstall
-
- files-uninstall:
- $(RM) $(RULESDIR)/40-usb_modeswitch.rules
diff --git a/debian/patches/series b/debian/patches/series
index 7596337..df6cbe7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-01_no_udev_reload.patch
02_pack_config_reproducibly.patch
03-Create-40-usb_modeswitch.rules-reproducibly.patch