summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:00:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:00:34 +0000
commit5ad8c44cfacd0dcec5248b9e8f26a4379d804481 (patch)
treee1bbac85e474d5cc8d903634cf5381bf823f07e3 /debian/control
parentAdding upstream version 0.34. (diff)
downloadnwipe-5ad8c44cfacd0dcec5248b9e8f26a4379d804481.tar.xz
nwipe-5ad8c44cfacd0dcec5248b9e8f26a4379d804481.zip
Adding debian version 0.34-1.debian/0.34-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..45657b5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: nwipe
+Section: utils
+Priority: optional
+Maintainer: Martijn van Brummelen <mvb@debian.org>
+Build-Depends: debhelper-compat (=13), libparted-dev, libncurses5-dev, dpkg-dev (>= 1.16.1~), pkg-config
+Standards-Version: 4.6.1
+Homepage: https://github.com/martijnvanbrummelen/nwipe
+Vcs-Browser: https://salsa.debian.org/mvb/nwipe
+Vcs-Git: https://salsa.debian.org/mvb/nwipe.git
+
+Package: nwipe
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Utility to securely erase disks
+ Nwipe is a command that will securely erase disks using a variety of
+ recognised methods. It is a fork of the dwipe command used by Darik's Boot and
+ Nuke (DBAN).