debian/rules: Do not autorename upstream rules file anymore

It's not there, while there's no point to rename the hwdb one.
This commit is contained in:
Marco Trevisan (Treviño)
2021-01-21 16:08:03 +01:00
parent 3ccd267ad2
commit 5f902c9298
-2
View File
@@ -15,8 +15,6 @@ override_dh_auto_configure:
dh_auto_configure -- $(CONFIG_ARGS) dh_auto_configure -- $(CONFIG_ARGS)
override_dh_install: override_dh_install:
mv debian/tmp/lib/udev/rules.d/60-libfprint-2-autosuspend.rules \
debian/tmp/lib/udev/rules.d/60-libfprint-2.rules
sed -i '/^Requires.private\|^Libs.private/ d' \ sed -i '/^Requires.private\|^Libs.private/ d' \
debian/tmp/usr/lib/*/pkgconfig/libfprint-2.pc debian/tmp/usr/lib/*/pkgconfig/libfprint-2.pc
dh_install dh_install