[26757] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25735 - trunk/debathena/debathena/libnss-nonlocal/debian

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Thu Aug 16 20:46:47 2012

Date: Thu, 16 Aug 2012 20:46:44 -0400
From: Anders Kaseorg <andersk@MIT.EDU>
Message-Id: <201208170046.q7H0kiOO005174@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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)'


home help back first fref pref prev next nref lref last post