--- /dev/null
+nagios-plugins-afs (2.0-1) unstable; urgency=low
+
+ * Initial packaging.
+
+ -- Russ Allbery <rra@debian.org> Wed, 10 Nov 2010 17:32:50 -0800
+
--- /dev/null
+Source: nagios-plugins-afs
+Section: net
+Priority: extra
+Build-Depends: debhelper (>= 8)
+Maintainer: Russ Allbery <rra@stanford.edu>
+Bugs: mailto:rra@debian.org
+Homepage: http://www.eyrie.org/~eagle/software/afs-monitor/
+Standards-Version: 3.9.1
+Vcs-Git: git://git.eyrie.org/afs/afs-monitor.git
+Vcs-Browser: http://git.eyrie.org/?p=afs/afs-monitor.git
+
+Package: nagios-plugins-afs
+Architecture: all
+Depends: openafs-client, perl
+Suggests: nagios3
+Conflicts: stanford-server-nagios (<= 21)
+Description: Plugins for Nagios to monitor AFS servers
+ Nagios is a host/service/network monitoring and management system. This
+ package provides plugins for Nagios to monitor AFS file servers and
+ volume location servers for availability and disk and quota usage.
--- /dev/null
+Format-Specification:
+ http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+
+Files: *
+Copyright: 2003, 2004, 2005, 2006, 2010 Board of Trustees, Leland
+ Stanford Jr. University
+License: GPL-1+ or Artistic-1
+ This program is free software; you may redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ This means that you may choose between the two licenses that Perl is
+ released under: the GNU GPL version 1 or later and the Artistic License.
+ .
+ These licenses may be found on Debian systems in
+ /usr/share/common-licenses/GPL-1 and
+ /usr/share/common-licenses/Artistic.
--- /dev/null
+usr/lib/nagios/plugins
--- /dev/null
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_build:
+
+override_dh_auto_install:
+ mkdir -p debian/tmp/usr/lib/nagios/plugins
+ install -m 755 check_afs_* debian/tmp/usr/lib/nagios/plugins/