summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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).