Branches for Precise

Name Status Last Modified Last Commit
lp:ubuntu/precise/libpam-unix2 2 Mature 2012-01-14 01:57:57 UTC
14. * QA upload (see #628848). + Set Ma...

Author: Jakub Wilk
Revision Date: 2012-01-14 01:57:57 UTC

* QA upload (see #628848).
  + Set Maintainer to Debian QA Group.
* Switch to source format 3.0 (quilt):
  + Add debian/source/format.
  + Rename debian/patch/00list to debian/patches/series.
  + Use .diff extension (rather than .dpatch) for patches.
  + Use DEP-3 for patch headers (rather than the dpatch-specific format).
  + Add extend-diff-ignore to debian/source/options, so that changes to
    config.{sub,guess} are ignored.
  + Remove explicit (un)patching code from debian/rules.
  + Remove dpatch from Build-Depends.
* Use "<<" relation (rather than "<", which is deprecated).
* Add ${misc:Depends}.
* Bump debhelper compatibility level to 7:
  + Update debian/compat.
  + Update Build-Depends.
  + Use ‘dh_prep’ instead of ‘dh_clean -k’.
  + Don't remove build-stamp explicitly, it's now handled by dh_clean.
* Acquire CFLAGS, CPPFLAGS and LDFLAGS from dpkg-buildflags and pass them to
  the configure script:
  + Update debian/rules.
  + Build depend on dpkg-dev (>= 1.15.7).
  + Add patch to fix FTBFS with -Werror=format-security.
* Improve debian/rules:
  + Remove useless comments.
  + Don't ignore errors from ‘make distclean’.
  + Run ‘make clean’ in the unix2_chkpwd subdirectory instead of removing
    the files manually.
  + Update config.{sub,guess} unconditionally.
  + Don't fiddle with INSTALL_PROGRAM variable, as dh_strip does the right
    thing.
  + Pass --host to the configure script only when cross-compiling.
  + Don't depend on build* targets in binary-indep.
  + Merge install target into binary-arch.
  + Use dh_install instead of dh_movefiles.
  + Add build-arch and build-indep targets.
* Improve debian/watch:
  + Upgrade version to 3.
  + Remove useless comments.
  + Remove ‘debian uupdate’.
* Bump standards version to 3.9.2 (no changes needed).
* Install /sbin/unix2_chkpwd as setgid shadow (rather than setuid root). Add
  lintian override for setgid-binary.
* Respect LDFLAGS when building /sbin/unix2_chkpwd. Change link order, so
  that linking works with --as-needed (closes: #640942). Thanks to Colin
  Watson for the bug report.
* Build-Depend on autotools-dev (needed for fresh config.{sub,guess}
  copies). Remove unused build-dependency on libtool.
* Run autoreconf at build-time.
  + Add automake to Build-Depends.
  + Update debian/rules.
  + Update extend-diff-ignore in debian/source/options.
* Reword README.Debian, so that it's clear that Debian version does _not_
  use /etc/default/passwd (closes: #655565). Thanks to Vincent McIntyre for
  the bug report.
* Fix typos in the configuration file and in the pam_unix2(8) manual page.

11 of 1 result