[Git][debian-proftpd-team/proftpd][master] 2 commits: Lintian: spelling-error-in-binary usr/lib/proftpd/mod_tls.so UKNOWN UNKNOWN

Hilmar Preuße (@hilmar-guest) gitlab at salsa.debian.org
Tue Jan 11 07:16:00 GMT 2022



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


Commits:
352bc9c4 by Hilmar Preuße at 2022-01-11T00:24:35+01:00
Lintian: spelling-error-in-binary usr/lib/proftpd/mod_tls.so UKNOWN UNKNOWN

- - - - -
8274be5b by Hilmar Preuße at 2022-01-11T08:15:43+01:00
Rules-Requires-Root: binary

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/control.in
- debian/patches/series
- + debian/patches/spelling_error_in_contrib_mod_tls.c
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
 proftpd-dfsg (1.3.7c+dfsg-2) UNRELEASED; urgency=medium
 
   [ Hilmar Preusse ]
-  * Remove Lintian override, "systemd-service-file-outside-lib".
-  * I: systemd-service-file-missing-documentation-key
+  * Lintian:
+    - Remove override, "systemd-service-file-outside-lib".
+    - I: systemd-service-file-missing-documentation-key
+    - Rules-Requires-Root: binary
+    - More small stuff
   * Fix syntax values in proftpd.conf example (Closes: #1002467)
 
   [ Debian Janitor ]


=====================================
debian/control
=====================================
@@ -26,6 +26,7 @@ Build-Depends: debhelper-compat (= 13),
                libsodium-dev,
                libmd-dev
 Homepage: http://www.proftpd.org/
+Rules-Requires-Root: binary
 Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd
 Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd.git
 


=====================================
debian/control.in
=====================================
@@ -26,6 +26,7 @@ Build-Depends: debhelper-compat (= 13),
                libsodium-dev,
                libmd-dev
 Homepage: http://www.proftpd.org/
+Rules-Requires-Root: binary
 Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd
 Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd.git
 


=====================================
debian/patches/series
=====================================
@@ -18,3 +18,4 @@ proftpd-mysql-password-backend.diff
 #pr_1094.diff
 #2eadd82f392573235432a9cb60266f6472d08884.diff
 #upstream_1284
+spelling_error_in_contrib_mod_tls.c


=====================================
debian/patches/spelling_error_in_contrib_mod_tls.c
=====================================
@@ -0,0 +1,15 @@
+Author: Hilmar Preusse <hille42 at web.de>
+Last-Update: 20220111
+Forwarded: https://github.com/proftpd/proftpd/issues/1375
+
+--- proftpd.orig/contrib/mod_tls.c
++++ proftpd/contrib/mod_tls.c
+@@ -16592,7 +16592,7 @@
+     data[datalen] = '\0';
+ 
+   } else {
+-    data = "UKNOWN";
++    data = "UNKNOWN";
+   }
+ 
+   return data;


=====================================
debian/rules
=====================================
@@ -7,6 +7,8 @@ VERSION=$(shell grep PROFTPD_VERSION_TEXT $(CURDIR)/include/version.h|cut -d\" -
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export DEB_GAIN_ROOT_CMD=fakeroot
+
 # Some special build options
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
   DEVELOPT=--enable-devel=yes
@@ -74,7 +76,7 @@ override_dh_auto_build: debian/proftpd-substvars
 	dh_auto_build
 
 override_dh_auto_install:
-	dh_auto_install
+	$(DEB_GAIN_ROOT_CMD) dh_auto_install
 	rm -f $(CURDIR)/debian/tmp/usr/sbin/in.proftpd
 
 override_dh_auto_clean:



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/8d2cdaac0f722752d1e6470a9f2174ae06a4f6a2...8274be5bf1ef870c6c351488e43ac4e2939c4f20

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/8d2cdaac0f722752d1e6470a9f2174ae06a4f6a2...8274be5bf1ef870c6c351488e43ac4e2939c4f20
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list