~ubuntu-branches/ubuntu/precise/nss-pam-ldapd/precise-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-08-18 21:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100818210000-7xqgzmet02satf0t
Tags: 0.7.8
* minor portability improvements and clean-ups (thanks Alexander V.
  Chernikov and Ted C. Cheng)
* don't expand variables in rest of ${var:-rest} and ${var:+rest}
  expressions if it is not needed (closes: #592320)
* libpam-ldapd.postinst: offer to add ldap to shadow in nsswitch.conf if
  a potential broken configuration is found (closes: #592104)
  (thanks to Justin B Rye for the template review)
* merge the suggests of libnss-ldapd and libpam-ldapd into those of the
  nslcd package to have a single consistent list of PAM alternatives
  (closes: #591773)
* add libpam-sss as an alternative to libpam-ldapd (closes: #591773)
* upgrade to standards-version 3.9.1 (no changes needed)
* updated Portuguese debconf translation by Américo Monteir
  (closes: #593404)
* updated Russian debconf translation by Yuri Kozlov (closes: #593491)
* added Norwegian Bokmål debconf translation by Bjørn Steensrud
  (closes: #593501)

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
163
163
NSLCD_PIDFILE = @NSLCD_PIDFILE@
164
164
NSLCD_SOCKET = @NSLCD_SOCKET@
 
165
NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
165
166
OBJEXT = @OBJEXT@
166
167
PACKAGE = @PACKAGE@
167
168
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
262
263
               debian/libnss-ldapd.postrm \
263
264
               debian/libnss-ldapd.templates \
264
265
               debian/libpam-ldapd.install \
 
266
               debian/libpam-ldapd.lintian-overrides \
265
267
               debian/libpam-ldapd.manpages \
266
268
               debian/libpam-ldapd.pam-auth-update \
267
269
               debian/libpam-ldapd.postinst \
268
270
               debian/libpam-ldapd.prerm \
 
271
               debian/libpam-ldapd.templates \
269
272
               debian/po/POTFILES.in debian/po/templates.pot \
270
273
               $(wildcard debian/po/*.po)
271
274
 
272
 
EXTRA_DIST = nslcd.conf nslcd.h \
 
275
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
273
276
             $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES)
274
277
 
275
278
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings
783
786
# target for generating the ChangeLog file
784
787
changelog:
785
788
        ( svn2cl -i --stdout -r HEAD:981 ; \
786
 
          svn2cl -i --stdout -r 980:195 --strip-prefix='nss-ldapd' ; \
787
 
          svn2cl -i --stdout -r 194:3 --strip-prefix='libnss_ldapd' ; \
788
 
          svn2cl -i --stdout -r 2 --strip-prefix='libnss_ldap_251-5.2' ; \
789
 
          svn2cl -i --stdout -r 1 --strip-prefix='nss_ldap-251' ; \
 
789
          svn2cl -i --stdout -r 980:807 --strip-prefix='nss-ldapd' ; \
790
790
        ) > ChangeLog
791
791
 
792
792
flawfinder.html: