]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- detect correct path of btrfs binary on Debian and derivatives 1058/head
authorArvin Schnell <aschnell@suse.de>
Wed, 24 Sep 2025 14:18:59 +0000 (16:18 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 24 Sep 2025 14:18:59 +0000 (16:18 +0200)
dists/debian/control
dists/debian/snapper-Debian.dsc.in.in
dists/debian/snapper-Raspbian.dsc.in.in
dists/debian/snapper-xUbuntu.dsc.in.in
package/snapper.changes

index 3f777ee989b64c47a38d937b8b0c6fc291492646..e1216e72a2f6abe4ec1633a7da4dafdf39189667 100644 (file)
@@ -2,7 +2,7 @@ Source: snapper
 Priority: optional
 Section: admin
 Maintainer: Arvin Schnell <aschnell@suse.com>
-Build-Depends: debhelper (>= 4.1.16), g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libpam-dev, xsltproc, docbook-xsl
+Build-Depends: debhelper (>= 4.1.16), btrfs-progs, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libpam-dev, xsltproc, docbook-xsl
 Homepage: http://en.opensuse.org/Portal:Snapper
 
 Package: snapper
index 92e18a576a1d2c509b8e7203b855133e0621c578..01cc77dc639b6b47658f17b72dfaa762de04a597 100644 (file)
@@ -4,7 +4,7 @@ Version: @VERSION@-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschnell@suse.com>
 Architecture: any
-Build-Depends: debhelper (>= 4.1.16), acl-dev, dbus, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, locales-all, ncurses-dev
+Build-Depends: debhelper (>= 4.1.16), acl-dev, btrfs-progs, dbus, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, locales-all, ncurses-dev
 #
 # The 'Files' line is generated during 'make package':
 # Files:
index 92e18a576a1d2c509b8e7203b855133e0621c578..01cc77dc639b6b47658f17b72dfaa762de04a597 100644 (file)
@@ -4,7 +4,7 @@ Version: @VERSION@-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschnell@suse.com>
 Architecture: any
-Build-Depends: debhelper (>= 4.1.16), acl-dev, dbus, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, locales-all, ncurses-dev
+Build-Depends: debhelper (>= 4.1.16), acl-dev, btrfs-progs, dbus, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, locales-all, ncurses-dev
 #
 # The 'Files' line is generated during 'make package':
 # Files:
index 71ccdf2cd8def54295e6c76e04cdedddbb109fcf..cbdb9df795b4bb4c4fbbecc081f2bf41f8c590a3 100644 (file)
@@ -4,7 +4,7 @@ Version: @VERSION@-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschnell@suse.com>
 Architecture: any
-Build-Depends: debhelper (>= 4.1.16), acl-dev, dbus, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, language-pack-en, language-pack-de, language-pack-fr, ncurses-dev
+Build-Depends: debhelper (>= 4.1.16), acl-dev, btrfs-progs, dbus, g++, libboost-dev, libboost-thread-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, language-pack-en, language-pack-de, language-pack-fr, ncurses-dev
 #
 # The 'Files' line is generated during 'make package':
 # Files:
index 7cc3cd4e9c43980cad3b7af77c815bd0f8edcac6..6a9d331b6e4de26c03eede19bdfb8f37479e9e8a 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Sep 24 16:12:34 CEST 2025 - aschnell@suse.com
+
+- detect correct path of btrfs binary on Debian and derivatives
+  (gh#openSUSE/snapper#1057)
+
 -------------------------------------------------------------------
 Fri Sep 05 12:52:07 CEST 2025 - aschnell@suse.com