Skip to content
Commits on Source (2)
proftpd-mod-dnsbl (0.1.5-5) UNRELEASED; urgency=medium
[ Hilmar Preuße ]
* Remove explicit dep on proftpd-basic, leave that job to ${proftpd:Depends}.
Lintian cleanup:
* missing-license-paragraph-in-dep5-copyright
* spelling-error-in-patch-description
* debian-watch-file-uses-deprecated-githubredir
* debhelper-tools-from-autotools-dev-are-deprecated
Remove "Dm-Upload-Allowed" field from debian/control.
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 22 Mar 2018 09:56:36 +0100
proftpd-mod-dnsbl (0.1.5-4) unstable; urgency=low
[ Mahyuddin Susanto ]
......
......@@ -4,7 +4,6 @@ Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@lists.alioth.debian.org>
Uploaders: Mahyuddin Susanto <udienz@ubuntu.com>,
Francesco Paolo Lovergine <frankie@debian.org>
DM-Upload-Allowed: yes
Build-Depends: autotools-dev,
debhelper (>= 9),
proftpd-dev (>= 1.3.4~rc3-2~)
......@@ -15,7 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-dnsbl.git;a=summar
Package: proftpd-mod-dnsbl
Architecture: any
Depends: proftpd-basic, ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_dnsbl
ProFTPD module for mod-dnsbl (DNS Black-List/Block-List)
.
......
......@@ -5,6 +5,8 @@ Source: http://www.castaglia.org/proftpd/modules/mod_dnsbl.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
......
Description: Sync makefile compability to run dh_auto_build
Description: Sync makefile compatibility to run dh_auto_build
Author: Mahyuddin Susanto <udienz@ubuntu.com>
--- proftpd-mod-dnsbl-0.1.5.orig/Makefile.in
+++ proftpd-mod-dnsbl-0.1.5/Makefile.in
......
......@@ -7,7 +7,7 @@ MODULE_NAME=mod_dnsbl
DEBNAME=proftpd-mod-dnsbl
%:
dh $@ --with autotools_dev
dh $@
override_dh_auto_configure: debian/control
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
......
version=3
http://githubredir.debian.net/github/Castaglia/proftpd-mod_dnsbl/ (.*).tar.gz
\ No newline at end of file
https://github.com/Castaglia/proftpd-mod_dnsbl/ (.*).tar.gz
\ No newline at end of file