debian/changelog | 1 + debian/control | 20 -------------------- debian/rules | 3 --- 3 files changed, 1 insertion(+), 23 deletions(-)
New commits: commit 34360e5fd46b0a88c91d2248702405b035b63c4d Author: Timo Aaltonen <tjaal...@debian.org> Date: Fri May 13 13:27:19 2016 +0300 Drop manual -dbg package. diff --git a/debian/changelog b/debian/changelog index 8c5bf77..175aad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libinput (1.3.0-2) UNRELEASED; urgency=medium * rules: Use proper udev base dir. * rules: Purge .la files. * Install udev quirks and helpers in libinput-bin. + * Drop manual -dbg package. -- Timo Aaltonen <tjaal...@debian.org> Fri, 13 May 2016 12:40:14 +0300 diff --git a/debian/control b/debian/control index 4677287..206eb79 100644 --- a/debian/control +++ b/debian/control @@ -63,26 +63,6 @@ Depends: Description: input device management and event handling library - shared library This is a udeb, or a microdeb, for the debian-installer. -Package: libinput10-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Depends: - libinput10 (= ${binary:Version}), - ${shlibs:Depends}, - ${misc:Depends}, -Description: input device management and event handling library - debugging symbols - libinput is a library that handles input devices for display servers and - other applications that need to directly deal with input devices. - . - It provides device detection, device handling, input device event - processing and abstraction so minimize the amount of custom input - code the user of libinput need to provide the common set of - functionality that users expect. - . - This package includes the debugging symbols. - Package: libinput-dev Section: libdevel Priority: extra diff --git a/debian/rules b/debian/rules index d0b67c4..5ea78db 100755 --- a/debian/rules +++ b/debian/rules @@ -11,9 +11,6 @@ override_dh_install: override_dh_makeshlibs: dh_makeshlibs -plibinput10 -V --add-udeb="libinput10-udeb" -- -c4 -override_dh_strip: - dh_strip --dbg-package=libinput10-dbg - override_dh_clean: rm -f doc/doxygen_sqlite3.db dh_clean