debian/0000755000000000000000000000000012160116613007163 5ustar debian/source/0000755000000000000000000000000012160116613010463 5ustar debian/source/format0000644000000000000000000000001412160116613011671 0ustar 3.0 (quilt) debian/xsendfile.load0000644000000000000000000000010612160116613012002 0ustar LoadModule xsendfile_module /usr/lib/apache2/modules/mod_xsendfile.so debian/control0000644000000000000000000000205512160116613010570 0ustar Source: libapache2-mod-xsendfile Priority: extra Maintainer: Marco Nenciarini Build-Depends: debhelper (>= 7.0.50~), apache2-dev (>= 2.4) Standards-Version: 3.9.4 Section: web Vcs-Git: git://anonscm.debian.org/collab-maint/libapache2-mod-xsendfile.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libapache2-mod-xsendfile.git Homepage: http://tn123.org/mod_xsendfile/ Package: libapache2-mod-xsendfile Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Serve large static files efficiently from web applications This package provides the xsendfile module for the Apache 2 webserver. xsendfile is a small Apache2 module that processes X-SENDFILE header sent by the original output handler. . If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured. . It is useful for processing script-output of e.g. php, perl or any cgi. debian/rules0000755000000000000000000000026312160116613010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with apache2 override_dh_auto_build: apxs2 -c mod_xsendfile.c debian/changelog0000644000000000000000000000245212160116613011040 0ustar libapache2-mod-xsendfile (0.12-2) unstable; urgency=low [ Felix Geyer ] * [289e846] Transition towards Apache 2.4. - Use apache2 dh helper. (Closes: #666801) [ Marco Nenciarini ] * [831671c] Canonicalize VCS-* field URI in debian/control * [d5a4985] Bumped Standard-Versions to 3.9.4, no changes needed. * [d78293a] Fix copyright file syntax * [4dc9ba0] Register Readme.html in doc-base -- Marco Nenciarini Tue, 18 Jun 2013 19:43:11 +0200 libapache2-mod-xsendfile (0.12-1) unstable; urgency=low * [6537b3a] New upstream version 0.12 * [d9d7839] Now the package is maintained under git. * [a309bc2] Fix Readme.html location * [3f99761] Update debian/copyright and debian/control to new home site * [64bc65e] Add debian/watch file * [68f8fd7] Bump Stantards-Version to 3.9.2; no changes -- Marco Nenciarini Fri, 15 Jul 2011 20:01:23 +0200 libapache2-mod-xsendfile (0.9-2) unstable; urgency=low * debian/copyright1: Removed. Included by mistake. * Switched to source format 3.0 (quilt) -- Marco Nenciarini Tue, 22 Dec 2009 17:53:34 +0100 libapache2-mod-xsendfile (0.9-1) unstable; urgency=low * Initial release (Closes: #496220) -- Marco Nenciarini Tue, 03 Nov 2009 10:26:56 +0100 debian/gbp.conf0000644000000000000000000000032312160116613010600 0ustar [DEFAULT] cleaner = /bin/true pristine-tar = True sign-tags = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ [git-dch] meta = True id-length = 7 [gbp-pq] patch-numbers = False debian/watch0000644000000000000000000000012112160116613010206 0ustar version=3 https://tn123.org/mod_xsendfile/ mod_xsendfile-(.+)\.tar\.bz2(?:#.*)? debian/docs0000644000000000000000000000002112160116613010027 0ustar docs/Readme.html debian/install0000644000000000000000000000005712160116613010556 0ustar .libs/mod_xsendfile.so usr/lib/apache2/modules debian/apache20000644000000000000000000000003212160116613010404 0ustar mod debian/xsendfile.load debian/copyright0000644000000000000000000000333612160116613011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mod_xsendfile Upstream-Contact: Nils Maier Source: http://tn123.org/mod_xsendfile/ Files: * Copyright: 2006-2010, Nils Maier 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 version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: 2009-2011, Marco Nenciarini License: GPL-3+ 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 3 of the License, or (at your option) any later version. . 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 debian/libapache2-mod-xsendfile.doc-base0000644000000000000000000000065712160116613015320 0ustar Document: libapache2-mod-xsendfile Title: Debian libapache2-mod-xsendfile Manual Author: Nils Maier Abstract: This manual describes what libapache2-mod-xsendfile is and how it can be used to allow Apache to process X-SENDFILE headers registered by the original output handler. Section: Web Development Format: HTML Index: /usr/share/doc/libapache2-mod-xsendfile/Readme.html Files: /usr/share/doc/libapache2-mod-xsendfile/*.html debian/dirs0000644000000000000000000000003012160116613010040 0ustar usr/lib/apache2/modules debian/compat0000644000000000000000000000000212160116613010361 0ustar 7