debian/ 0000755 0000000 0000000 00000000000 12213721401 007157 5 ustar debian/watch 0000644 0000000 0000000 00000000126 11554340447 010225 0 ustar version=3
http://www.castaglia.org/proftpd/modules/proftpd-mod-tar-([\d\.]+)\.tar\.gz
debian/templates/ 0000755 0000000 0000000 00000000000 11554340447 011173 5 ustar debian/templates/tar.conf 0000644 0000000 0000000 00000003457 11554340447 012641 0 ustar #
# Proftpd sample configuration for mod_tar.
#
# TarEnable
# Syntax: TarEnable on|off
# Default: None
# The TarEnable directive can be used to block or prevent a directory from being turned into a tar file by mod_tar.
# TarEngine
# Syntax: TarEngine on|off
# Default: off
# The TarEngine directive enables or disables the module's support for on-the-fly tar file creation.
TarEngine on
# TarLog
# Syntax: TarLog file
# Default: None
# The TarLog directive is used to a specify a log file for mod_tar reporting and debugging, and can be done a per-server basis.
# The file parameter must be the full path to the file to use for logging. Note that this path must not be to a world-writeable directory
# and, unless AllowLogSymlinks is explicitly set to on (generally a bad idea), the path must not be a symbolic link.
# If file is "none", no logging will be done at all; this setting can be used to override a TarLog setting inherited from a context.
TarLog /var/log/proftpd/mod_tar.log
# TarOptions
# Syntax: TarOptions opt1 ...
# Default: None
# The TarOptions directive is used to configure various optional behavior of mod_tar, usually pertaining to how the .tar files are constructed.
# Example:
# TarOptions dereference
# The currently implemented options are:
# * dereference
# Instead of creating .tar files which include symlinks, include the files that the symlinks point to.
# TarTempPath
# Syntax: TarTempPath path
# Default: "./"
# The TarTempPath directive controls the directory where mod_tar will writes its temporary .tar files.
# Keep in mind that the TarTempPath is subject to any chroot (i.e. use of DefaultRoot or ).
# The default TarTempPath is "./", which means that the temporary .tar files are written in the current directory of the FTP session.
debian/proftpd-mod-tar.install 0000644 0000000 0000000 00000000071 11554340447 013602 0 ustar debian/templates/tar.conf usr/share/doc/proftpd-mod-tar/
debian/proftpd-mod-tar.links 0000644 0000000 0000000 00000000114 11554340447 013252 0 ustar usr/share/doc/proftpd-mod-tar/tar.conf usr/share/proftpd/templates/tar.conf
debian/rules 0000755 0000000 0000000 00000001503 11554340447 010254 0 ustar #!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1
VERSION=$(shell grep PROFTPD_VERSION_TEXT /usr/include/proftpd/version.h|cut -d\" -f2)
MODULE_NAME=mod_tar
DEBNAME=proftpd-mod-tar
%:
dh $@
override_dh_auto_build:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c
override_dh_auto_install:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c
rm -f $(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.la \
$(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.a
override_dh_gencontrol:
cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/$(DEBNAME).substvars
dh_gencontrol
clean:
dh_clean
$(RM) $(MODULE_NAME).a *.o *.la *.lo
$(LIBTOOL) --mode=clean $(RM) "$(MODULE_NAME).o"
$(LIBTOOL) --mode=clean $(RM) `echo "$(MODULE_NAME).la" | sed 's/\.la$\/.lo/g'`
distclean: clean
$(RM) -r .libs/
debian/proftpd-mod-tar.docs 0000644 0000000 0000000 00000000015 11554340447 013062 0 ustar mod_tar.html
debian/proftpd-mod-tar.dirs 0000644 0000000 0000000 00000000054 11554340447 013076 0 ustar usr/lib/proftpd
usr/share/proftpd/templates
debian/copyright 0000644 0000000 0000000 00000002073 11554340447 011132 0 ustar Format: http://dep.debian.net/deps/dep5/
Upstream-Name: mod_tar
Upstream-Contact: TJ Saunders
Source: http://www.castaglia.org/proftpd/modules/mod_tar.html
Files: *
Copyright: 2007-2010, TJ Saunders
License: GPL-2+
License: GPL-2+
This package 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 2 of the License, or
(at your option) any later version.
.
This package 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 systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: debian/*
Copyright: 2011, Fabrizio Regalli
License: GPL-2+
debian/proftpd-mod-tar.doc-base 0000644 0000000 0000000 00000000447 11554340447 013620 0 ustar Document: proftpd-mod-tar
Title: Documentation for the mod_tar ProFTPD
Author:
Abstract: Configuration reference, modules documentation, FAQs and HOWTOs
Section: System/Administration
Format: HTML
Index: /usr/share/doc/proftpd-mod-tar/mod_tar.html
Files: /usr/share/doc/proftpd-mod-tar/*.html
debian/source/ 0000755 0000000 0000000 00000000000 11554340447 010475 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11554340447 011703 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 11554340447 010373 0 ustar 7
debian/control 0000644 0000000 0000000 00000001741 11554340447 010603 0 ustar Source: proftpd-mod-tar
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team
Uploaders: Fabrizio Regalli ,
Francesco Paolo Lovergine
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), libtar-dev, proftpd-dev (>= 1.3.3d-5~), libbz2-dev, libacl1-dev, zlib1g-dev
Standards-Version: 3.9.2
Homepage: http://www.castaglia.org/proftpd/modules/mod_tar.html
Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-tar.git
Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-tar.git;a=summary
Package: proftpd-mod-tar
Architecture: any
Depends: proftpd-basic (>= 1.3.3d-4~), ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_tar
The mod_tar module supports on-the-fly creation of tar files,
Whenever a client attempts to download a directory as a tar file,
the mod_tar module will automatically create a tar file of that directory.
debian/changelog 0000644 0000000 0000000 00000001215 12213721401 011030 0 ustar proftpd-mod-tar (0.3.3-1build2) saucy; urgency=low
* Rebuild for ProFTPd 1.3.5~rc3.
-- Colin Watson Tue, 10 Sep 2013 23:53:53 +0100
proftpd-mod-tar (0.3.3-1build1) precise; urgency=low
* No change to rebuild agian current proftpd ABI
-- Mahyuddin Susanto Thu, 19 Jan 2012 18:22:28 +0700
proftpd-mod-tar (0.3.3-1) unstable; urgency=low
* Initial Release. (closes: #618520)
* Pushed policy version to 3.9.2, without changes.
* Fixed for correct substvars file name.
* Added doc-base
* Added dh_clean to d/rules
-- Fabrizio Regalli Sat, 16 Apr 2011 11:24:20 +0200