From: Sam Hartman Date: Wed, 7 Dec 2011 17:04:03 +0000 (-0500) Subject: Install multiarch krb5 plugin X-Git-Tag: debian/0.9.2-1~59 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=2a347ffc728ff2d3d83372dfbe4b7a9baea6d987;p=mech_eap.git Install multiarch krb5 plugin --- diff --git a/debian/changelog b/debian/changelog index 27d676f..bba3efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +moonshot-gss-eap (0.1+20111207-1) unstable; urgency=low + + * New upstream version + * Install multiarch krb5 plugin + + -- Sam Hartman Wed, 07 Dec 2011 12:03:43 -0500 + moonshot-gss-eap (0.1+20110809-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 1111684..2722d46 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: net Priority: optional Maintainer: Sam Hartman Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libshibsp-dev (>= 2.5+dfsg~moonshot2), - libradsec-dev, libkrb5-dev (>= 1.9), + libradsec-dev, libkrb5-dev (>= 1.9.1+dfsg-2), libshib-resolver-dev, libjansson-dev, libfreeradius-dev Build-Conflicts: libgss-dev -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://www.project-moonshot.org/ Vcs-Git: http://www.project-moonshot.org/git/moonshot.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/moonshot-gss-eap.git;a=summary diff --git a/debian/rules b/debian/rules index b760bee..06f7322 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,7 @@ %: dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --libdir=/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + \ No newline at end of file