Advertisement
Lekensteyn

xserver-xorg-input-synaptics-dbg

Dec 22nd, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.15 KB | None | 0 0
  1. diff -Nur a/debian/control b/debian/control
  2. --- a/debian/control    2011-12-22 16:02:42.000000000 +0100
  3. +++ b/debian/control    2011-12-22 16:00:59.621256053 +0100
  4. @@ -66,3 +66,16 @@
  5.   This package contains the development headers for the Synaptics input
  6.   driver found in xserver-xorg-input-synaptics. Non-developers likely have
  7.   little use for this package.
  8. +
  9. +Package: xserver-xorg-input-synaptics-dbg
  10. +Architecture: any
  11. +Section: debug
  12. +Priority: extra
  13. +Depends:
  14. + xserver-xorg-input-synaptics (= ${binary:Version}),
  15. + ${misc:Depends}
  16. +Description: Synaptics TouchPad driver for X.Org server - debugging symbols
  17. + xserver-xorg-input-synaptics provides an input driver for the X.Org X server
  18. + to enable advanced features of the Synaptics Touchpad.
  19. + .
  20. + This package contains the debugging symbols for xserver-xorg-input-synaptics.
  21. diff -Nur a/debian/rules b/debian/rules
  22. --- a/debian/rules  2011-12-22 16:02:42.000000000 +0100
  23. +++ b/debian/rules  2011-12-22 15:55:47.845248936 +0100
  24. @@ -15,3 +15,5 @@
  25.  
  26.  %:
  27.     dh $@ --with quilt,autoreconf,xsf --builddirectory=build/
  28. +dh_override_dh_strip:
  29. +   dh_strip --dbg-package=xserver-xorg-input-synaptics-dbg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement