[Git][debian-proftpd-team/proftpd-mod-counter][master] Enable Reprotest on Salsa CI. Stop building the module twice.
Hilmar Preuße (@hilmar)
gitlab at salsa.debian.org
Tue Sep 16 19:07:18 BST 2025
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-counter
Commits:
cfca62aa by Hilmar Preuße at 2025-09-16T20:07:11+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-counter (0.6.2-3) 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:06:57 +0200
+
proftpd-mod-counter (0.6.2-2) unstable; urgency=medium
[ Debian Janitor ]
=====================================
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
=====================================
@@ -11,7 +11,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-counter/-/commit/cfca62aaec2e39db4ad1d4aadef0fcf3399a23ad
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-counter/-/commit/cfca62aaec2e39db4ad1d4aadef0fcf3399a23ad
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list