]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - debian/control
Update upstream source from tag 'v1.6.3'
[bcachefs-tools-debian] / debian / control
index 3e9b2942b491921efd9faf5c8f3250b508f9b33e..c43c1eeb8d8472f6022fc074dcc36bade9f603b5 100644 (file)
@@ -1,24 +1,38 @@
-Source: bcache-tools
-Maintainer: David Mohr <david@mcbf.net>
-Uploaders: Robie Basak <robie@justgohome.co.uk>
+Source: bcachefs-tools
+Maintainer: Jonathan Carter <jcc@debian.org>
 Section: utils
 Priority: optional
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), pkg-config, libblkid-dev, uuid-dev, libnih-dev,
-       libscrypt-dev, libsodium-dev, libkeyutils-dev
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/bcache-tools.git
-Vcs-Git: git://anonscm.debian.org/collab-maint/bcache-tools.git
-Homepage: http://bcache.evilpiepirate.org/
+Standards-Version: 4.6.1
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+               cargo,
+               pkg-config,
+               python3-docutils,
+               python3-pytest,
+               libaio-dev,
+               libfuse3-dev,
+               libblkid-dev,
+               libkeyutils-dev,
+               liblz4-dev,
+               libscrypt-dev,
+               libsodium-dev,
+               libudev-dev,
+               liburcu-dev,
+               libzstd-dev,
+               uuid-dev,
+               zlib1g-dev
+Homepage: https://bcachefs.org/
+Vcs-Git: https://salsa.debian.org/jcc/bcachefs-tools.git
+Vcs-Browser: https://salsa.debian.org/jcc/bcachefs-tools
 
-Package: bcache-tools
+Package: bcachefs-tools
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: initramfs-tools | linux-initramfs-tool
-Description: bcache userspace tools
- Bcache allows the use of SSDs to cache other block devices.
+Description: bcachefs userspace tools
+ Userspace tools for bcachefs, a modern copy on write, checksumming, multi
+ device filesystem.
  .
- Documentation for the run-time interface is included in the kernel tree; in
- Documentation/bcache.txt.
- .
- This package includes udev rules, initramfs support, and the utilities to
- create a new bcache as well as inspect existing bcache partitions.
+ Note: The current Debian kernels do not come with bcachefs support, you
+ will have to use your own kernel or one provided by a 3rd party that
+ contains bcachefs support.