debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 67c38b08db51ab696906323f7f38a5a5ad19e35d Author: Julien Cristau <[email protected]> Date: Sun Apr 26 19:39:20 2015 +0200 Fix randrproto.pc diff --git a/debian/changelog b/debian/changelog index e0c6a00..d44392b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x11proto-randr (1.4.1-2) unstable; urgency=medium + + * Fix randrproto.pc (closes: #783391) + + -- Julien Cristau <[email protected]> Sun, 26 Apr 2015 19:40:38 +0200 + x11proto-randr (1.4.1-1) unstable; urgency=medium * Let uscan verify tarball signatures. diff --git a/debian/rules b/debian/rules index 5997902..1db2e73 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ PACKAGE = x11proto-randr-dev dh $@ --with quilt,autoreconf --builddirectory=build/ override_dh_auto_configure: - dh_auto_configure -- --docdir=\$${datadir}/doc/$(PACKAGE) --libdir=\$${datadir} + dh_auto_configure -- --docdir=\$${datadir}/doc/$(PACKAGE) --libdir=\$${prefix}/share override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

