Description: <short summary of the patch>
 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.
 .
 elfkickers (0+git20240221+ds-6) unstable; urgency=medium
 .
   * Build using default build flags. (Closes: #1119405)
Author: Alex Myczko <tar@debian.org>
Bug-Debian: https://bugs.debian.org/1119405

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-10-30

--- elfkickers-0+git20240221+ds.orig/ebfc/Makefile
+++ elfkickers-0+git20240221+ds/ebfc/Makefile
@@ -1,8 +1,5 @@
 #  Makefile for ebfc
 
-CC = gcc
-CFLAGS = -Wall -Wextra -Wno-missing-field-initializers
-
 # The main program.
 
 ebfc: ebfc.o brainfuck.o libelfparts.a
--- elfkickers-0+git20240221+ds.orig/elfls/Makefile
+++ elfkickers-0+git20240221+ds/elfls/Makefile
@@ -1,8 +1,5 @@
 #  Makefile for elfls
 
-CC = gcc
-CFLAGS = -Wall -Wextra -I../elfrw
-
 elfls: elfls.c ../elfrw/libelfrw.a
 
 ../elfrw/libelfrw.a:
--- elfkickers-0+git20240221+ds.orig/elfrw/Makefile
+++ elfkickers-0+git20240221+ds/elfrw/Makefile
@@ -1,8 +1,5 @@
 #  Makefile for libelfrw.a
 
-CC = gcc
-CFLAGS = -Wall -Wextra -O3
-
 LIBOBJS = elfrw.o elfrw_dyn.o elfrw_ehdr.o elfrw_phdr.o elfrw_rel.o \
           elfrw_shdr.o elfrw_sym.o elfrw_ver.o
 
--- elfkickers-0+git20240221+ds.orig/elftoc/Makefile
+++ elfkickers-0+git20240221+ds/elftoc/Makefile
@@ -1,9 +1,5 @@
 #  Makefile for elftoc
 
-CC = gcc
-CFLAGS = -Wall -Wextra
-LDFLAGS = -Wall -Wextra
-
 OBJS = gen.o names.o address.o readelf.o shdrtab.o phdrtab.o dynamic.o \
        pieces.o outbase.o outitems.o outelf64.o outelf32.o out.o elftoc.o
 
--- elfkickers-0+git20240221+ds.orig/infect/Makefile
+++ elfkickers-0+git20240221+ds/infect/Makefile
@@ -1,8 +1,5 @@
 #  Makefile for infect
 
-CC = gcc
-CFLAGS = -Wall -Wextra
-
 infect: infect.c
 
 clean:
--- elfkickers-0+git20240221+ds.orig/objres/Makefile
+++ elfkickers-0+git20240221+ds/objres/Makefile
@@ -1,9 +1,5 @@
 #  Makefile for objres
 
-CC = gcc
-CFLAGS = -Wall -Wextra -I../elfrw
-LDFLAGS = -Wall -Wextra
-
 objres: objres.o ../elfrw/libelfrw.a
 
 objres.o: objres.c ../elfrw/elfrw.h
--- elfkickers-0+git20240221+ds.orig/rebind/Makefile
+++ elfkickers-0+git20240221+ds/rebind/Makefile
@@ -1,8 +1,5 @@
 #  Makefile for rebind
 
-CC = gcc
-CFLAGS = -Wall -Wextra -I../elfrw
-
 rebind: rebind.c ../elfrw/libelfrw.a
 
 ../elfrw/libelfrw.a:
--- elfkickers-0+git20240221+ds.orig/sstrip/Makefile
+++ elfkickers-0+git20240221+ds/sstrip/Makefile
@@ -1,8 +1,5 @@
 #  Makefile for sstrip
 
-CC = gcc
-CFLAGS = -Wall -Wextra -I../elfrw
-
 sstrip: sstrip.c ../elfrw/libelfrw.a
 
 ../elfrw/libelfrw.a:
