debian/0000755000000000000000000000000012153133275007170 5ustar debian/rules0000755000000000000000000000101512153133275010245 0ustar #!/usr/bin/make -f PKG := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PKG) 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 override_dh_auto_install: dh_auto_install rm -rv $(TMP)/usr/share/perl5/Apache rm -v $(TMP)/usr/share/man/man3/Apache::Reload.3pm debian/control0000644000000000000000000000263712153133275010603 0ustar Source: libapache2-reload-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, apache2-dev, libapache2-mod-perl2, libapache2-mod-perl2-dev Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Nicholas Bamber , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Apache-Reload/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache2-reload-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache2-reload-perl.git Package: libapache2-reload-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libapache2-mod-perl2 Description: module for reloading Perl modules when changed on disk Apache2::Reload reloads modules that change on the disk. . When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from disk. This module's handler can be configured to iterate over the modules in %INC and reload those that have changed on disk. It can also monitor only specific modules that have registered themselves with Apache2::Reload. It is possible to trigger the check only when a special touch-file has been modified, minimizing the number of stat() calls per request. debian/source/0000755000000000000000000000000012153133275010470 5ustar debian/source/format0000644000000000000000000000001412153133275011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000527712153133275011055 0ustar libapache2-reload-perl (0.12-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: - debian/control: build-depend on apache2-dev - add a minimal debian/apache2.conf and use it in debian/rules for the test suite Closes: #666799 * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Mon, 03 Jun 2013 17:30:52 +0200 libapache2-reload-perl (0.12-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Drop spelling.patch, merged upstream. * debian/copyright: update to Copyright-Format 1.0. * Update years of packaging copyright. * Bump Standards-Version to 3.9.3 (no changes). * Set debhelper compatibility level to 8. * Add /me to Uploaders. -- gregor herrmann Sat, 16 Jun 2012 18:34:35 +0200 libapache2-reload-perl (0.11-2) unstable; urgency=low * Override home directory (Closes: #609402) * Adding debian/clean file to clean up generated files * Updated copyright -- Nicholas Bamber Mon, 10 Jan 2011 16:27:28 +0000 libapache2-reload-perl (0.11-1) unstable; urgency=low [ gregor herrmann ] * debian/copyright: point to /usr/share/common-licenses/Apache-2.0 instead of including the full text of the Apache 2.0 license. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Make short description a noun phrase. * Set Standards-Version to 3.9.1; replace Conflicts with Breaks. [ Nicholas Bamber ] * Added myself to uploaders * New upstream release * echo '3.0 (quilt)' > debian/source/format * Added patch for spelling mistake * Upped debhelper dependency to 7.0.50~ for overrides * Modernized build rules [ gregor herrmann ] * debian/rules: run configure and tests as user www-data. [ Nicholas Bamber ] * Removed Breaks/Replaces clauses from control * Removed versioned dependency on perl * Refreshed copyright -- Nicholas Bamber Sat, 23 Oct 2010 20:38:02 +0100 libapache2-reload-perl (0.10-2) unstable; urgency=low * debian/control: add forgotten Conflicts/Replaces: libapache2-mod-perl2 (<< 2.0.4~rc1). -- Damyan Ivanov Thu, 08 May 2008 13:20:39 +0300 libapache2-reload-perl (0.10-1) unstable; urgency=low * Initial Release. Closes: #475151 -- Damyan Ivanov Thu, 08 May 2008 10:01:58 +0300 debian/compat0000644000000000000000000000000212153133275010366 0ustar 8 debian/clean0000644000000000000000000000023712153133275010177 0ustar t/TEST t/htdocs t/logs t/conf/apache_test_config.pm t/conf/modperl_inc.pl t/conf/httpd.conf t/conf/extra.last.conf t/conf/mime.types t/conf/modperl_startup.pl debian/copyright0000644000000000000000000000230712153133275011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache-Reload Upstream-Contact: mod_perl developers Source: https://metacpan.org/release/Apache-Reload/ Files: * Copyright: 2001, 2008, Matt Seareant License: Apache-2.0 Files: debian/* Copyright: 2008, Damyan Ivanov 2008-2012, gregor herrmann 2009, Nathan Handler 2010-2011, Nicholas Bamber License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. debian/apache2.conf0000644000000000000000000000033612153133275011344 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/watch0000644000000000000000000000035712153133275010226 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Apache-Reload/ .*/Apache-Reload-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$