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

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



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


Commits:
606c8956 by Hilmar Preuße at 2025-09-16T21:59: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-tar (0.4-4) UNRELEASED; urgency=medium
+
+  * Enable Reprotest on Salsa CI.
+  * Stop building the module twice.
+
+ -- Hilmar Preuße <hille42 at debian.org>  Tue, 16 Sep 2025 21:58:40 +0200
+
 proftpd-mod-tar (0.4-3) unstable; urgency=medium
 
   [ Hilmar Preuße ]


=====================================
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-tar/-/commit/606c89560c162b12d2364b7c59a9a79ee10d4cbb

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




More information about the Pkg-proftpd-maintainers mailing list