[Git][debian-proftpd-team/proftpd-mod-proxy-protocol][main] Stop building the module twice.

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



Hilmar Preuße pushed to branch main at Debian ProFTPD Team / proftpd-mod-proxy-protocol


Commits:
82c862ef by Hilmar Preuße at 2025-09-16T21:55:02+02:00
Stop building the module twice.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ proftpd-mod-proxy-protocol (0.6-2) UNRELEASED; urgency=medium
 
   * Set export-dir & tarball-dir to default in d/gbp.conf to
     fix salsa pipeline.
+  * Stop building the module twice.
 
  -- Hilmar Preuße <hille42 at debian.org>  Wed, 30 Jul 2025 10:08:13 +0200
 


=====================================
debian/rules
=====================================
@@ -13,7 +13,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-proxy-protocol/-/commit/82c862ef0cdd441863c145b874ab028578eeb7fe

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-proxy-protocol/-/commit/82c862ef0cdd441863c145b874ab028578eeb7fe
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list