debian/0000755000000000000000000000000012153132422007161 5ustar debian/rules0000755000000000000000000000050412153132422010240 0ustar #!/usr/bin/make -f BUILDHOME := $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) rm -rf $(CURDIR)/t/logs override_dh_auto_test: mkdir -p $(BUILDHOME) mkdir -p $(CURDIR)/t/logs APACHE_TEST_EXTRA_ARGS="-httpd_conf $(CURDIR)/debian/apache2.conf" \ HOME=$(BUILDHOME) \ dh_auto_test debian/control0000644000000000000000000000214412153132422010565 0ustar Source: libapache-singleton-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, apache2-dev, libapache2-mod-perl2, netbase Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Apache-Singleton/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-singleton-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache-singleton-perl.git Package: libapache-singleton-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libapache2-mod-perl2 Description: Singleton class for mod_perl Apache::Singleton is a Perl module that provides a Singleton class suitable for use with mod_perl. . A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. . For a description and discussion of the Singleton class, see "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2. debian/source/0000755000000000000000000000000012153132422010461 5ustar debian/source/format0000644000000000000000000000001412153132422011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000453212153132422011037 0ustar libapache-singleton-perl (0.15-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Apache 2.4 transition: - build-depend on apache2-dev - add a minimal debian/apache2.conf to get necessary modules for the test suite - use it in debian/rules (Closes: #666800) * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Mon, 03 Jun 2013 17:22:31 +0200 libapache-singleton-perl (0.15-1) unstable; urgency=low * New upstream release. * Remove patch, merged upstream. -- gregor herrmann Sat, 16 Jun 2012 18:23:45 +0200 libapache-singleton-perl (0.14-2) unstable; urgency=low * Add patch to use only one Apache child process in tests. Thanks to Niko Tyni for the analysis and the patch. (Closes: #666601) * Add t/SMOKE to debian/clean. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Mon, 02 Apr 2012 17:36:33 +0200 libapache-singleton-perl (0.14-1) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Isaac Clerencia ). * Add debian/watch. * New upstream release. * Switch to debhelper compatibility level 8. Use tiny debian/rules. * Switch to "3.0 (quilt)" source format. * Bump Standards-Version to 3.9.2 (no further changes). * Update build/runtime dependencies, enable test suite. * Add /me to Uploaders. * debian/copyright: DEP5 format, new upstream maintainer. -- gregor herrmann Thu, 19 Jan 2012 20:02:09 +0100 libapache-singleton-perl (0.07-1) unstable; urgency=low * New upstream release, closes: #329492 -- Isaac Clerencia Thu, 22 Sep 2005 09:18:32 +0200 libapache-singleton-perl (0.06-1) unstable; urgency=low * Initial release, closes: #263495 -- Isaac Clerencia Wed, 04 Aug 2004 16:41:39 +0100 debian/compat0000644000000000000000000000000212153132422010357 0ustar 8 debian/clean0000644000000000000000000000001012153132422010155 0ustar t/SMOKE debian/copyright0000644000000000000000000000213612153132422011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache-Singleton Upstream-Contact: Michael Schout Source: https://metacpan.org/release/Apache-Singleton/ Files: * Copyright: 2009, Michael Schout License: Artistic or GPL-1+ Files: debian/* Copyright: 2004-2005, Isaac Clerencia 2012-2013, gregor herrmann 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'. debian/apache2.conf0000644000000000000000000000033612153132422011335 0ustar LoadModule mpm_worker_module "/usr/lib/apache2/modules/mod_mpm_worker.so" LoadModule authn_core_module "/usr/lib/apache2/modules/mod_authn_core.so" LoadModule authz_core_module "/usr/lib/apache2/modules/mod_authz_core.so" debian/watch0000644000000000000000000000017512153132422010215 0ustar version=3 https://metacpan.org/release/Apache-Singleton/ .+/Apache-Singleton-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$