aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c441c00
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: inxi
+Section: misc
+Priority: extra
+Maintainer: Unit 193 <unit193@ubuntu.com>
+Uploaders: Mateusz Łukasik <mati75@linuxmint.pl>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
+Homepage: http://code.google.com/p/inxi/
+
+Package: inxi
+Architecture: all
+Depends: ${misc:Depends},
+ bash (>=3.0),
+ gawk,
+ pciutils,
+ procps
+Recommends: dmidecode,
+ file,
+ hddtemp,
+ iproute2,
+ lm-sensors,
+ mesa-utils,
+ module-init-tools,
+ net-tools,
+ sudo,
+ usbutils,
+ x11-utils,
+ x11-xserver-utils
+Description: full featured system information script
+ Inxi is a system information script that can display various things about
+ your hardware and software to users in an IRC chatroom or support forum.
+ It runs with the /exec command in most IRC clients.