[SCM] pd-cxc/master: remove non-linux fixes patches since they are now included upstream
eighthave at users.alioth.debian.org
eighthave at users.alioth.debian.org
Fri Jan 18 04:17:44 UTC 2013
The following commit has been merged in the master branch:
commit 03184744662147ad91bb4a11c5fceeb1439a266f
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Thu Jan 17 23:15:19 2013 -0500
remove non-linux fixes patches since they are now included upstream
diff --git a/debian/patches/nonlinux_fixes.patch b/debian/patches/nonlinux_fixes.patch
deleted file mode 100644
index e3ab098..0000000
--- a/debian/patches/nonlinux_fixes.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Author: IOhannes m zmölnig
-Description: upstream Makefile forgot about Hurd & kFreeBSD;
- they should be handled the same as Linux
---- pd-cxc.orig/Makefile
-+++ pd-cxc/Makefile
-@@ -45,6 +45,7 @@
- #
- #------------------------------------------------------------------------------#
-
-+
- # 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)
-
-@@ -125,6 +126,34 @@
- STRIP = strip --strip-unneeded -R .note -R .comment
- DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
- endif
-+ifeq ($(UNAME),GNU)
-+ # GNU/Hurd, should work like GNU/Linux for basically all externals
-+ CPU := $(shell uname -m)
-+ SOURCES += $(SOURCES_linux)
-+ EXTENSION = pd_linux
-+ OS = linux
-+ PD_PATH = /usr
-+ OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
-+ ALL_CFLAGS += -fPIC
-+ ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC
-+ ALL_LIBS += -lc
-+ STRIP = strip --strip-unneeded -R .note -R .comment
-+ DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
-+endif
-+ifeq ($(UNAME),GNU/kFreeBSD)
-+ # Debian GNU/kFreeBSD, should work like GNU/Linux for basically all externals
-+ CPU := $(shell uname -m)
-+ SOURCES += $(SOURCES_linux)
-+ EXTENSION = pd_linux
-+ OS = linux
-+ PD_PATH = /usr
-+ OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
-+ ALL_CFLAGS += -fPIC
-+ ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC
-+ ALL_LIBS += -lc
-+ STRIP = strip --strip-unneeded -R .note -R .comment
-+ DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
-+endif
- ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME)))
- CPU := $(shell uname -m)
- SOURCES += $(SOURCES_cygwin)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a4ea679..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-nonlinux_fixes.patch
--
pd-cxc packaging
More information about the pkg-multimedia-commits
mailing list