debian/changelog | 7 +++++++ debian/control | 1 + debian/x11proto-fixes-dev.install | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 7fe1f463ae36e95bf2553d782e014bf19611a7f9 Author: Steve Langasek <[email protected]> Date: Fri Jun 17 00:10:00 2011 -0700 Install .pc file to /usr/share/pkgconfig instead of /usr/lib/pkgconfig. diff --git a/debian/changelog b/debian/changelog index 5511683..6752818 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x11proto-fixes (1:5.0-2) UNRELEASED; urgency=low * Mark x11proto-fixes-dev Multi-Arch: foreign + * Install .pc file to /usr/share/pkgconfig instead of /usr/lib/pkgconfig. -- Steve Langasek <[email protected]> Fri, 17 Jun 2011 00:08:57 -0700 diff --git a/debian/x11proto-fixes-dev.install b/debian/x11proto-fixes-dev.install index 6a03d21..511bce9 100644 --- a/debian/x11proto-fixes-dev.install +++ b/debian/x11proto-fixes-dev.install @@ -1,3 +1,3 @@ usr/include/X11/extensions/* -usr/lib/pkgconfig/fixesproto.pc +usr/lib/pkgconfig/fixesproto.pc /usr/share/pkgconfig usr/share/doc/fixesproto/fixesproto.txt usr/share/doc/x11proto-fixes-dev/ commit cedea193a1af40c0c8336b69bf4ea68eb4ca041f Author: Steve Langasek <[email protected]> Date: Fri Jun 17 00:09:35 2011 -0700 Mark x11proto-fixes-dev Multi-Arch: foreign diff --git a/debian/changelog b/debian/changelog index b6cae29..5511683 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x11proto-fixes (1:5.0-2) UNRELEASED; urgency=low + + * Mark x11proto-fixes-dev Multi-Arch: foreign + + -- Steve Langasek <[email protected]> Fri, 17 Jun 2011 00:08:57 -0700 + x11proto-fixes (1:5.0-1) unstable; urgency=low * New upstream release: diff --git a/debian/control b/debian/control index d4001d7..b7577f3 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-fixes.git Package: x11proto-fixes-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.1) +Multi-Arch: foreign Description: X11 Fixes extension wire protocol This package provides development headers describing the wire protocol for the Fixes extension, which contains a few small extensions to the -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

