[26758] in Source-Commits
Re: /svn/athena r25735 - trunk/debathena/debathena/libnss-nonlocal/debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Thu Aug 16 20:58:03 2012
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=windows-1252
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <201208170046.q7H0kiOO005174@drugstore.mit.edu>
Date: Thu, 16 Aug 2012 20:57:59 -0400
Cc: source-commits@MIT.EDU
Message-Id: <B0DE2F3F-53EE-4950-AB0C-865075262204@mit.edu>
To: Anders Kaseorg <andersk@MIT.EDU>
Content-Transfer-Encoding: 8bit
ACK. Will build shortly.
-Jon
On Aug 16, 2012, at 8:46 PM, Anders Kaseorg wrote:
> Author: andersk
> Date: 2012-08-16 20:46:44 -0400 (Thu, 16 Aug 2012)
> New Revision: 25735
>
> Modified:
> trunk/debathena/debathena/libnss-nonlocal/debian/changelog
> trunk/debathena/debathena/libnss-nonlocal/debian/control.in
> trunk/debathena/debathena/libnss-nonlocal/debian/rules
> Log:
> In libnss-nonlocal:
> * Pre-Depend adduser.
> * Don?\226?\128?\153t Build-Depend debhelper 9.
>
> Full history: git://andersk.mit.edu/nss_nonlocal.git debian/2.0-0debathena2
>
>
>
> Modified: trunk/debathena/debathena/libnss-nonlocal/debian/changelog
> ===================================================================
> --- trunk/debathena/debathena/libnss-nonlocal/debian/changelog 2012-08-16 22:52:52 UTC (rev 25734)
> +++ trunk/debathena/debathena/libnss-nonlocal/debian/changelog 2012-08-17 00:46:44 UTC (rev 25735)
> @@ -1,3 +1,10 @@
> +libnss-nonlocal (2.0-0debathena2) unstable; urgency=low
> +
> + * Pre-Depend adduser.
> + * Don’t Build-Depend debhelper 9.
> +
> + -- Anders Kaseorg <andersk@mit.edu> Thu, 16 Aug 2012 20:38:35 -0400
> +
> libnss-nonlocal (2.0-0debathena1) unstable; urgency=low
>
> * New upstream release.
>
> Modified: trunk/debathena/debathena/libnss-nonlocal/debian/control.in
> ===================================================================
> --- trunk/debathena/debathena/libnss-nonlocal/debian/control.in 2012-08-16 22:52:52 UTC (rev 25734)
> +++ trunk/debathena/debathena/libnss-nonlocal/debian/control.in 2012-08-17 00:46:44 UTC (rev 25735)
> @@ -9,7 +9,7 @@
>
> Package: libnss-nonlocal
> Architecture: any
> -Pre-Depends: ${misc:Pre-Depends}
> +Pre-Depends: ${misc:Pre-Depends}, adduser
> Depends: ${shlibs:Depends}, ${misc:Depends}
> Description: nsswitch proxy module to prevent local account spoofing
> This nsswitch module acts as a proxy for other nsswitch modules like
> @@ -18,7 +18,7 @@
>
> Package: lib32nss-nonlocal
> Architecture: amd64
> -Pre-Depends: ${misc:Pre-Depends}
> +Pre-Depends: ${misc:Pre-Depends}, adduser
> Depends: ${shlibs:Depends}, ${misc:Depends}
> Description: nsswitch proxy module to prevent local account spoofing (32-bit library)
> This nsswitch module acts as a proxy for other nsswitch modules like
> @@ -30,7 +30,7 @@
>
> Package: lib64nss-nonlocal
> Architecture: i386
> -Pre-Depends: ${misc:Pre-Depends}
> +Pre-Depends: ${misc:Pre-Depends}, adduser
> Depends: ${shlibs:Depends}, ${misc:Depends}
> Description: nsswitch proxy module to prevent local account spoofing (64-bit library)
> This nsswitch module acts as a proxy for other nsswitch modules like
>
> Modified: trunk/debathena/debathena/libnss-nonlocal/debian/rules
> ===================================================================
> --- trunk/debathena/debathena/libnss-nonlocal/debian/rules 2012-08-16 22:52:52 UTC (rev 25734)
> +++ trunk/debathena/debathena/libnss-nonlocal/debian/rules 2012-08-17 00:46:44 UTC (rev 25735)
> @@ -17,6 +17,7 @@
> DEB_CONFIGURE_PREFIX = /
>
> ifneq ($(DEB_HOST_MULTIARCH),)
> + CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS)
> export DH_COMPAT = 9
> DEB_CONFIGURE_EXTRA_FLAGS += $(MULTIARCH_CONFIGURE_FLAGS)
> MULTIARCH_CONFIGURE_FLAGS = --libdir='$${prefix}/lib/$(DEB_HOST_MULTIARCH)'
>