debian/control | 5 ++--- debian/rules | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit 613632a287a78aaf730b38c35e9e483695d61f60 Author: Chase Douglas <chase.doug...@canonical.com> Date: Mon Mar 19 18:38:42 2012 -0700 Bump lintian standards version to 3.9.3 diff --git a/debian/control b/debian/control index 0b0d99d..6af5bdb 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: automake, xserver-xorg-dev, xserver-xorg-video-dummy, xutils-dev (>= 1:7.7~1) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Section: libs Vcs-Git: git://anongit.freedesktop.org/~cndougla/xorg-gtest Vcs-Browser: http://cgit.freedesktop.org/~cndougla/xorg-gtest commit 7e63e88cd7c7eb07b158ca781441c1ed5d44042f Author: Chase Douglas <chase.doug...@canonical.com> Date: Mon Mar 19 18:36:03 2012 -0700 Install xorg-gtest.pc in architecture-independent directory /usr/lib/pkgconfig diff --git a/debian/rules b/debian/rules index 42e50ab..dbc39af 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,10 @@ %: dh $@ --parallel --with quilt,autoreconf +# Install xorg-gtest.pc file in architecture independent directory +override_dh_auto_configure: + dh_auto_configure -- --libdir=/usr/lib + override_dh_auto_build: dh_auto_build -- all doc commit f8d800534d48076e8cc64eca208fc5d4cd5f8aa7 Author: Chase Douglas <chase.doug...@canonical.com> Date: Mon Mar 19 18:33:47 2012 -0700 Remove Multi-Arch specification for libxorg-gtest-data It's not needed any more since libxorg-gtest-dev is arch: all. diff --git a/debian/control b/debian/control index 1f268b0..0b0d99d 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,6 @@ Description: X.Org dummy testing environment for Google Test - headers Package: libxorg-gtest-data Section: devel Architecture: all -Multi-Arch: foreign Depends: ${misc:Depends} Description: X.Org dummy testing environment for Google Test - data Provides a Google Test environment for starting and stopping commit a88e2df9ce67641d54682dc1d0653037686d89d9 Author: Chase Douglas <chase.doug...@canonical.com> Date: Mon Mar 19 18:14:05 2012 -0700 Change libxorg-gtest-dev from arch: any to all It no longer provides any binaries, only source code. diff --git a/debian/control b/debian/control index 96c6c08..1f268b0 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Vcs-Browser: http://cgit.freedesktop.org/~cndougla/xorg-gtest Package: libxorg-gtest-dev Section: libdevel -Architecture: any +Architecture: all Depends: libgtest-dev, libxorg-gtest-data (= ${source:Version}), ${misc:Depends} Description: X.Org dummy testing environment for Google Test - headers Provides a Google Test environment for starting and stopping -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1s9o3p-0002dh...@vasks.debian.org