[med-svn] [Git][med-team/epcr][master] 2 commits: target-deps.patch: attune rules to stabilize make.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Nov 14 18:11:35 GMT 2025
Étienne Mollier pushed to branch master at Debian Med / epcr
Commits:
f7906fd3 by Étienne Mollier at 2025-11-14T19:10:23+01:00
target-deps.patch: attune rules to stabilize make.
Gbp-Dch: ignore
- - - - -
cb3e72a7 by Étienne Mollier at 2025-11-14T19:11:03+01:00
d/changelog: bump timestamp after supplemental work.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/target-deps.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -8,7 +8,7 @@ epcr (2.3.12-1-11) unstable; urgency=medium
* d/watch: convert to v5 untrackable watch file.
* d/patches/*: normalize Last-Update timestamp.
- -- Étienne Mollier <emollier at debian.org> Fri, 14 Nov 2025 18:43:04 +0100
+ -- Étienne Mollier <emollier at debian.org> Fri, 14 Nov 2025 19:10:54 +0100
epcr (2.3.12-1-10) unstable; urgency=medium
=====================================
debian/patches/target-deps.patch
=====================================
@@ -18,67 +18,21 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
install:
-@@ -90,7 +90,7 @@
- $(objdir)/stsfilter.o: $(srcdir)/stsfilter.cpp
- $(objdir)/stsmatch.o: $(srcdir)/stsmatch.cpp
-
--depend:
-+depend:
- $(CXX) $(CXXFLAGS) -M $(SRC) | $(FIXCMD) > $(tgtdir)/libepcr_depend.mk
-
- -include $(tgtdir)/libepcr_depend.mk
---- epcr.orig/stand/Makefile.cmd_epcr
-+++ epcr/stand/Makefile.cmd_epcr
-@@ -35,7 +35,7 @@
- #LIBNAME = epcr
- TARGET = $(tgtdir)/e-PCR
-
--target: $(TARGET)
-+target: $(TARGET) links
-
- install:
- cp $(TARGET) $(BINDIR)
---- epcr.orig/stand/Makefile.cmd_fahash
-+++ epcr/stand/Makefile.cmd_fahash
-@@ -35,7 +35,7 @@
- #LIBNAME = epcr
- TARGET = $(tgtdir)/fahash
-
--target: $(TARGET)
-+target: $(TARGET) links
-
- install:
- cp $(TARGET) $(BINDIR)
---- epcr.orig/stand/Makefile.cmd_famap
-+++ epcr/stand/Makefile.cmd_famap
-@@ -35,7 +35,7 @@
- #LIBNAME = epcr
- TARGET = $(tgtdir)/famap
-
--target: $(TARGET)
-+target: $(TARGET) links
-
- install:
- cp $(TARGET) $(BINDIR)
---- epcr.orig/stand/Makefile.cmd_rpcr
-+++ epcr/stand/Makefile.cmd_rpcr
-@@ -35,7 +35,7 @@
- #LIBNAME = epcr
- TARGET = $(tgtdir)/re-PCR
-
--target: $(TARGET)
-+target: $(TARGET) links
-
- install:
- cp $(TARGET) $(BINDIR)
---- epcr.orig/stand/Makefile.cmd_seqcmp
-+++ epcr/stand/Makefile.cmd_seqcmp
-@@ -35,7 +35,7 @@
- #LIBNAME = epcr
- TARGET = $(tgtdir)/seqcmp
-
--target: $(TARGET)
-+target: $(TARGET) links
-
- install:
-
+--- epcr.orig/stand/config.mk
++++ epcr/stand/config.mk
+@@ -83,10 +83,11 @@
+
+ all: links target
+
+-links:
+- if test -n "$(LIBNAME)" ; then \
+- test -L $(LIBNAME) || ln -s $(srcdir) $(LIBNAME) ; \
+- fi
++links: epcr
++.PHONY: links
++
++epcr:
++ test -L epcr || ln -s $(srcdir) epcr ; \
+
+ dirs:
+ for i in $(INCDIR)/$(LIBNAME) $(BINDIR) $(LIBDIR) ; do \
View it on GitLab: https://salsa.debian.org/med-team/epcr/-/compare/e0eee8f1af0863cf8a2901903b7a02dc9b843c84...cb3e72a7b6940927a6cc96560621fef5987342b3
--
View it on GitLab: https://salsa.debian.org/med-team/epcr/-/compare/e0eee8f1af0863cf8a2901903b7a02dc9b843c84...cb3e72a7b6940927a6cc96560621fef5987342b3
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-med-commit/attachments/20251114/8ba40963/attachment-0001.htm>
More information about the debian-med-commit
mailing list