[neon/kde/kinfocenter/Neon/unstable] debian: debian/rules no longer needs to handle oui.db and usb.ids - they went away

Rik Mills null at kde.org
Sun Apr 25 09:39:58 BST 2021


Git commit 76b8a812286fb6e5e7df14ea45af66ff46f9183c by Rik Mills.
Committed on 25/04/2021 at 08:39.
Pushed by rikmills into branch 'Neon/unstable'.

debian/rules no longer needs to handle oui.db and usb.ids - they went away

M  +0    -17   debian/rules

https://invent.kde.org/neon/kde/kinfocenter/commit/76b8a812286fb6e5e7df14ea45af66ff46f9183c

diff --git a/debian/rules b/debian/rules
index 9b5a98a..7e74956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,22 +11,5 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 %:
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
-override_dh_install:
-ifeq ($(DEB_HOST_ARCH_OS),linux)
-	rm debian/kinfocenter/usr/share/kcmview1394/oui.db
-endif
-	rm debian/kinfocenter/usr/share/kcmusb/usb.ids
-	dh_install
-
-override_dh_fixperms:
-	dh_fixperms
-	chmod 755 debian/kinfocenter/var/lib/ieee-data/update.d/kinfocenter_oui.sh
-
-override_dh_link:
-	dh_link
-ifeq ($(DEB_HOST_ARCH_OS),linux)
-	dh_link /var/lib/ieee-data/kinfocenter_oui.db /usr/share/kcmview1394/oui.db
-endif
-
 override_dh_gencontrol: l10npkgs_firstversion_ok
 	dh_gencontrol


More information about the Neon-commits mailing list