[Git][debian-proftpd-team/proftpd-mod-case][master] 2 commits: Add patch from upstream to fix typo in docs.

Hilmar Preuße gitlab at salsa.debian.org
Thu Aug 20 09:21:37 BST 2020



Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-case


Commits:
4e0aece1 by Hilmar Preuße at 2020-08-20T09:49:53+02:00
Add patch from upstream to fix typo in docs.

- - - - -
6d7e7a95 by Hilmar Preuße at 2020-08-20T10:21:08+02:00
+  * Lintian:
+    - W: spelling-error-in-changelog
+    - W: package-uses-deprecated-debhelper-compat-version 9
+    - W: no-newline-at-end debian/rules
+    - out-of-date-standards-version, no changes needed
+    - rules-requires-root-missing

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/patches/fix_manual_bugs.patch
- + debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+proftpd-mod-case (0.7+git73896501cf-2) UNRELEASED; urgency=medium
+
+  * d/watch points to github
+  * d/rules: replace override_dh_clean by override_dh_auto_clean
+  * Add me to uploaders.
+  * Lintian:
+    - W: spelling-error-in-changelog
+    - W: package-uses-deprecated-debhelper-compat-version 9
+    - W: no-newline-at-end debian/rules
+    - out-of-date-standards-version, no changes needed
+    - rules-requires-root-missing
+
+ -- Hilmar Preusse <hille42 at web.de>  Thu, 20 Aug 2020 09:53:33 +0200
+
 proftpd-mod-case (0.7+git73896501cf-1) unstable; urgency=medium
 
   * New Upstream snapshot


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -4,10 +4,11 @@ Priority: optional
 Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debian.net>
 Uploaders: Mahyuddin Susanto <udienz at gmail.com>,
            Francesco Paolo Lovergine <frankie at debian.org>,
-           Hilmar Preuße <hille42 at web.de>
-Build-Depends: debhelper (>= 9.20160114),
+           Hilmar Preusse <hille42 at web.de>
+Build-Depends: debhelper-compat (=13),
                proftpd-dev (>= 1.3.4~rc3-2~)
-Standards-Version: 4.1.3
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
 Homepage: http://www.castaglia.org/proftpd/modules/mod_case.html
 Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-case
 Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-case.git
@@ -23,4 +24,4 @@ Description: ProFTPD module mod_case
  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. 
+ directory again, this time looking for case-insensitive matches.


=====================================
debian/patches/fix_manual_bugs.patch
=====================================
@@ -0,0 +1,36 @@
+From 44c1ca1de6ea53c9bc35d3d229fda578b70e5829 Mon Sep 17 00:00:00 2001
+From: TJ Saunders <tsaunders at tesla.com>
+Date: Wed, 31 Jul 2019 11:55:56 -0700
+Subject: [PATCH] Fix doc typo.
+
+---
+ mod_case.html | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/mod_case.html b/mod_case.html
+index 937b29a..1078d57 100644
+--- a/mod_case.html
++++ b/mod_case.html
+@@ -73,7 +73,7 @@ <h2><a name="CaseIgnore">CaseIgnore</a></h2>
+ The <code>CaseIgnore</code> directive is used to enable case-insensitive
+ matching, possibly on a per-FTP command basis.  If it is set to <em>off</em>,
+ no case-insensitive matching is performed.  If set to <em>on</em>, then
+-case-insensitive matcing is performed for all FTP commands that
++case-insensitive matching is performed for all FTP commands that
+ <code>mod_case</code> handles (see below).  Otherwise, one can configure
+ a <em>cmd-list</em>, which is a comma-separated list of FTP commands for
+ which <code>mod_case</code> is to do case-insensitive matching.
+@@ -158,7 +158,7 @@ <h2><a name="Installation">Installation</a></h2>
+ <hr><br>
+ 
+ <font size=2><b><i>
+-© Copyright 2004-2015 TJ Saunders<br>
++© Copyright 2004-2019 TJ Saunders<br>
+  All Rights Reserved<br>
+ </i></b></font>
+ 
+@@ -166,4 +166,3 @@ <h2><a name="Installation">Installation</a></h2>
+ 
+ </body>
+ </html>
+-


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix_manual_bugs.patch


=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ MODULE_NAME=mod_case
 DEBNAME=proftpd-mod-case
 
 %:
-	dh $@
+	dh $@ --without autoreconf
 
 override_dh_auto_build:
 	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-case/-/compare/ba88fa105dbbd93cde102ec19b4bc919322b3e5f...6d7e7a956135ab6c8f63dce2f8c01accccd9d38f

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-case/-/compare/ba88fa105dbbd93cde102ec19b4bc919322b3e5f...6d7e7a956135ab6c8f63dce2f8c01accccd9d38f
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list