debian/ 0000755 0000000 0000000 00000000000 12213721201 007155 5 ustar debian/watch 0000644 0000000 0000000 00000000127 11675135714 010231 0 ustar version=3
http://www.castaglia.org/proftpd/modules/proftpd-mod-case-([\d\.]+)\.tar\.gz
debian/templates/ 0000755 0000000 0000000 00000000000 11675135714 011176 5 ustar debian/templates/case.conf 0000644 0000000 0000000 00000001066 11675135714 012763 0 ustar #
# 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.links 0000644 0000000 0000000 00000000117 11675135714 013405 0 ustar usr/share/doc/proftpd-mod-case/case.conf usr/share/proftpd/templates/case.conf
debian/proftpd-mod-case.install 0000644 0000000 0000000 00000000073 11675135714 013734 0 ustar debian/templates/case.conf usr/share/doc/proftpd-mod-case/
debian/proftpd-mod-case.dirs 0000644 0000000 0000000 00000000054 11675135714 013226 0 ustar usr/lib/proftpd
usr/share/proftpd/templates
debian/rules 0000755 0000000 0000000 00000001131 11675137660 010256 0 ustar #!/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/copyright 0000644 0000000 0000000 00000002142 11675137212 011125 0 ustar 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/docs 0000644 0000000 0000000 00000000016 11675135714 010050 0 ustar mod_case.html
debian/source/ 0000755 0000000 0000000 00000000000 11675135714 010500 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11675135714 011706 0 ustar 3.0 (quilt)
debian/proftpd-mod-case.doc-base 0000644 0000000 0000000 00000000454 11675135714 013746 0 ustar 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/compat 0000644 0000000 0000000 00000000002 11675135714 010376 0 ustar 7
debian/control 0000644 0000000 0000000 00000002443 11675135714 010606 0 ustar 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/changelog 0000644 0000000 0000000 00000001275 12213721201 011034 0 ustar 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