[Git][debian-proftpd-team/proftpd-mod-msg][master] Enable Reprotest on Salsa CI. Stop building the module twice.
Hilmar Preuße (@hilmar)
gitlab at salsa.debian.org
Tue Sep 16 20:53:45 BST 2025
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-msg
Commits:
d3a52993 by Hilmar Preuße at 2025-09-16T21:53:34+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,6 +1,8 @@
proftpd-mod-msg (0.5.1-2) UNRELEASED; urgency=medium
* Add d/gbp.conf to handle pristine-tar branch.
+ * Enable Reprotest on Salsa CI.
+ * Stop building the module twice.
-- Hilmar Preuße <hille42 at debian.org> Tue, 01 Apr 2025 09:28:51 +0200
=====================================
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
=====================================
@@ -5,6 +5,9 @@ export DH_VERBOSE=1
MODULE_NAME=mod_msg
DEBNAME=proftpd-mod-msg
+export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
%:
dh $@
@@ -12,7 +15,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-msg/-/commit/d3a52993cfbf0fea05fbf136a7bdfe82830b2f32
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-msg/-/commit/d3a52993cfbf0fea05fbf136a7bdfe82830b2f32
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list