debian/0000755000000000000000000000000012213721201007155 5ustar debian/watch0000644000000000000000000000012711675135714010231 0ustar version=3 http://www.castaglia.org/proftpd/modules/proftpd-mod-case-([\d\.]+)\.tar\.gz debian/templates/0000755000000000000000000000000011675135714011176 5ustar debian/templates/case.conf0000644000000000000000000000106611675135714012763 0ustar # # Proftpd sample configuration for case. # please uncomment configurations to activate # ## Syntax: CaseEngine on|off ## Default: off #CaseEngine on ## Syntax: CaseIgnore on|off|cmd-list ## Default: off ## Enable case-insensitivity for all FTP commands handled by mod_case #CaseIgnore on ## Enable case-insensitivity only for downloads #CaseIgnore RETR ## Enable case-insensitivity for uploads and downloads CaseIgnore APPE,RETR,STOR ## Syntax: CaseLog path|"none" ## Default: None #CaseLog /var/log/proftpd/mod-case.log debian/proftpd-mod-case.links0000644000000000000000000000011711675135714013405 0ustar usr/share/doc/proftpd-mod-case/case.conf usr/share/proftpd/templates/case.conf debian/proftpd-mod-case.install0000644000000000000000000000007311675135714013734 0ustar debian/templates/case.conf usr/share/doc/proftpd-mod-case/ debian/proftpd-mod-case.dirs0000644000000000000000000000005411675135714013226 0ustar usr/lib/proftpd usr/share/proftpd/templates debian/rules0000755000000000000000000000113111675137660010256 0ustar #!/usr/bin/make -f # -*- makefile -*- MODULE_NAME=mod_case DEBNAME=proftpd-mod-case %: 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 override_dh_clean: DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -d $(MODULE_NAME).c dh_clean debian/copyright0000644000000000000000000000214211675137212011125 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Upstream-Name: mod_case Upstream-Contact: TJ Saunders Source: http://www.castaglia.org/proftpd/modules/mod_case.html Files: * Copyright: 2004-2010, TJ Saunders License: GPL-2+ Files: debian/* Copyright: 2011, Mahyuddin Susanto 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". debian/docs0000644000000000000000000000001611675135714010050 0ustar mod_case.html debian/source/0000755000000000000000000000000011675135714010500 5ustar debian/source/format0000644000000000000000000000001411675135714011706 0ustar 3.0 (quilt) debian/proftpd-mod-case.doc-base0000644000000000000000000000045411675135714013746 0ustar Document: proftpd-mod-case Title: Documentation for the mod_case ProFTPD Author: Abstract: Configuration reference, modules documentation, FAQs and HOWTOs Section: System/Administration Format: HTML Index: /usr/share/doc/proftpd-mod-case/mod_case.html Files: /usr/share/doc/proftpd-mod-case/*.html debian/compat0000644000000000000000000000000211675135714010376 0ustar 7 debian/control0000644000000000000000000000244311675135714010606 0ustar Source: proftpd-mod-case Section: net Priority: extra Maintainer: ProFTPD Maintainance Team Uploaders: Mahyuddin Susanto , Francesco Paolo Lovergine DM-Upload-Allowed: yes Build-Depends: autotools-dev, debhelper (>= 7.0.50~), proftpd-dev (>= 1.3.4~rc3-2~) Standards-Version: 3.9.2 Homepage: http://www.castaglia.org/proftpd/modules/mod_case.html Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-case.git Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-case.git Package: proftpd-mod-case Architecture: any Depends: proftpd-basic (>= 1.3.4~), ${misc:Depends}, ${proftpd:Depends}, ${shlibs:Depends} Description: ProFTPD module mod_case The mod_case module is designed to help ProFTPD be case-insensitive, for those sites that may need it (e.g. those that are migrating from a Windows environment or have mounted Windows filesystems). . mod_case works by performing two checks on the filename used in FTP commands. First, mod_case will scan the directory to see if there is already a file whose name exactly matches the given filename. If not, mod_case will scan the directory again, this time looking for case-insensitive matches. debian/changelog0000644000000000000000000000127512213721201011034 0ustar proftpd-mod-case (0.7-1build1) saucy; urgency=low * Rebuild for ProFTPd 1.3.5~rc3. -- Colin Watson Tue, 10 Sep 2013 23:51:45 +0100 proftpd-mod-case (0.7-1) unstable; urgency=low * New upstream release. * debian/control: Removing libacl1-dev as BD and increasing proftpd-dev to >= 1.3.4~rc3-2~. * debian/copyright: updated * debian/rules: - Use dh_clean instead of dh_autoclean. - Do not install *.{la,a} files. -- Mahyuddin Susanto Tue, 27 Dec 2011 00:34:07 +0700 proftpd-mod-case (0.4-1) unstable; urgency=low * Initial release. (Closes: #622953) -- Mahyuddin Susanto Sat, 16 Apr 2011 13:14:21 +0700