debian/0000775000000000000000000000000012341560571007174 5ustar debian/watch0000664000000000000000000000014012224155705010217 0ustar version=3 http://code.google.com/p/nsscache/downloads/list .*/libnss-cache-(.*)\.tar\.gz debian debian/source/0000775000000000000000000000000012337332075010475 5ustar debian/source/format0000664000000000000000000000001412224155705011701 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000013212337332075012107 0ustar # Ignore files not included in release tarball. extend-diff-ignore = "(^|/)(.*\.tar.gz)$" debian/control0000664000000000000000000000104312313512367010574 0ustar Source: libnss-cache Section: admin Priority: optional Maintainer: Jamie Wilkinson Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 Homepage: http://code.google.com/p/nsscache Package: libnss-cache Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: nsscache Description: NSS module for using nsscache-generated files This package provides a Name Service Switch module that uses .cache files as a name service. This means providing user account information, group ids, netgroups, and automounts. debian/compat0000664000000000000000000000000212313503564010370 0ustar 9 debian/copyright0000664000000000000000000000173612224155705011135 0ustar This package was debianized by Jamie Wilkinson on Mon, 15 Aug 2011 14:49:23 +1100. Copyright: Copyright 2007-2011 Google, Inc. License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/changelog0000664000000000000000000000423412341560571011051 0ustar libnss-cache (0.12-1~ubuntu14.04.1) trusty-backports; urgency=medium * No-change backport to trusty (LP: #1323161) -- Iain Lane Thu, 29 May 2014 08:27:53 +0100 libnss-cache (0.12-1) unstable; urgency=medium * New upstream release. (Closes: #745258; thanks Arthur Marble). * Ignore tarballs in debian/source/options. -- Jamie Wilkinson Thu, 22 May 2014 18:24:55 +1000 libnss-cache (0.11-2) unstable; urgency=low * Fix FTBFS with clang - Fixed the potential usage of an uninitialized variable error in nss_cache.c -- Arthur Marble Sat, 19 Apr 2014 16:02:56 -0500 libnss-cache (0.11-1) unstable; urgency=medium * New upstream release. * Change to arch: any, now builds on all architectures. * Update standards-version. * Depend on new debhelper. -- Jamie Wilkinson Sun, 23 Mar 2014 16:55:37 +1100 libnss-cache (0.10.2-1) unstable; urgency=low * New upstream release. -- Jamie Wilkinson Fri, 10 Feb 2012 01:05:46 +0000 libnss-cache (0.10.1-1) unstable; urgency=low * New upstream release. * Speeds up the name / uid / gid lookup in the nss-cache library. * don't search groups if the provided buffer is small enough that the chance of succeeding is small * create simple index structure with uniformly sized entries and mmap/bsearch as a replacement for a heuristic binary search * if the entry was not found in the index, do not fall back to linear search; still fall back if the entry was outdated, not accessible or if a value was not found at the expected offset * replace strcoll with strcmp for checking equality of the index, as the index is built based on a simple string sort -- Jamie Wilkinson Fri, 10 Feb 2012 11:11:07 +1100 libnss-cache (0.10-2) unstable; urgency=low * Remove post{inst,rm}, as dh_makeshlibs already does the ldconfig for us. -- Jamie Wilkinson Sat, 20 Aug 2011 09:04:28 +1000 libnss-cache (0.10-1) unstable; urgency=low * Initial release. (Closes: #609626) -- Jamie Wilkinson Fri, 22 Jul 2011 12:17:00 +1000 debian/lintian-overrides0000664000000000000000000000015412224155705012554 0ustar # This shared library is only for NSS. libnss-cache binary: package-name-doesnt-match-sonames libnss-cache2 debian/rules0000775000000000000000000000114512337332075010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ override_dh_auto_test: