[Git][debian-proftpd-team/proftpd-mod-autohost][master] [skip ci] Do not compile module twice.

Hilmar Preuße (@hilmar) gitlab at salsa.debian.org
Tue Sep 16 10:10:48 BST 2025



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


Commits:
7cf2acc5 by Hilmar Preuße at 2025-09-16T11:10:40+02:00
[skip ci] Do not compile module twice.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ proftpd-mod-autohost (0.6-3) UNRELEASED; urgency=medium
 
   * Lintian fixes.
   * Add hardening build flags, enable hardening test in Salsa CI.
+  * Do not compile module twice.
 
  -- Hilmar Preuße <hille42 at debian.org>  Sun, 15 Jan 2023 23:03:18 +0100
 


=====================================
debian/rules
=====================================
@@ -17,7 +17,7 @@ override_dh_auto_build:
 	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c
 
 override_dh_auto_install:
-	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c
+	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i $(MODULE_NAME).c
 	rm -f $(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.la \
 		$(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.a
 



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-autohost/-/commit/7cf2acc56052255ae80bfa762dcea5854c188f17

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-autohost/-/commit/7cf2acc56052255ae80bfa762dcea5854c188f17
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list