This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository quesoglc.
commit 88f04d940f06f9519dec0675007157e086d87fac Author: Paul Wise <[email protected]> Date: Fri Sep 16 13:21:00 2016 +0800 Do not build or install the static library --- debian/changelog | 1 + debian/libglc-dev.install | 1 - debian/rules | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e96e5e3..4de1b14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ quesoglc (0.7.2-6) UNRELEASED; urgency=low * Switch to embedded code copy of GLEW since the version in unstable was an uncoordinated transition that completely drops MX support (Closes: #680441) + * Do not build or install the static library -- Anton Balashov <[email protected]> Mon, 19 Aug 2013 22:04:55 +0400 diff --git a/debian/libglc-dev.install b/debian/libglc-dev.install index bbbfb7f..20283b8 100644 --- a/debian/libglc-dev.install +++ b/debian/libglc-dev.install @@ -1,4 +1,3 @@ usr/include/* -usr/lib/libGLC.a usr/lib/libGLC.so usr/lib/pkgconfig/quesoglc.pc diff --git a/debian/rules b/debian/rules index a5492bb..fdf2384 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ override_dh_auto_configure: # Disabled because GLEW 2.0.0 completely dropped MX support #rm -rf src/glew.c rm -rf src/fribidi - dh_auto_configure + dh_auto_configure -- --disable-static override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quesoglc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

