Skip to content

Commits on Source 2

......@@ -5,14 +5,16 @@ proftpd-mod-case (0.7+git73896501cf-1) UNRELEASED; urgency=medium
- Policy bump to 3.9.5.
- Remove absolute DMUA.
* d/rules: add hardening rules.
* d/copyright
- fix location of format definition
- change order: Statement for debian/* files goes at bottom
[ Hilmar Preuße ]
* Remove explicit dep on proftpd-basic (>= x.y.z), leave that job
to ${proftpd:Depends}.
* d/copyright
- fix location of format definition
- change order: Statement for debian/* files goes at bottom
* d/rules: add export DH_VERBOSE=1 statement
* d/control: Updated maintainance team list for migration from alioth.
Lintian Warnings
* debhelper compat level 9
......
Source: proftpd-mod-case
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@lists.alioth.debian.org>
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@alioth-lists.debian.net>
Uploaders: Mahyuddin Susanto <udienz@gmail.com>,
Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: autotools-dev,
......
#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1
MODULE_NAME=mod_case
DEBNAME=proftpd-mod-case
......