debian/0000755000000000000000000000000011635100470007163 5ustar debian/watch0000644000000000000000000000016311635100110010203 0ustar version=3 http://search.cpan.org/dist/Logger-Syslog/ .+/Logger-Syslog-v?(\d[\d.]*)\.(?:tar\.gz|tar\.bz2|tgz|\.zip) debian/rules0000755000000000000000000000003611635100166010244 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000416111635100470011037 0ustar liblogger-syslog-perl (1.1-3) unstable; urgency=low * Team upload. [ Jonathan Yu ] * updated gregoa's e-mail address * Removed Alexis Sukrieh from Uploaders (Closes: #536161) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * Use source format 3.0 (quilt). * Use tiny debian/rules with debhelper 8. * Make build-dep on perl unversioned. * Convert debian/copyright to proposed machine-readable format. * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Sat, 17 Sep 2011 13:14:52 +0200 liblogger-syslog-perl (1.1-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Rene Mayorga ] * Make package ready for perl 5.10 update * debian/control + Set standards-version to 3.7.3 ( no changes needed ) + Raise debhelper version to 6 + Wrap uploaders field * debian/rules + remove OPTIMIZE var, we are not using it + use $@ when touching -stamp files + move test suite from install to build target + Don't install README file + remove un-used dh_ calls * improve debian/watch [ Damyan Ivanov ] * Actually upgrade Syslog.pm to 1.1; the change seems to have been omited in 1.1-1 * add myself to Uploaders * drop dependency on build from install; add dependency on build-stamp to install-stamp -- Damyan Ivanov Wed, 30 Jan 2008 22:39:04 +0200 liblogger-syslog-perl (1.1-1) unstable; urgency=low [ Alexis Sukrieh ] * New upstream release. * debian/watch file added. [ gregor herrmann ] * Set Maintainer to Debian Perl Group with permission of Alexis Sukrieh. -- Alexis Sukrieh Wed, 30 May 2007 17:22:43 +0200 liblogger-syslog-perl (1.0-1) unstable; urgency=low * Initial Release, closes ITP. (closes: #399818) -- Alexis Sukrieh Wed, 22 Nov 2006 14:38:34 +0100 debian/control0000644000000000000000000000211011635100437010563 0ustar Source: liblogger-syslog-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Damyan Ivanov Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Logger-Syslog/ Vcs-Git: git://git.debian.org/pkg-perl/packages/liblogger-syslog-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblogger-syslog-perl.git Package: liblogger-syslog-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libsys-syslog-perl Description: Logger::Syslog -- an simple wrapper over Sys::Syslog for Perl You want to deal with syslog, but you don't want to bother with Sys::Syslog, that module is for you. . Logger::Syslog takes care of everything regarding the Syslog communication, all you have to do is to use the function you need to send a message to syslog. . Logger::Syslog provides one function per Syslog message level: debug, info, warning, error, notice, critic, alert. debian/compat0000644000000000000000000000000211635100171010357 0ustar 8 debian/source/0000755000000000000000000000000011635100150010456 5ustar debian/source/format0000644000000000000000000000001411635100150011664 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000226711635100377011133 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: Alexis Sukrieh Source: http://search.cpan.org/dist/Logger-Syslog/ Name: Logger-Syslog Files: * Copyright: 2004-2006, Alexis Sukrieh License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2007, Alexis Sukrieh 2008, Damyan Ivanov 2008, gregor herrmann 2011, Ansgar Burchardt License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'.