summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control67
1 files changed, 67 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2a61f53
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,67 @@
+Source: libxxf86misc
+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>, Drew Parsons <dparsons@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), x11proto-xf86misc-dev, libxext-dev (>= 1:0.99.1), pkg-config, quilt, automake, libtool, xutils-dev (>= 1:7.3~1)
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86misc
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86misc.git
+
+Package: libxxf86misc1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X11 XFree86 miscellaneous extension library
+ libXxf86misc provides an interface to the XFree86-Misc extension, which
+ allows client applications to query the current keyboard and mouse settings
+ of the running XFree86-based (XFree86, Xorg) server.
+ .
+ More information about X.Org can be found at:
+ <URL:http://www.X.org>
+ <URL:http://xorg.freedesktop.org>
+ <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXxf86misc
+
+Package: libxxf86misc1-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86misc1 (= ${binary:Version})
+Description: X11 XFree86 miscellaneous extension library (debug package)
+ libXxf86misc provides an interface to the XFree86-Misc extension, which
+ allows client applications to query the current keyboard and mouse settings
+ of the running XFree86-based (XFree86, Xorg) server.
+ .
+ This package contains the debug versions of the library found in libxxf86misc1.
+ Non-developers likely have little use for this package.
+ .
+ More information about X.Org can be found at:
+ <URL:http://www.X.org>
+ <URL:http://xorg.freedesktop.org>
+ <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXxf86misc
+
+Package: libxxf86misc-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86misc1 (= ${binary:Version}), libx11-dev, x11proto-xf86misc-dev
+Description: X11 XFree86 miscellaneous extension library (development headers)
+ libXxf86misc provides an interface to the XFree86-Misc extension, which
+ allows client applications to query the current keyboard and mouse settings
+ of the running XFree86-based (XFree86, Xorg) server.
+ .
+ This package contains the development headers for the library found in
+ libxxf86misc1. Non-developers likely have little use for this package.
+ .
+ More information about X.Org can be found at:
+ <URL:http://www.X.org>
+ <URL:http://xorg.freedesktop.org>
+ <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXxf86misc