[SCM] pd-hexloader/master: Removed patches applied upstream

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Aug 23 19:33:42 UTC 2015


The following commit has been merged in the master branch:
commit 3f0bef0474582e53c300d01a99b9e0b03a8d8992
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Aug 17 23:20:02 2015 +0200

    Removed patches applied upstream

diff --git a/debian/patches/add-stdflags.patch b/debian/patches/add-stdflags.patch
deleted file mode 100644
index bb44e41..0000000
--- a/debian/patches/add-stdflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: allow standard flags, like CFLAGS and LDFLAGS
-Author: IOhannes m zmölnig
-Forwarded: yes
-Last-Update: 2015-08-17
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- pd-hexloader.orig/Makefile
-+++ pd-hexloader/Makefile
-@@ -70,16 +70,18 @@
- 
- pd_linux: $(TARGETS)
- 
--LINUXCFLAGS = $(DEFINES) -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-+CFLAGS = -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
-     -Wno-unused -Wno-parentheses -Wno-switch
-+LINUXCFLAGS = $(DEFINES) $(CPPFLAGS) $(CFLAGS)
- 
--LINUXLDFLAGS =  -Wl,--export-dynamic -shared  -lc -lm
-+LINUXLDFLAGS =  -Wl,--export-dynamic -shared -fPIC $(LDFLAGS)
-+LIBS = -lc -lm
- 
- LINUXINCLUDE =  -I$(PDSRCDIR)
- 
- %.pd_linux: %.c
--	$(CC) $(LINUXLDFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.pd_linux $*.c
-+	$(CC) $(LINUXLDFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.pd_linux $*.c $(LIBS)
- 	strip --strip-unneeded $*.pd_linux
- 
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3568a66..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-add-stdflags.patch

-- 
pd-hexloader packaging



More information about the pkg-multimedia-commits mailing list