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

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Sep 4 21:09:29 UTC 2015


The following commit has been merged in the master branch:
commit 54883e6add454a6a8fcce1789c7cbd3f31fcbc19
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Sep 4 22:38:23 2015 +0200

    Removed patches applied upstream

diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
deleted file mode 100644
index fbbf080..0000000
--- a/debian/patches/hardening.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: allow passing of hardening flags to build systemo
- upstream somehow ignores FLAGS passed as environment variables
-Author: IOhannes m zmölnig
-Forwarded: yes
-Last-Update: 2015-09-03
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- pd-iemnet.orig/Makefile
-+++ pd-iemnet/Makefile
-@@ -52,9 +52,7 @@
- #------------------------------------------------------------------------------#
- 
- # these can be set from outside without (usually) breaking the build
--CFLAGS = -Wall -Wno-unused -W -g
--LDFLAGS =
--LIBS =
-+CFLAGS := -Wall -Wno-unused -W -g
- 
- # get library version from meta file
- LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' $(LIBRARY_NAME)-meta.pd)
-@@ -276,7 +274,7 @@
- 	chmod a-x $@
- 
- $(SHARED_LIB): $(SHARED_SOURCES:.c=.o)
--	$(CC) $(SHARED_LDFLAGS) -o $@ $^ $(ALL_LIBS)
-+	$(CC) $(SHARED_LDFLAGS) $(LDFLAGS) -o $@ $^ $(ALL_LIBS)
- 
- install: libdir_install
- 
diff --git a/debian/patches/series b/debian/patches/series
index 814900f..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-hardening.patch

-- 
pd-iemnet packaging



More information about the pkg-multimedia-commits mailing list