[Git][debian-proftpd-team/proftpd-mod-fsync][master] 2 commits: Make package lintian clean.

Hilmar Preuße gitlab at salsa.debian.org
Sat Aug 22 23:01:56 BST 2020



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


Commits:
673b2e9e by Hilmar Preusse at 2020-08-22T23:48:33+02:00
Make package lintian clean.

- - - - -
648145de by Hilmar Preusse at 2020-08-22T23:54:41+02:00
Ready for upload.

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/proftpd-mod-fsync.doc-base
- debian/templates/fsync.conf


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,18 @@
-proftpd-mod-fsync (0.3-3) UNRELEASED; urgency=medium
+proftpd-mod-fsync (0.3-3) unstable; urgency=medium
 
+  [ Francesco Paolo Lovergine ]
   * Do not ship .a and .la files in final package.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 03 May 2018 18:10:26 +0200
+  * Lintian
+    - package-uses-deprecated-debhelper-compat-version 9
+    - unstripped-static-library
+    - trailing-whitespace
+    - debian-watch-uses-insecure-uri
+    - Standards version 4.5.0, no changes needed.
+    - silent-on-rules-requiring-root
+    - unversioned-copyright-format-uri
+
+ -- Hilmar Preusse <hille42 at web.de>  Sat, 22 Aug 2020 23:50:27 +0200
 
 proftpd-mod-fsync (0.3-2) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -3,9 +3,11 @@ Section: net
 Priority: optional
 Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debian.net>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
-           Hilmar Preuße <hille42 at web.de>
-Build-Depends: debhelper (>= 9.20160114), proftpd-dev (>= 1.3.6~)
-Standards-Version: 4.1.4
+           Hilmar Preusse <hille42 at web.de>
+Build-Depends: debhelper-compat (= 13),
+	proftpd-dev (>= 1.3.6~)
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
 Homepage: http://www.castaglia.org/proftpd/modules/mod_fsync.html
 Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-fsync
 Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-fsync.git
@@ -14,9 +16,9 @@ Package: proftpd-mod-fsync
 Architecture: any
 Depends: proftpd-basic (>= 1.3.3d-4~), ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
 Description: ProFTPD module mod_fsync
- The mod_fsync module attempts to prevent such bottlenecks by forcibly 
- flushing to disk the buffers used for files open for writing after a 
- certain number of bytes have been written (for example, after 128 KB 
- has been written to a file). This prevents the buffer cache from being 
- dominated by data from files being written, freeing up space for data 
- for files being read. 
+ The mod_fsync module attempts to prevent such bottlenecks by forcibly
+ flushing to disk the buffers used for files open for writing after a
+ certain number of bytes have been written (for example, after 128 KB
+ has been written to a file). This prevents the buffer cache from being
+ dominated by data from files being written, freeing up space for data
+ for files being read.


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mod_fsync
 Upstream-Contact: TJ Saunders
 Source: http://www.castaglia.org/proftpd/modules/mod_fsync.html


=====================================
debian/proftpd-mod-fsync.doc-base
=====================================
@@ -1,6 +1,6 @@
 Document: proftpd-mod-fsync
 Title: Documentation for the mod_msg ProFTPD
-Author: 
+Author:
 Abstract: Configuration reference, modules documentation, FAQs and HOWTOs
 Section: System/Administration
 


=====================================
debian/templates/fsync.conf
=====================================
@@ -2,27 +2,27 @@
 # Proftpd sample configuration for mod_fsync.
 #
 <IfModule mod_fsync.c>
-  # Syntax: FsyncEngine on|off  
+  # Syntax: FsyncEngine on|off
   # Default: FsyncEngine off
   # Context: server config
-  # The FsyncEngine directive enables or disables the module's runtime sync engine. 
-  # If it is set to off this module does no flushing of data outside of the normal I/O usage. 
-  # Use this directive to disable the module. 
+  # The FsyncEngine directive enables or disables the module's runtime sync engine.
+  # If it is set to off this module does no flushing of data outside of the normal I/O usage.
+  # Use this directive to disable the module.
 FsyncEngine on
   # Syntax: FsyncLog path
   # Default: None
   # Context: server config
-  # The FsyncLog directive is used to a specify a log file for mod_fsync reporting and debugging. 
-  # The path parameter must be the full path to the file to use for logging. Note that this path 
-  # must not be to a world-writeable directory and, unless AllowLogSymlinks is explicitly set to 
-  # on (generally a bad idea), the path must not be a symbolic link. 
+  # The FsyncLog directive is used to a specify a log file for mod_fsync reporting and debugging.
+  # The path parameter must be the full path to the file to use for logging. Note that this path
+  # must not be to a world-writeable directory and, unless AllowLogSymlinks is explicitly set to
+  # on (generally a bad idea), the path must not be a symbolic link.
 FsyncLog /var/log/proftpd/fsync.log
   # Syntax: FsyncThreshold size
   # Default: None
   # Context: server config
-  # The FsyncThreshold directive configures a threshold value, in bytes. When this number of bytes 
-  # has been written, mod_fsync will walk the list of files currently open for writing, and will 
+  # The FsyncThreshold directive configures a threshold value, in bytes. When this number of bytes
+  # has been written, mod_fsync will walk the list of files currently open for writing, and will
   # forcibly flush the data for those files to disk.
-  # Note: This directive is required for mod_fsync to operate. 
+  # Note: This directive is required for mod_fsync to operate.
 FsyncThreshold 131072 # 128KB
 </IfModule>



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-fsync/-/compare/a8a50ed347a8f4fd43759380662b8ff807505c52...648145de54801f74505210578644f754c7a3f839

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-fsync/-/compare/a8a50ed347a8f4fd43759380662b8ff807505c52...648145de54801f74505210578644f754c7a3f839
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list