[Git][debian-proftpd-team/proftpd-mod-msg][master] 6 commits: Trim trailing whitespace.

Hilmar Preuße gitlab at salsa.debian.org
Wed Sep 30 22:14:00 BST 2020



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


Commits:
46f8ab2b by Debian Janitor at 2020-07-27T14:59:17+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
2946613f by Debian Janitor at 2020-07-27T15:00:02+00:00
Use versioned copyright format URI.

Changes-By: lintian-brush
Fixes: lintian: unversioned-copyright-format-uri
See-also: https://lintian.debian.org/tags/unversioned-copyright-format-uri.html

- - - - -
af19d3b3 by Debian Janitor at 2020-07-27T15:00:56+00:00
Bump debhelper from deprecated 9 to 12.

Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html

- - - - -
43238861 by Debian Janitor at 2020-07-27T15:01:43+00:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
f152c31e by Debian Janitor at 2020-07-27T15:02:37+00:00
Set upstream metadata fields: Bug-Database, Bug-Submit.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

- - - - -
3da9f439 by Hilmar Preuße at 2020-09-30T21:13:58+00:00
Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request debian-proftpd-team/proftpd-mod-msg!1
- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+proftpd-mod-msg (0.5-3) UNRELEASED; urgency=low
+
+  * Trim trailing whitespace.
+  * Use versioned copyright format URI.
+  * Bump debhelper from deprecated 9 to 12.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+
+ -- Debian Janitor <janitor at jelmer.uk>  Mon, 27 Jul 2020 14:58:59 -0000
+
 proftpd-mod-msg (0.5-2) unstable; urgency=medium
 
   * Remove two surplus/old patches
@@ -29,7 +39,7 @@ proftpd-mod-msg (0.5-1) unstable; urgency=medium
 proftpd-mod-msg (0.4.1-2) unstable; urgency=low
 
   [ Fabrizio Regalli ]
-  * Removing libacl1-dev as BD and increasing proftpd-dev to (>= 1.3.4~rc3-2~) 
+  * Removing libacl1-dev as BD and increasing proftpd-dev to (>= 1.3.4~rc3-2~)
 
   [Hilmar Preuße]
   * Patch from Gentoo[1] to make module work w/ ProFTP 1.3.6:


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


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debian.net>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Hilmar Preusse <hille42 at web.de>
-Build-Depends: debhelper (>= 9.20160114), proftpd-dev (>= 1.3.6)
+Build-Depends: debhelper-compat (= 12), proftpd-dev (>= 1.3.6)
 Standards-Version: 4.5.0
 Homepage: http://www.castaglia.org/proftpd/modules/mod_msg.html
 Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-msg
@@ -14,7 +14,7 @@ Package: proftpd-mod-msg
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
 Description: ProFTPD module mod_msg
- The mod_msg module allows system users to send messages to connected 
- clients via the ftpdctl program. The module works by creating a SysV 
- message queue, which is used to pass messages from the daemon process 
+ The mod_msg module allows system users to send messages to connected
+ clients via the ftpdctl program. The module works by creating a SysV
+ message queue, which is used to pass messages from the daemon process
  to session processes.


=====================================
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_msg
 Upstream-Contact: TJ Saunders
 Source: http://www.castaglia.org/proftpd/modules/mod_msg.html


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/Castaglia/proftpd-mod_msg/issues
+Bug-Submit: https://github.com/Castaglia/proftpd-mod_msg/issues/new



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-msg/-/compare/d79d824239248ef2443f7a1cb948a67f6715aea9...3da9f439ae6c21b32ccca43e47886a5babe0a0b3

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-msg/-/compare/d79d824239248ef2443f7a1cb948a67f6715aea9...3da9f439ae6c21b32ccca43e47886a5babe0a0b3
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list