File: control

package info (click to toggle)
ntfs2btrfs 20250616-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 552 kB
  • sloc: cpp: 4,910; ansic: 3,075; asm: 258; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: ntfs2btrfs
Section: utils
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13),
 cmake,
 pkgconf,
 libfmt-dev (>= 11.1.1+ds1-1),
 liblzo2-dev,
 libzstd-dev,
 zlib1g-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/maharmstone/ntfs2btrfs
Vcs-Browser: https://salsa.debian.org/debian/ntfs2btrfs
Vcs-Git: https://salsa.debian.org/debian/ntfs2btrfs.git
Rules-Requires-Root: no

Package: ntfs2btrfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: btrfs-progs
Description: converts NTFS filesystem to BTRFS
 This is a tool which does in-place conversion of Microsoft's NTFS filesystem
 to the open-source filesystem Btrfs, much as btrfs-convert does for ext2.
 The original image is saved as a reflink copy at image/ntfs.img, and if you
 want to keep the conversion you can delete this to free up space.