summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..40544ac
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: smartmontools
+Section: utils
+Priority: optional
+Standards-Version: 4.6.0
+Maintainer: Dmitry Smirnov <onlyjob@debian.org>
+Uploaders: Florian Maier <contact@marsmenschen.com>,
+ Jonathan Dowland <jmtd@debian.org>,
+Build-Depends: autoconf,
+ automake,
+ debhelper-compat (= 13),
+ freebsd-glue [kfreebsd-any],
+ libcam-dev [kfreebsd-any],
+ libcap-ng-dev [linux-any],
+ libselinux1-dev [linux-any],
+ libusb2-dev [kfreebsd-any],
+ libsystemd-dev [linux-any],
+ pkg-config,
+Vcs-Git: https://salsa.debian.org/debian/smartmontools.git
+Vcs-Browser: https://salsa.debian.org/debian/smartmontools
+Homepage: https://www.smartmontools.org/
+Rules-Requires-Root: no
+
+Package: smartmontools
+Architecture: any
+Conflicts: smartsuite, ucsc-smartsuite
+Pre-Depends: ${misc:Pre-Depends}
+Depends: debianutils (>= 2.2),
+ sysvinit-utils (>= 3.05-4~),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: ${misc:Recommends}
+Suggests: gsmartcontrol, smart-notifier
+ ,mailx | mailutils
+# update-smart-drivedb
+ ,curl | wget | lynx, gpg
+Description: control and monitor storage systems using S.M.A.R.T.
+ The smartmontools package contains two utility programs (smartctl and smartd)
+ to control and monitor storage systems using the Self-Monitoring, Analysis and
+ Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI
+ hard disks. It is derived from the smartsuite package, and includes support
+ for ATA/ATAPI-5 disks. It should run on any modern Linux system.