summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 22:13:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 22:13:02 +0000
commita1e4e62dd0c1a2abbb3e70cfb6689ad6b10dc374 (patch)
tree3a12126ee6e57473ad8aa8360d29435e35478d6d /debian/control
parentAdding upstream version 0.36. (diff)
downloadnwipe-a1e4e62dd0c1a2abbb3e70cfb6689ad6b10dc374.tar.xz
nwipe-a1e4e62dd0c1a2abbb3e70cfb6689ad6b10dc374.zip
Adding debian version 0.36-1.debian/0.36-1
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..b366d83
--- /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, libncurses-dev, dpkg-dev (>= 1.16.1~), pkgconf
+Standards-Version: 4.7.0
+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).