[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libomemo][wip/fix-reprotest] d/patches: look at offending line/files
Evangelos Ribeiro Tzaras
gitlab at salsa.debian.org
Sun Dec 27 11:23:42 GMT 2020
Evangelos Ribeiro Tzaras pushed to branch wip/fix-reprotest at Debian On Mobile / libomemo
Commits:
94597b44 by Evangelos Ribeiro Tzaras at 2020-12-27T12:23:20+01:00
d/patches: look at offending line/files
- - - - -
2 changed files:
- + debian/patches/fix-reprotest.patch
- + debian/patches/series
Changes:
=====================================
debian/patches/fix-reprotest.patch
=====================================
@@ -0,0 +1,31 @@
+From: Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>
+Subject: WIP: Fix locale variations failing in reprotest
+--- a/Makefile
++++ b/Makefile
+@@ -118,17 +118,26 @@
+ test_libomemo: $(TDIR)/test_libomemo.c $(SDIR)/libomemo.c
+ $(CC) $(COVFLAGS) $< $(FILES) -o $(TDIR)/$@.o $(TESTFLAGS)
+ -$(TDIR)/$@.o
++ ls -la
++ ls *.g*
++ ls -l $(TDIR)
+ mv *.g* $(TDIR)
+
+ .PHONY: test_crypto
+ test_crypto: $(TDIR)/test_crypto.c $(SDIR)/libomemo_crypto.c
+ $(CC) $(COVFLAGS) $< $(FILES) -o $(TDIR)/$@.o $(TESTFLAGS)
++ ls -la
++ ls *.g*
++ ls -l $(TDIR)
+ -$(TDIR)/$@.o
+ mv *.g* $(TDIR)
+
+ .PHONY: test_storage
+ test_storage: $(TDIR)/test_storage.c $(SDIR)/libomemo_storage.c
+ $(CC) $(COVFLAGS) $< $(FILES) -o $(TDIR)/$@.o $(TESTFLAGS)
++ ls -la
++ ls *.g*
++ ls -l $(TDIR)
+ -$(TDIR)/$@.o
+ mv *.g* $(TDIR)
+
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-reprotest.patch
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libomemo/-/commit/94597b44e7e45514118f66418113d0369647db21
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libomemo/-/commit/94597b44e7e45514118f66418113d0369647db21
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20201227/db98b784/attachment-0001.html>
More information about the Debian-on-mobile-maintainers
mailing list