diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4a96ca6 --- /dev/null +++ b/debian/control @@ -0,0 +1,53 @@ +Source: libxtrap +Section: x11 +Priority: optional +Maintainer: Sung-Jin Park <sj76.park@samsung.com>, Debian X Strike Force <debian-x@lists.debian.org> +Uploaders: Sung-Jin Park <sj76.park@samsung.com>, David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Julien Cristau <jcristau@debian.org>, SooChan Lim <sc1.lim@samsung.com> +Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2), libxt-dev (>= 1:0.99.1), libxext-dev (>= 1:1.0.0), x11proto-trap-dev, pkg-config +Standards-Version: 3.7.3 +Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxtrap +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libtrap.git + +Package: libxtrap6 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X11 event trapping extension library + libXTrap provides an interface to the DEC-XTRAP extension, which allows + for capture and synthesis of core input events. + . + More information about X.Org can be found at: + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> + +Package: libxtrap6-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libxtrap6 (= ${binary:Version}) +Description: X11 event trapping extension library (debug package) + libXTrap provides an interface to the DEC-XTRAP extension, which allows + for capture and synthesis of core input events. + . + This package contains the debug versions of the library found in libxtrap6. + Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> + +Package: libxtrap-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libxtrap6 (= ${binary:Version}), libx11-dev, x11proto-trap-dev +Pre-Depends: x11-common (>= 1:7.0.0) +Description: X11 event trapping extension library (development headers) + libXTrap provides an interface to the DEC-XTRAP extension, which allows + for capture and synthesis of core input events. + . + This package contains the development headers for the library found in + libxtrap6. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> |