[Git][debian-proftpd-team/proftpd-mod-geoip2][master] Enable Reprotest on Salsa CI. Stop building the module twice.
Hilmar Preuße (@hilmar)
gitlab at salsa.debian.org
Tue Sep 16 19:09:08 BST 2025
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-geoip2
Commits:
9cfd6eef by Hilmar Preuße at 2025-09-16T20:08:57+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
=====================================
@@ -2,6 +2,8 @@ proftpd-mod-geoip2 (0.1-2) UNRELEASED; urgency=medium
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
+ * Enable Reprotest on Salsa CI.
+ * Stop building the module twice.
-- Debian Janitor <janitor at jelmer.uk> Tue, 15 Nov 2022 02:58:55 -0000
=====================================
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
=====================================
@@ -12,7 +12,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-geoip2/-/commit/9cfd6eef3a5469b85385dcc057a820e7fced7cc0
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-geoip2/-/commit/9cfd6eef3a5469b85385dcc057a820e7fced7cc0
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list