[Git][debian-proftpd-team/proftpd-mod-clamav][master] Enable Reprotest on Salsa CI. Stop building the module twice.

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



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


Commits:
f5726f61 by Hilmar Preuße at 2025-09-16T20:06:17+02:00
Enable Reprotest on Salsa CI. Stop building the module twice.

- - - - -


3 changed files:

- debian/changelog
- debian/gitlab-ci.yml
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+proftpd-mod-clamav (0.14~rc2-6) UNRELEASED; urgency=medium
+
+  * Enable Reprotest on Salsa CI.
+  * Stop building the module twice.
+
+ -- Hilmar Preuße <hille42 at debian.org>  Tue, 16 Sep 2025 20:05:54 +0200
+
 proftpd-mod-clamav (0.14~rc2-5) unstable; urgency=medium
 
   * Change my Uploaders/Maintainers address.


=====================================
debian/gitlab-ci.yml
=====================================
@@ -9,6 +9,6 @@ variables:
   SALSA_CI_DISABLE_BLHC: 1
   SALSA_CI_DISABLE_LINTIAN: 0
   SALSA_CI_DISABLE_PIUPARTS: 0
-  SALSA_CI_DISABLE_REPROTEST: 1
+  SALSA_CI_DISABLE_REPROTEST: 0
   SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0
   SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0
\ No newline at end of file


=====================================
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-clamav/-/commit/f5726f61ef05338ae3b749e3d64f05679fb62756

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




More information about the Pkg-proftpd-maintainers mailing list