[27231] in Source-Commits
/svn/athena r26034 - trunk/debathena/debathena/libnss-nonlocal/debian
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Thu Jun 13 05:28:56 2013
Date: Thu, 13 Jun 2013 05:28:48 -0400
From: Anders Kaseorg <andersk@MIT.EDU>
Message-Id: <201306130928.r5D9Sm2P002025@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: andersk
Date: 2013-06-13 05:28:48 -0400 (Thu, 13 Jun 2013)
New Revision: 26034
Added:
trunk/debathena/debathena/libnss-nonlocal/debian/control.in
Removed:
trunk/debathena/debathena/libnss-nonlocal/debian/control
Modified:
trunk/debathena/debathena/libnss-nonlocal/debian/changelog
trunk/debathena/debathena/libnss-nonlocal/debian/compat
Log:
nss_nonlocal: Revert changes made outside Git
Modified: trunk/debathena/debathena/libnss-nonlocal/debian/changelog
===================================================================
--- trunk/debathena/debathena/libnss-nonlocal/debian/changelog 2013-06-06 16:39:35 UTC (rev 26033)
+++ trunk/debathena/debathena/libnss-nonlocal/debian/changelog 2013-06-13 09:28:48 UTC (rev 26034)
@@ -1,11 +1,3 @@
-libnss-nonlocal (2.0-0debathena3) UNRELEASED; urgency=low
-
- * Switch from control.in to control (Trac: #561)
- * Bump Standards-Version to 3.9.3
- * Bump compat level to 7
-
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:31:06 -0400
-
libnss-nonlocal (2.0-0debathena2) unstable; urgency=low
* Pre-Depend adduser.
Modified: trunk/debathena/debathena/libnss-nonlocal/debian/compat
===================================================================
--- trunk/debathena/debathena/libnss-nonlocal/debian/compat 2013-06-06 16:39:35 UTC (rev 26033)
+++ trunk/debathena/debathena/libnss-nonlocal/debian/compat 2013-06-13 09:28:48 UTC (rev 26034)
@@ -1 +1 @@
-7
+6
Copied: trunk/debathena/debathena/libnss-nonlocal/debian/control.in (from rev 25886, trunk/debathena/debathena/libnss-nonlocal/debian/control.in)
===================================================================
--- trunk/debathena/debathena/libnss-nonlocal/debian/control.in (rev 0)
+++ trunk/debathena/debathena/libnss-nonlocal/debian/control.in 2013-06-13 09:28:48 UTC (rev 26034)
@@ -0,0 +1,41 @@
+Source: libnss-nonlocal
+Section: debathena/libs
+Priority: optional
+Maintainer: Anders Kaseorg <andersk@mit.edu>
+Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git
+Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git
+Standards-Version: 3.8.4
+Build-Depends: @cdbs@, gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i386], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], lsb-release
+
+Package: libnss-nonlocal
+Architecture: any
+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
+ hesiod, but prevents non-local users from potentially gaining local
+ privileges by spoofing local UIDs and GIDs.
+
+Package: lib32nss-nonlocal
+Architecture: amd64
+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
+ hesiod, but prevents non-local users from potentially gaining local
+ privileges by spoofing local UIDs and GIDs.
+ .
+ This package contains a 32-bit version of the library for compatibility
+ on 64-bit architectures.
+
+Package: lib64nss-nonlocal
+Architecture: i386
+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
+ hesiod, but prevents non-local users from potentially gaining local
+ privileges by spoofing local UIDs and GIDs.
+ .
+ This package contains a 64-bit version of the library for compatibility
+ on 32-bit architectures.