Change logs for attr source package in Disco

  • attr (1:2.4.48-4) unstable; urgency=medium
    
      * Replace gettext with autopoint in autopkgtest Depends fields.
    
     -- Guillem Jover <email address hidden>  Fri, 01 Mar 2019 23:03:21 +0100
  • attr (1:2.4.48-1) unstable; urgency=medium
    
      * New upstream release.
        - Add upstream signing key, and modify debian/watch file to fetch and
          check orig tarball signatures.
        - Refresh patches:
          + 00-no-debian-Makefile.patch: Remove, fixed upstream.
          + 01-configure.in.patch: Ditto.
          + 02-687531-fix-missing-ldflags.patch: Ditto.
          + 15-test-perl-warning.patch: Update, rename to test-perl-warning.patch.
          + 12-643587-attr-autoconf-version-check.patch: Update, rename to
            attr-autoconf-version-check.patch.
        - Make the syscall wrappers be Linux-specific again.
          + syscalls-linux.patch: New patch.
        - Upstream removed the <attr/xattr.h> header, put a compat header back
          that uses <sys/xattr.h> for the heavy lifting. Closes: #782428
          + compat-xattr-header.patch: New patch.
        - Pull patches from upstream git master:
          + 0001-test-escape-left-brace-in-a-regex-in-test-run.patch
          + 0002-man-fix-bold-style-in-SEE-ALSO-section.patch
          + 0003-man-standardize-AUTHORS-section.patch
          + 0004-Enable-large-file-support-on-systems-that-do-not-ena.patch
          + 0005-getfattr.1-by-default-only-user-namespace-attributes.patch
          + 0006-attr_list.3-Fix-the-attributes.h-include-path.patch
          + 0007-Switch-back-to-syscall.patch
          + 0008-attr_multi-attr_multif-Don-t-set-errno-to-EINVAL.patch
          + 0009-attr_list-attr_listf-Guard-against-unterminated-buff.patch
        - Update attr_copy_action in symbols file for newly assigned version node.
        - Update minimum version for shlibs file.
        - Update debian/rules to handle the modernized upstream build system.
        - Update autopkgtests to handle the modernized upstream build system.
        - Update debian/copyright file.
        - The package should build now on musl. Closes: #782830
      * Include new pkg-config file.
      * Include /etc/xattr.conf in shared library package, required by
        attr_copy_action() function.
      * Add Build-Depends-Package field to the symbols file.
      * Enable all hardening build flags.
      * Remove Multi-Arch fields from udeb packages.
      * Mark autopkgtest tests as flaky instead of superficial, they do not cope
        well with the Debian buildd environment.
      * Add build-essential to autopkgtest Depends fields.
      * Remove trailing whitespace and blank lines from debian/copyright.
      * Fix several typos in the man pages.
    
     -- Guillem Jover <email address hidden>  Thu, 28 Feb 2019 03:55:50 +0100
  • attr (1:2.4.47-4) unstable; urgency=medium
    
      * Restrict xattr syscall symbols as arch=linux-any. This fixes the builds
        on non-Linux systems.
      * Reorganize binary package fields.
      * Do not install unnecessary or repeated internal documentation.
      * Fix upstream test suite:
        - Fix perl warning due to deprecated regex construct.
        - Remove bogus @ from shell subcommand in Makefile.
      * Hook the upstream test suite into both the package build and autopkgtest.
        For now ignore failures, and mark it as superficial.
    
     -- Guillem Jover <email address hidden>  Sat, 16 Feb 2019 02:42:20 +0100
  • attr (1:2.4.47-3) unstable; urgency=medium
    
      * Salvage package, with ok from co-maintainer.
        Thanks for all their past work on this package. Closes: #921975
      * Remove debian/Makefile and debian/configure.ac leftovers.
        - Add patch to avoid upstream Makefile entering the debian/ directory.
      * Update upstream URL (working and https) in debian/watch file.
      * Update debian/watch to format version 4.
      * Line-wrap and add a trailing comma to dependency field values.
      * Update Homepage field URL to use https.
      * Update debian/copyright:
        - Remove original packaging information, present in the changelog.
        - Switch to machine parseable format 1.0.
        - Update copyright statements.
      * Remove ancient Conflicts against xfsdump and attr.
      * Remove obsolete Priority extra.
      * Remove Priority required from shared library package.
      * Cleanup debian/rules:
        - Use $(CURDIR) instead of `pwd`.
        - Remove phase prints and comment out DH_VERBOSE, make it verbose enough.
        - Use dpkg architecture.mk fragment instead of ad-hoc variable assignment.
        - Use dh_testdir instead of open-coding it.
        - Use dh_testroot instead of open-coding it.
        - Use dh_clean instead of ad-hoc cleaning, and remove upstream
          configure.lineno in debian/clean. Closes: #867266
        - Do not create an upstream source tarball distribution.
        - Remove unused stdenv variable.
        - Use dh_install, dh_installdocs, dh_installman and dh_link instead of
          calling the upstream build system multiple times to install into the
          package dirs.
        - Rename LOCAL_CONFIGURE_OPTIONS to confflags.
        - Set configure flags properly for cross-building.
      * Switch to debhelper compatibility level 11.
      * Set Rules-Requires-Root to no, and stop setting INSTALL_USER and
        INSTALL_GROUP, as the build system will default to the current user.
      * Switch to Standards-Version 4.3.0.
      * Stop installing man pages from section 2 and 5, those are maintained by
        the manpages upstream project. Closes: #841719
      * Add a shared library symbols file. Closes: #677566
        Thanks to Ivo De Decker <email address hidden>.
      * Improve a bit the package descriptions.
      * Remove ancient versioned dpkg-dev Build-Depends.
      * Perform a proper and correct /usr-merge transition by moving the package
        contents from / to /usr.
    
     -- Guillem Jover <email address hidden>  Tue, 12 Feb 2019 03:42:45 +0100
  • attr (1:2.4.47-2build1) artful; urgency=medium
    
      * No-change rebuild to pick up -fPIE compiler default in static
        libraries
    
     -- Steve Langasek <email address hidden>  Fri, 21 Apr 2017 20:45:50 +0000