debian/0000755000000000000000000000000012213721401007157 5ustar debian/watch0000644000000000000000000000012611554340447010225 0ustar version=3 http://www.castaglia.org/proftpd/modules/proftpd-mod-tar-([\d\.]+)\.tar\.gz debian/templates/0000755000000000000000000000000011554340447011173 5ustar debian/templates/tar.conf0000644000000000000000000000345711554340447012641 0ustar # # 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.install0000644000000000000000000000007111554340447013602 0ustar debian/templates/tar.conf usr/share/doc/proftpd-mod-tar/ debian/proftpd-mod-tar.links0000644000000000000000000000011411554340447013252 0ustar usr/share/doc/proftpd-mod-tar/tar.conf usr/share/proftpd/templates/tar.conf debian/rules0000755000000000000000000000150311554340447010254 0ustar #!/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.docs0000644000000000000000000000001511554340447013062 0ustar mod_tar.html debian/proftpd-mod-tar.dirs0000644000000000000000000000005411554340447013076 0ustar usr/lib/proftpd usr/share/proftpd/templates debian/copyright0000644000000000000000000000207311554340447011132 0ustar 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-base0000644000000000000000000000044711554340447013620 0ustar 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/0000755000000000000000000000000011554340447010475 5ustar debian/source/format0000644000000000000000000000001411554340447011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211554340447010373 0ustar 7 debian/control0000644000000000000000000000174111554340447010603 0ustar 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/changelog0000644000000000000000000000121512213721401011030 0ustar 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