<short summary of the patch>
authorCamm Maguire <camm@debian.org>
Tue, 25 Mar 2025 16:52:33 +0000 (12:52 -0400)
committerCamm Maguire <camm@debian.org>
Tue, 25 Mar 2025 16:52:33 +0000 (12:52 -0400)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

gcl (2.6.14-16) unstable; urgency=medium

  * Version_2_6_15pre15

Gbp-Pq: Name Version_2_6_15pre15

git.tag
o/makefile

diff --git a/git.tag b/git.tag
index fcc5d84a6a6367414e7ec7d27f7ec0a989d2f92c..885a5f3da10f9ac8fab1a793099a897a8603d5ae 100644 (file)
--- a/git.tag
+++ b/git.tag
@@ -1 +1 @@
-"Version_2_6_15pre14"
+"Version_2_6_15pre15"
index 4c6fe0082daa49c24eba44c5b2006dc5ac8f0daf..10f98931655110c163153fad0c0b64a49467171d 100644 (file)
@@ -71,7 +71,7 @@ boot.h: boot.ini
        rm $*.c
 
 $(DPP):        ../bin/dpp.c
-       ${CC} $(CFLAGS) $(LDFLAGS) ${DEFS} -o $@ $<
+       ${CC} $(filter-out -pg,$(CFLAGS)) $(LDFLAGS) ${DEFS} -o $@ $<
 
 new_init.c: ${INI_FILES}
        echo '#include "make-init.h"' > $@