Change logs for sysfsutils source package in Sid

  • sysfsutils (2.1.1-6) unstable; urgency=medium
    
      * Switch from future=+lfs to abi=+lfs build flags feature, and Build-Depends
        on dpkg-dev >= 1.22.0.
      * Turn function scoped variable into a local in init script.
      * Remove README.Debian, which contains obvious information.
      * Improve examples scaffolding:
        - Provide a stub config.h with constant contents needed by the examples.
        - Provide a VPATH-enabled Makefile to build the examples.
        - Rename README.Examples to README.
        - Rewrite the README.
    
     -- Guillem Jover <email address hidden>  Thu, 11 Jan 2024 00:16:42 +0100
  • sysfsutils (2.1.1-5) unstable; urgency=medium
    
      * Add a systemd service file. Closes: #1016610
    
     -- Guillem Jover <email address hidden>  Sun, 20 Aug 2023 16:27:05 +0200
  • sysfsutils (2.1.1-4) unstable; urgency=medium
    
      * Switch to Standards-Version 4.6.2 (no changes needed).
      * Add source lintian overrides.
      * Do not trim debian/changelog.
      * Make globs in debhelper fragment files more specific.
      * Replace sysfsutils Depends on lsb-base with sysvinit-utils >= 3.05-4~.
    
     -- Guillem Jover <email address hidden>  Wed, 18 Jan 2023 00:09:23 +0100
  • sysfsutils (2.1.1-3) unstable; urgency=medium
    
      * Pass -u to date(1) to make build reproducible again.
        Thanks to Chris Lamb <email address hidden>. Closes: #1017920
      * Remove filenamemangle option from debian/watch.
    
     -- Guillem Jover <email address hidden>  Mon, 22 Aug 2022 20:40:21 +0200
  • sysfsutils (2.1.1-2) unstable; urgency=medium
    
      * Improve init script:
        - Do not use -o and -a for shell test command.
        - Pass -r to read built-in.
        - Use printf instead of undefined «echo -n».
        - Disable shellcheck following sourcing shell library file.
        - Quote directory variable to avoid word-splitting.
      * Add sysfs.conf(5) man page. Closes: #526469
      * Enable LFS build options. This should ABI safe for the shared library as
        it does not expose any problematic type.
      * Switch to Standards-Version 4.6.1 (no changes needed).
    
     -- Guillem Jover <email address hidden>  Tue, 16 Aug 2022 14:22:54 +0200
  • sysfsutils (2.1.1-1) unstable; urgency=medium
    
      * New upstream release:
        - Update Homepage for github.com project.
        - Update watch file for github.com project.
        - Update upstream copyright years.
        - Remove all patches, merged upstream.
        - Do not install no longer provided NEWS file.
        - Fix over matching in cdev_name_equal(). Closes: #627048
      * Fix minimum versions in symbols file for sysfs_close_dev_tree and
        sysfs_read_dir_subdirs, which did not match their actual introduction
        in released tarballs from git history.
      * Remove sysfsutils postinst, unnecessary after bullseye.
      * Add support for the noudeb build profile.
    
     -- Guillem Jover <email address hidden>  Sat, 28 Aug 2021 02:14:08 +0200
  • sysfsutils (2.1.0+repack-7) unstable; urgency=medium
    
      * Switch to debhelper compatibility level 13.
      * Switch to Standards-Version 4.5.1.
      * Fix README.Examples:
        - Use $() instead of `` shell syntax.
        - Remove trailing spaces.
        - Fix «e.g.» spelling and follow it by a «:».
      * Remove trailing whitespace from patch.
      * Add debian/upstream/metadata file.
      * Add Forwarded fields to patches.
      * Install the pkg-config file into a multiarch directory to support
        cross-building.
    
     -- Guillem Jover <email address hidden>  Thu, 24 Dec 2020 18:32:50 +0100
  • sysfsutils (2.1.0+repack-6) unstable; urgency=medium
    
      * New maintainer. Closes: #689879
      * Update Vcs fields for move to git.hadrons.org.
      * Remove now unused debian/gbp.conf.
      * Update previous changelog entry with actual changes done.
      * Remove trailing spaces from debian/changelog.
      * Wrap and sort dependency fields.
      * Switch to debhelper compatibility level 12.
        - Remove unnecessary dh_missing override.
      * Switch from debian/compat to debhelper-commpat in Build-Depends.
      * Move Homepage from debian/copyright to debian/control.
      * Switch debian/copyright to the machine readable format 1.0.
      * Switch URL in debian/watch to https.
      * Switch to debian/watch format 4.
      * Add a uversionmangle mapping to debian/watch for «-rc» versions.
      * Add a dversionmangle mapping to debian/watch for «+repackN» versions.
      * Move files to be installed in the filesystem from debian/ to debian/local/.
      * Switch to Standards-Version 4.4.1.
      * Use the correct pathname for pci.ids database.
      * Add a Depends on pci.ids to sysfsutils.
      * Reword package descriptions. Closes: #767679
      * Improve systool(1) man page:
        - Fix typo. Closes: #626615
        - Fix troff markup.
        - End sentences with a full-stop.
        - Use the project name in the .TH source field instead of the author.
        - Remove GNU/Linux from Debian reference.
      * Improve sysfsutils init script:
        - Fix indentation.
        - Fix LSB init output. Closes: #823082
        - Move -e from shebang into a proper «set -e».
        - Inject a trailing newline when parsing sysfs.conf. Closes: #638749
          Thanks to Thue Janus Kristensen <email address hidden>.
        - Add a dummy status action. Closes: #832111
          Thanks to Raphaël Halimi <email address hidden>.
        - Add glob(7) support in sysfs.conf. Closes: #604737
          Thanks to Alex Sheppard <email address hidden>.
        - Print an error instead of aborting when we cannot write an attribute
          value. Closes: #663202, #764000
        - Print the actual configuration file (instead of always sysfs.conf) on
          syntax errors.
        - Make init script provide itself.
      * Add missing lsb-base Depends to sysfsutils.
      * Cleanup old stop rcN.d symlinks from runlevels 0, 1 and 6. Closes: #555952
      * Stop passing obsolete arguments to update-rc.d.
      * Perform a proper and correct /usr-merge transition by moving the package
        contents from / to /usr. This makes it possible to remove the special
        handling from debian/rules, and use stock debhelper install fragments.
      * Set R³ to no.
      * Add description meta-headers for old patches.
      * Add files not shipped to debian/not-installed.
        - We can also remove the deletion of *.la files, and just ignore them.
      * Add ${misc:Pre-Depends} to sysfsutils Pre-Depends, needed by the new
        invoke-rc.d --skip-systemd-native flag.
      * Add a symbols file for the shared library.
      * Remove unnecessary chrpath from Build-Depends and dh_install override.
      * Add Build-Depends on debhelper (>= 12.3) to get automatic dh_makeshlibs
        udeb handling, so that we can remove the override.
      * Remove --as-needed from DEB_LDFLAGS_MAINT_APPEND and from dh_autoreconf
        override, as this is now the default in Debian.
    
     -- Guillem Jover <email address hidden>  Sun, 17 Nov 2019 04:10:56 +0100
  • sysfsutils (2.1.0+repack-5) unstable; urgency=medium
    
      * QA upload
      * Import packaging to https://salsa.debian.org
      * Convert from cdbs to dh
      * Bump debhelper compat to 11
    
     -- Jeremy Bicha <email address hidden>  Wed, 28 Nov 2018 21:11:47 -0500
  • sysfsutils (2.1.0+repack-4) unstable; urgency=medium
    
    
      * QA upload.
      * Call dh-autoreconf before building the package. (closes: #752828).
    
     -- Aurelien Jarno <email address hidden>  Sat, 23 Aug 2014 19:14:39 +0200
  • sysfsutils (2.1.0+repack-3) unstable; urgency=low
    
    
      * QA upload.
      * Add init script support for manipulating sysfs using fragments in
        /etc/sysfs.d. (closes: #575459)
    
     -- Chris Boot <email address hidden>  Thu, 02 May 2013 17:36:19 +0100
  • sysfsutils (2.1.0+repack-2) unstable; urgency=low
    
    
      * Orphan package.
    
     -- Martin Pitt <email address hidden>  Sun, 07 Oct 2012 15:51:14 +0200
  • sysfsutils (2.1.0+repack-1.2) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Support multi-arch: (closes: #663040)
        - Mark libsysfs2 as same.
        - Mark sysfsutils as foreign.
        - Adjust debhelper and cdbs build-dependencies.
        - Fixup -dev installation.
    
     -- Bastian Blank <email address hidden>  Sat, 16 Jun 2012 17:18:46 +0000
  • sysfsutils (2.1.0+repack-1.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * debian/sysfsutils.init:
        - add support for changing permissions of folders too.      closes: #658365
      * debian/control:
        - fix typo in long description.
        - add build-dep on autotools-dev to replace ancient autotools helpers.
        - update standards version to 3.9.3. 
    
     -- Yves-Alexis Perez <email address hidden>  Fri, 01 Jun 2012 09:34:05 +0200
  • sysfsutils (2.1.0+repack-1) unstable; urgency=low
    
    
      * Drop tarball.mk and tar-in-tar packaging and use upstream tarball as
        orig.tar.gz now. This style is obsolete, we have much better tools now.
      * Switch to dh compat 7.
      * Add bzr-builddeb configuration (merge mode).
      * debian/control: Add Vcs-Bzr:.
      * Switch to 3.0 (quilt) source format, drop simple-patchsys.mk.
      * debian/control: Add missing ${misc:Depends}.
      * debian/control: Bump Standards-Version to 3.9.1.
      * debian/sysfsutils.init: Start after cpufrequtils, to make sure that a
        governor is selected and set up. Thanks Mario Holbe! (Closes: #590143)
    
     -- Martin Pitt <email address hidden>  Fri, 06 Aug 2010 19:14:59 +0200
  • sysfsutils (2.1.0-6) unstable; urgency=low
    
    
      * debian/sysfsutils.init: Make sure the init.d script runs after udev,
        module-init-tools and loadcpufreq, to avoid trying to set kernel
        parameters for kernel modules not yet loaded. Thanks to Petter
        Reinholdtsen! (Closes: #539755)
      * Bump Standards-Version to 3.8.3 (no changes necessary).
    
     -- Martin Pitt <email address hidden>  Sun, 23 Aug 2009 20:05:02 +0200
  • sysfsutils (2.1.0-5) unstable; urgency=low
    
    
      * debian/rules: Fix dh_installinit call to not install stop symlinks. The
        init script does not need to be called on stop. This also makes the
        update-rc.d links consistent to the LSB header "Should-Stop" which insserv
        complained about. (Closes: #497905)
      * debian/libsysfs-dev.doc-base: Fix section name, thanks lintian.
      * debian/control: Bump Standards-Version (no changes necessary).
    
     -- Martin Pitt <email address hidden>  Sat, 06 Sep 2008 10:36:59 +0200