debian/0000700000000000000000000000000012222120247007146 5ustar debian/changelog0000600000000000000000000000314212222120244011017 0ustar mod-mime-xattr (0.4-6) unstable; urgency=low * Upload to unstable. * Bump Standards-Version. * Build-Depend on apache2-api-20120211. -- Guus Sliepen Sun, 29 Sep 2013 23:44:37 +0200 mod-mime-xattr (0.4-5) experimental; urgency=low * Prepare for Apache 2.4. Closes: #666817 * Convert package to 3.0 (quilt) format. * Replace debian/rules with dh sequencer. * Bump Standards-Version and debian/compat. * Build-Depend on apache2-dev. * Convert debian/copyright to DEP5 format. -- Guus Sliepen Sun, 05 May 2013 13:08:37 +0200 mod-mime-xattr (0.4-4) unstable; urgency=low * Also Build-Depend on pkg-config. -- Guus Sliepen Mon, 15 Oct 2007 16:59:18 +0200 mod-mime-xattr (0.4-3) unstable; urgency=low * Check for existing Makefile before running make distclean. * Build-Depend on libapr1-dev. -- Guus Sliepen Mon, 15 Oct 2007 16:33:13 +0200 mod-mime-xattr (0.4-2) unstable; urgency=low * Ignore make distclean errors. -- Guus Sliepen Mon, 15 Oct 2007 15:12:37 +0200 mod-mime-xattr (0.4-1) unstable; urgency=low * New upstream release. Closes: #443586 * Update package description. Closes: #400983 -- Guus Sliepen Mon, 15 Oct 2007 14:39:56 +0200 mod-mime-xattr (0.3-2) unstable; urgency=low * Don't use lynx during package building. Closes: #370236 -- Guus Sliepen Sun, 4 Jun 2006 20:23:58 +0200 mod-mime-xattr (0.3-1) unstable; urgency=low * Initial release Closes: #350457 -- Guus Sliepen Wed, 3 May 2006 17:20:39 +0200 debian/libapache2-mod-mime-xattr.install0000600000000000000000000000015010704657600015403 0ustar src/.libs/mod_mime_xattr.so usr/lib/apache2/modules/ debian/mime-xattr.load etc/apache2/mods-available/ debian/mime-xattr.load0000600000000000000000000000011010704657600012103 0ustar LoadModule mime_xattr_module /usr/lib/apache2/modules/mod_mime_xattr.so debian/source/0000700000000000000000000000000012141432054010450 5ustar debian/source/format0000600000000000000000000000001412141432054011660 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000033012141436014010236 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: # do nothing, since upstream doesn't provide the check target. override_dh_auto_install: # upstream's Makefile ignores DESTDIR. .PHONY: override_dh_auto_test debian/docs0000600000000000000000000000000710704657600010033 0ustar README debian/compat0000600000000000000000000000000212141432106010346 0ustar 9 debian/dirs0000600000000000000000000000002110704657600010040 0ustar usr/bin usr/sbin debian/control0000600000000000000000000000202312222117722010554 0ustar Source: mod-mime-xattr Section: web Priority: optional Maintainer: Guus Sliepen Build-Depends: debhelper (>= 9), autotools-dev, libattr1-dev, apache2-dev (>= 2.4.4-2), pkg-config, lynx Standards-Version: 3.9.4 Package: libapache2-mod-mime-xattr Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-api-20120211 Description: Apache2 module to get MIME info from filesystem extended attributes This is a module for the Apache HTTPD 2.4 which may be used to set a range of MIME properties of files served from a document tree with extended attributes (EAs) as supported by the underlying file system. The following attributes may be used: . - user.mime_type: set the MIME type of a file explicitly. This attribute is compatible with the shared MIME database specification as published by freedesktop.org. - user.charset: set the charset used in a file. - user.mime_encoding: set the MIME encoding of a file (e.g. gzip). - user.apache_handler: set the apache handler of a file explicitly. debian/copyright0000600000000000000000000000216712141436507011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://0pointer.de/lennart/projects/mod_mime_xattr/ Files: * Copyright: 2007 Lennart Poettering License: Apache 2.0 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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 full text of the Apache Software License version 2 can be found in the file `/usr/share/common-licenses/Apache-2.0'.