Please merge from debian autofs 5.0.6-2

Bug #1006509 reported by Dimitri John Ledkov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
autofs (Ubuntu)
Fix Released
Wishlist
Dimitri John Ledkov
Quantal
Fix Released
Wishlist
Dimitri John Ledkov

Bug Description

Source: autofs
Version: 5.0.6-1ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Dmitrijs Ledkovs <email address hidden>
Date: Thu, 31 May 2012 16:18:53 +0100
Closes: 521165 556961 565507 567805 568813 583094 595808 600764 602933 603491 608459 617317 626435 626473 651978 655351 659616 660075 667811 668077
Changes:
 autofs (5.0.6-1ubuntu1) quantal; urgency=low
 .
   * Merge from Debian unstable (LP: #1006509), remaining changes:
     - debian/autofs.upstart - upstart job
     - debian/patches/16group_buffer_size.patch:
       + prevents package to eat the cpu if you have large groups.
     - debian/patches/17ld.patch:
       + fix ftbfs with gold / ld --as-needed
     - debian/patches/18ftbfs_autoreconf.patch:
       + fix ftbfs, remove call to autoconf in Makefile clean target,
         causes spurious changes outside of quilt patch
     - debian/rules, debian/control:
       + use autoreconf dh sequence helper, to implement the above removed
         feature of Makefile clean target
 .
   * Added patch descriptions/headers to 16group_buffer_size and 17ld
     patches.
 .
   * Added patch 18ftbfs_autoreconf and related debian/rules and
     debian/control changes.
 .
   * This upload renames autofs5 back to autofs, following debian's name
     change.
 .
 autofs (5.0.6-1) unstable; urgency=low
 .
   * New upstream release
     - "mount(nfs): no hosts available" (Closes: #608459).
     - "new upstream version available" (Closes: #602933).
     - "autofs mounted directory are never dismounted" (Closes: #521165).
     - "autofs5 does not support recursive mount" (Closes: #626473).
     - "autofs5 crashed in a nested setup in combination with
        negative lookups on *" (Closes: #617317).
     - "autofs5-ldap: simple bind auth feature request" (Closes: #595808).
     - "autofs5-ldap: SASL auth broken" (Closes: #568813).
   * package rename: dropping '5' from package names (Closes: #655351).
   * NMU changes acknowledged (Closes: #603491, #583094).
   * register /etc/default/autofs with ucf (Closes: #556961).
   * debian/copyright to DEP-5 format; upstream copyright audit.
   * packaging update:
     * use debhelper & compat version 9.
     * standards to 3.9.3
     * lintian-override for 'non-standard-file-perm'
     * install missing autofs_ldap_auth.conf.5 man page
     * source format to version 3 and .xz compression
     * debian/rules rewritten in debhelper style
   * patchworks:
     + replacing upstream patches with new patchset as of 2012-04-23.
     + replacing dpatch with quilt (Closes: #668077)
     + new patch to correct manpages spelling (Closes: #660075)
       thanks to Oz Nahum Tiram and Javi Merino
     + updated SYSV init script patch:
       * removed bashisms (Closes: #626435).
       * introduce 'status' support to SYSV script
         (Closes: #651978, #667811, #565507).
       * adding 'slapd' to Should-Start/Stop (Closes: #600764, #659616).
       * LSB output (Closes: #567805) thanks to Petter Reinholdtsen.
   * declare myself as Maintainer (adopting package)

Changed in autofs (Ubuntu):
assignee: nobody → Dmitrijs Ledkovs (dmitrij.ledkov)
importance: Undecided → Wishlist
status: New → Triaged
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Package ftbfs in debian. Created a patch and uploaded an NMU Delayed/5 to debian.
Finished tentative merge. There is one questionable patch which need investigation.
Debian has an incorrect conffile migration RC bug, needs patching.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

It is probably easiest to review the debdiff against debian.

Merge branch is attached as well, but there are a lot of file-id changes, so the diffs from bzr probably best to be filtered with filterdiff.

no longer affects: autofs5 (Debian)
no longer affects: autofs (Debian)
Changed in autofs (Ubuntu):
assignee: Dmitrijs Ledkovs (dmitrij.ledkov) → nobody
description: updated
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Please do not sponsor this yet. Pending testing, investigation and audit.

Changed in autofs (Ubuntu):
status: Triaged → In Progress
assignee: nobody → Dmitrijs Ledkovs (dmitrij.ledkov)
summary: - Please merge from debian autofs 5.0.6-1
+ Please merge from debian autofs 5.0.6-2
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

 autofs (5.0.6-2) unstable; urgency=low
 .
   [Dmitry Smirnov]
   * minor update to 'manpages.patch' (Closes: #603092)
   * added VCS links
 .
   [Michael Tokarev]
   * conffile installation:
     - do no ship /etc/default/autofs (Closes: #673796)
     - install /etc/init.d/autofs manually (dh_installinit have issue finding it)
     - removed ugly symlinks debian/autofs.{default,init}
     - list bin programs and modules more explicitly in debian/*.install
     - transfer ucf conffile ownership from old autofs5 to autofs
   * removed debian/configure_override
   * recommend kmod|module-init-tools
   * ship debian/autofs.init instead of heavily patching upstream script
   * simplify (and fix) debian/autofs.init a bit in loading/checking modules,
     and use /bin/sh instead of /bin/bash
   * remove messing with /dev/autofs misc device in initscript,
     it is managed by udev or devtmpfs
   * remove (now unused) USE_MISC_DEVICE definition from default/autofs too
   * do not check for modprobe or procfs in configure, since module loading
     is ifdef'ed out in the code, and #ifdef the missing parts too
     (do-not-check-for-modprobe-procfs-or-load-module.patch)
   * always define standard program paths when building even if the corresponding
     utility isn't installed (e2fsck, mount, mount.nfs). There is no need to
     check presence of standard utilities or verify their standard abilities.
   * also define other paths explicitly instead of relying on a config-time
     search - the build will be wrong if some directory (eg, /etc/sysconfig)
     will be present during configure time.
   * autoreconf and clean autoconf-generated files, FTBFS (Closes: #674391)
     This still does not make quilt patches easily revertable, since we
     don't save old configure and upstream changes patches configure to,
     so once regenerated by autoreconf, it will be different.
   * do not use $DEB_HOST_MULTIARCH in debian/rules without setting it
   * two patches:
       debian/patches/link-daemon-with-lpthread.patch
       debian/patches/save-hesiod-libs-correctly.patch
     to fix gold/-Wl,-no-as-needed FTBFS.
   * remove individual upstream patches from debian/patches and replace them
     with single autofs-5.0.6-upstream-git.patch - all upstream commits in
     master branch since release_5_0_6 tag. Update this patch to include
     all current fixes too (up to 2012-06-01).
   * added debian/TODO file

tags: added: fs.oneplanning
Changed in autofs (Ubuntu Precise):
importance: Undecided → Wishlist
milestone: none → ubuntu-12.04.1
Changed in autofs (Ubuntu Quantal):
milestone: none → quantal-alpha-3
Changed in autofs (Ubuntu Precise):
status: New → Confirmed
assignee: nobody → Dmitrijs Ledkovs (dmitrij.ledkov)
Revision history for this message
Dimitri John Ledkov (xnox) wrote :
Changed in autofs (Ubuntu Precise):
status: Confirmed → Opinion
Revision history for this message
Dimitri John Ledkov (xnox) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package autofs - 5.0.6-2ubuntu1

---------------
autofs (5.0.6-2ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #1006509), remaining changes:
    - debian/autofs.upstart - upstart job
    - debian/patches/16group_buffer_size.patch:
      + prevents package to eat the cpu if you have large groups.

  * Dropped changes:
    - 17ld.patch, applied in debian as link-daemon-with-lpthread.patch
      and save-hesiod-libs-correctly.patch

  * This upload renames autofs5 back to autofs, following debian's name
    change.

  * Added patch descriptions/headers to 16group_buffer_size

  * debian/patches/0001-Remove-kernel-mount.nfs-version-checks-on-Debian-Ubu.patch:
    Remove kernel & mount.nfs version checks on Debian/Ubuntu. (LP: #1016673)
 -- Dmitrijs Ledkovs <email address hidden> Wed, 20 Jun 2012 12:34:50 +0100

Changed in autofs (Ubuntu Quantal):
status: In Progress → Fix Released
Revision history for this message
Stéphane Graber (stgraber) wrote :

The full merge isn't suitable for SRU, dropping the task completely to avoid it showing up on same reports.
Important bugfixes should be SRUed independently (hurry up if you want to make it to 12.04.1).

no longer affects: autofs (Ubuntu Precise)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.