usbguard (0.7.6+ds-1ubuntu1) focal; urgency=medium

  * Fix handling of ENOBUFS errors (LP: #1855189):
    - d/p/lp1855189-handle-ENOBUFS-errno.patch
  * run update-maintainer script

 -- Heitor Alves de Siqueira <halves@canonical.com>  Sat, 16 Mar 2024 11:54:59 +0000

usbguard (0.7.6+ds-1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Mar 2020 07:28:13 +0100

usbguard (0.7.6+ds-1) unstable; urgency=medium

  * New upstream version 0.7.6
  * d/watch: Adapt extension of upstream signature
  * d/upstream/signing-key.asc: Replace signing key with
    key from rsroka@redhat.com
  * d/patches: Update
    0004-Patch-ReadWritePaths-and-CapabilityBoundingSet.patch
  * d/control: Bump standards version to 4.4.1 (no changes required)

 -- Birger Schacht <birger@rantanplan.org>  Fri, 15 Nov 2019 17:08:13 +0100

usbguard (0.7.5+ds-1) unstable; urgency=medium

  * New upstream version 0.7.5 (Closes: #923542)
    The upstream source does not contain the qt applet anymore.
   + Remove usbguard-applet-qt package and qt build dependencies
     from d/control
   + Remove qt specific lines from d/rules
   + Remove applet .desktop and .install files from debian/
     directory
   + Remove stale copyright paragraphs from d/copyright
   + d/upstream/signing-key.asc: Update upstreams signing key to
     0xEF3F1EF2C1D2077F4BD74BC1F0B58180D5CD7168
   + d/patches/disable-002_cli_devices.patch: Update patch

  * d/usbguard.install: Use more placeholders to make file more
    readable and add zsh completion file

  * d/usbguard.postinst: generate initial policy on install using
    `usbguard generate-policy` and enable `plugdev` access using
    IPC ACLs

  * d/rules
   + Add dh_install override to ease package maintaince
     (it lists files in debian/tmp)
   + Remove void configure flag
   + Add -pthread to LDFLAGS (Closes: #931381)
   + Reenable and start systemd services on install, now that there
     is an initial rules file being generated (Closes: #928032)

  * d/control
   + Add libumockdev build dependency, enable ldap support
     by adding libldap2-dev build dependency
   + Bump debhelper to version 12, replace the build dependency
     with debhelper-compat and remove the d/compat file
   + Update the homepage URL
   + Add rules-requires-root: no
   + Bump standards version to 4.4.0
   + Add a Breaks relationship for the applet, that is not shipped
     with usbguard anymore

  * Add init scripts for usbguard-dbus and usbguard (Closes: #846400)

  * d/patches
   + Rename change-ipc-allowedgroup.patch to
     0001-Set-IPCAllowedGroups-to-root-plugdev.patch and add the plugdev
     group to the list of groups allowed to use the IPC interface
   + Patch systemd service file to allow write access to rules file and
     fix IPC ACLs
     0004-Patch-ReadWritePaths-and-CapabilityBoundingSet.patch

  * d/gitlab-ci.yml: switch to the salsa-ci-team pipeline

  * d/usbguard.README.Debian: add a Debian specific README with the
    most basic instructions

  * d/usbguard-daemon.conf: remove modified config file, as we are using
    the upstream one since a few versions

 -- Birger Schacht <birger@rantanplan.org>  Fri, 26 Jul 2019 18:52:01 +0200

usbguard (0.7.4+ds-1) unstable; urgency=medium

  * New upstream version 0.7.4
    + Replace pegt-dev with tao-pegtl-dev
    + Replace asciidoctor with asciidoc-base and docbook

  * Friendly takeover of the package from Muri

  * Override dh_installsystemd to not enable service on installation. Also
    don't start the service after installation, so people don't get locked
    out. (Closes: #908037)
  * Bump the standards version
  * Replace the dpkg-buildflags calls with the new buildflags.mk file
  * Remove debian/gbp.conf because the defaults are used
  * Add a debian/gitlab-ci.yml file to automatically test the build on
    salsa

 -- Birger Schacht <birger@rantanplan.org>  Wed, 12 Sep 2018 16:41:46 +0200

usbguard (0.7.2+ds-2) unstable; urgency=medium

  * Add a postrm file to clean up on purge (Closes: #905524)

 -- Muri Nicanor <muri@immerda.ch>  Tue, 07 Aug 2018 18:16:40 +0200

usbguard (0.7.2+ds-1) unstable; urgency=medium

  * New upstream version 0.7.2
   + Fix failure with read-only /etc (Closes: #868160)
   + Fix usbguard leaking filehandles (Closes: #887671)
   + Update upstream's signing key
   + Remove upstreamed patches
   + Add build dependencies on libaudit and asciidoctor
   + Update debian/copyright

  * Switch to debhelper 11
   + Remove dh-systemd
     It is part of debhelper (>= 9.20160709)
   + Use dh_missing

  * Bump standards version to 4.1.3
   + debian/copyright: Use HTTPS format URI

  * Update debian/watch
  * Move the packaging repository to salsa.d.o
  * Add metadata for scan-copyrights
  * Set libusbguard0's section to lib
  * debian/rules: Do not parse dpkg-genchangelog
  * Add a postinstall script to fix file permissions in /etc/usbguard

 -- Muri Nicanor <muri@immerda.ch>  Tue, 16 Jan 2018 19:28:35 +0100

usbguard (0.7.0+ds1-2) unstable; urgency=medium

  * Remove qt4 dependencies (Closes: #875220)
  * Backport patch for multiple applet instances
    (Closes: #871997)
  * Backport patch to make UEventDeviceManager work
    with kernel >= 4.13 (Closes: #875808)

 -- Muri Nicanor <muri@immerda.ch>  Mon, 18 Sep 2017 19:41:54 +0200

usbguard (0.7.0+ds1-1) unstable; urgency=medium

  * New upstream version 0.7.0 (Closes: #864821)
    This release contains a backwards incompatible
    change because it changes how the device hash is
    computed for Linux root hub devices
  * Add support for bash-completion
  * Delete add-unistd.patch, its not needed anymore
  * Compile the library static, to make `make check` work
  * Bump compat version to 10
  * Add d/usbguard.dirs
  * add apsell for spell checking test
  * disable test 002_cli_devices as the needed kernel
    modules are not shipped in debian
  * remove the unused dependency for nlohmann-json-dev
    (Closes: #868514)

 -- Muri Nicanor <muri@immerda.ch>  Thu, 18 May 2017 17:44:29 +0200

usbguard (0.6.2+ds1-2) unstable; urgency=medium

  * Add dbus to Depends (Closes: #854192)

 -- Muri Nicanor <muri@immerda.ch>  Sun, 05 Feb 2017 08:21:56 +0100

usbguard (0.6.2+ds1-1) unstable; urgency=medium

  * New upstream version 0.6.2+ds1
  * Add xdg autostart file to usbguard-applet-qt (Closes: #838173)
  * fixed upstream version tag
  * set default compilder and linker flags
  * changed the location of libusbguard.so.0 to a private directory
    and set the rpath accordingly
  * remove the fix-mips-build patch, it was included upstream
  * remove the development file package, because the library is not
    stable for now

 -- Muri Nicanor <muri@immerda.ch>  Thu, 08 Dec 2016 11:16:28 +0100

usbguard (0.5.14+ds1-2) unstable; urgency=medium

  * d/control:
   - Add systemd to build dependencies (Closes: #836713)
   - Change architectures to linux-any in d/control
  * d/rules
   - Add sysconfdir flag to autoconf (Closes: #837176)
  * d/patches/
   - Fix mips build (Closes: #836712)
   - Set correct IPCAllowedGroups (Closes: #837175)

 -- Muri Nicanor <muri@immerda.ch>  Tue, 13 Sep 2016 18:39:53 +0200

usbguard (0.5.14+ds1-1) unstable; urgency=medium

  * Initial release. (Closes: #791919)

 -- Muri Nicanor <muri@immerda.ch>  Sat, 13 Aug 2016 16:40:34 +0200
