summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-12 09:43:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-12 09:43:14 +0200
commit6aac668a24b0754152c53db3774003ef47662620 (patch)
tree9b273572e38432a023572931ad2ba70dcc0e3220 /debian/control
parent714c5115355e4c8ddb9df917dbcebc443cbc4c0e (diff)
downloadnagios-plugin-curl-6aac668a24b0754152c53db3774003ef47662620.tar.gz
nagios-plugin-curl-6aac668a24b0754152c53db3774003ef47662620.tar.bz2
added Debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3a35526
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: nagios-plugin-curl
+Section: unknown
+Priority: extra
+Maintainer: Andreas Baumann <abaumann@yahoo.com>
+Build-Depends: debhelper (>= 4.1.16), pkg-config,
+ libcurl-dev
+Standards-Version: 3.8.3
+Homepage: https://github.com/andreasbaumann/nagios-plugin-curl
+
+Package: nagios-plugin-curl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: nagios-plugin-curl
+ Nagios plugin with similar command line options and functionality
+ as 'check_http', but based on the cURL web library.