debian/0000755000000000000000000000000011705471501007167 5ustar debian/source/0000755000000000000000000000000011705471501010467 5ustar debian/source/format0000644000000000000000000000001411705466330011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000070411705471477011056 0ustar libclamav-client-perl (0.11-2) unstable; urgency=low * Convert to dpkg-source 3.0 (quilt), though with nested upstream tarball from original upload * Standards-version 3.9.2 * Drop CDBS * Lintian fixes -- Devin Carraway Tue, 17 Jan 2012 23:14:11 -0800 libclamav-client-perl (0.11-1) unstable; urgency=low * Initial release (Closes: #405151) -- Devin Carraway Wed, 16 May 2007 23:22:04 -0700 debian/compat0000644000000000000000000000000211705467501010372 0ustar 7 debian/copyright0000644000000000000000000000150610622772050011124 0ustar This is the Debian package of the ClamAV::Client perl module, which was obtained at . ClamAV::Client is copyright (C) 2004-2005 Julian Mehnle . Packaging for Debian was done by Devin Carraway . This is free software; it may be modified and/or redistributed under either the GNU General Public License (version 2 or later), or the Perl Artistic License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian GNU/Linux systems, the complete text of these licenses can be found in these files: /usr/share/common-licenses/GPL /usr/share/common-licenses/Artistic debian/watch0000644000000000000000000000014110622772050010214 0ustar version=3 http://search.cpan.org/dist/ClamAV-Client/ \ /CPAN/.*/ClamAV-Client-([\d.]+)\.tar\.gz debian/rules0000755000000000000000000000165511705471250010257 0ustar #!/usr/bin/make -f # $Id$ clean: dh_testdir dh_testroot dh_auto_clean # clean up unpacked tarball rm -f Build.PL CHANGES MANIFEST META.yml Makefile.PL README SIGNATURE TODO rm -rf lib # remove our own stamps rm -f build-stamp configure-stamp configure-stamp configure: configure-stamp: dh_testdir # unpack nested tarball tar --exclude=debian --strip-components=1 -xzvf ClamAV-Client-0.11.tar.gz dh_auto_configure touch $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir dh_auto_build touch $@ install: build-stamp dh_testdir dh_testroot dh_auto_install dh_link dh_strip dh_fixperms dh_installdocs dh_installchangelogs dh_compress dh_shlibdeps dh_perl dh_gencontrol dh_builddeb binary-arch: build install binary-indep: build install binary: binary-indep binary-arch .PHONY: clean build binary-indep binary-arch binary # vi: set noet: debian/control0000644000000000000000000000137511705471324010603 0ustar Source: libclamav-client-perl Section: perl Priority: extra Maintainer: Devin Carraway Build-Depends: debhelper (>= 7.0), libmodule-build-perl Standards-Version: 3.9.2 Package: libclamav-client-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl Suggests: clamav-daemon Homepage: http://search.cpan.org/dist/ClamAV-Client/ Description: Perl client for the ClamAV virus scanner daemon This package supplies ClamAV::Client, a Perl interface to the ClamAV virus scanner via the clamd daemon. It allows connection either over a UNIX domain socket to a local clamd, via TCP to a remote one. . The client package fully implements the clamd socket protocol, with both scanning and daemon management calls provided.