[Git][debian-proftpd-team/proftpd-mod-dnsbl][master] 2 commits: Kill some lintian warnings.
Hilmar Preuße
gitlab at salsa.debian.org
Tue May 1 19:53:27 BST 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-dnsbl
Commits:
1fa16993 by Hilmar Preuße at 2018-03-22T10:10:44+01:00
Kill some lintian warnings.
- - - - -
587ba0a3 by Hilmar Preuße at 2018-04-10T20:47:22+02:00
Remove explicit dep on proftpd-basic.
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/01_makefile.patch
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+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 at debian.org> Thu, 22 Mar 2018 09:56:36 +0100
+
proftpd-mod-dnsbl (0.1.5-4) unstable; urgency=low
[ Mahyuddin Susanto ]
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at lists.alioth.debian.org>
Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>,
Francesco Paolo Lovergine <frankie at 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)
.
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,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
the Free Software Foundation; either version 2 of the License, or
=====================================
debian/patches/01_makefile.patch
=====================================
--- a/debian/patches/01_makefile.patch
+++ b/debian/patches/01_makefile.patch
@@ -1,4 +1,4 @@
-Description: Sync makefile compability to run dh_auto_build
+Description: Sync makefile compatibility to run dh_auto_build
Author: Mahyuddin Susanto <udienz at ubuntu.com>
--- proftpd-mod-dnsbl-0.1.5.orig/Makefile.in
+++ proftpd-mod-dnsbl-0.1.5/Makefile.in
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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
=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
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
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-dnsbl/compare/f9c43534ecc9ef2433962a9cf39d4afda60f2c75...587ba0a302c039fba20d1ccbe7f6ead77fe8a362
---
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-dnsbl/compare/f9c43534ecc9ef2433962a9cf39d4afda60f2c75...587ba0a302c039fba20d1ccbe7f6ead77fe8a362
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list