debian/changelog | 8 ++++++++ debian/control | 1 + debian/x11proto-input-dev.install | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-)
New commits: commit 3ff80c07c1916ee1d89956af7187315a8b0e96f0 Author: Steve Langasek <[email protected]> Date: Fri Jun 17 00:14:26 2011 -0700 Install .pc file to /usr/share/pkgconfig insetad of /usr/lib/pkgconfig diff --git a/debian/changelog b/debian/changelog index aa15e98..ec677df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x11proto-input (2.0.2-2) UNRELEASED; urgency=low * Mark x11proto-input-dev Multi-Arch: foreign + * Install .pc file to /usr/share/pkgconfig insetad of + /usr/lib/pkgconfig -- Steve Langasek <[email protected]> Fri, 17 Jun 2011 00:14:03 -0700 diff --git a/debian/x11proto-input-dev.install b/debian/x11proto-input-dev.install index e9f8c8e..f0277a0 100644 --- a/debian/x11proto-input-dev.install +++ b/debian/x11proto-input-dev.install @@ -1,4 +1,4 @@ usr/include/X11/extensions/* -usr/lib/pkgconfig/inputproto.pc +usr/lib/pkgconfig/inputproto.pc /usr/share/pkgconfig usr/share/doc/inputproto/XIproto.txt usr/share/doc/x11proto-input-dev usr/share/doc/inputproto/XI2proto.txt usr/share/doc/x11proto-input-dev commit 40b40857ea93efabd9369b3ab17ab72f01c9d2e9 Author: Steve Langasek <[email protected]> Date: Fri Jun 17 00:14:14 2011 -0700 Mark x11proto-input-dev Multi-Arch: foreign diff --git a/debian/changelog b/debian/changelog index b1b6e4e..aa15e98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x11proto-input (2.0.2-2) UNRELEASED; urgency=low + + * Mark x11proto-input-dev Multi-Arch: foreign + + -- Steve Langasek <[email protected]> Fri, 17 Jun 2011 00:14:03 -0700 + x11proto-input (2.0.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index ca78e8b..32a34cf 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev, +Multi-Arch: foreign Description: X11 Input extension wire protocol This package provides development headers describing the wire protocol for the Input extension, used to control all manner of options related -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

