[SCM] naspro-bridges-bad/master: Remove debian/patches as it is unnecessary now.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Apr 18 14:40:13 UTC 2011


The following commit has been merged in the master branch:
commit 945cadaa2d84b44a84406a758c64ee676736a2a2
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 18 16:40:02 2011 +0200

    Remove debian/patches as it is unnecessary now.

diff --git a/debian/patches/01-cmake.patch b/debian/patches/01-cmake.patch
deleted file mode 100644
index b969561..0000000
--- a/debian/patches/01-cmake.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Description: Provide variable substitions which cmake seems ignoring.
- Force the inclusion of -I/usr/include/rasqal to fix the build failure
- with GCC4.5
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: Stefano D'Angelo <zanga.mail at gmail.com>
----
- CMakeLists.txt      |    1 +
- dssi/manifest.ttl   |   14 ++++++++++++++
- ladspa/manifest.ttl |   14 ++++++++++++++
- 3 files changed, 29 insertions(+)
-
---- /dev/null
-+++ naspro-bridges-bad/dssi/manifest.ttl
-@@ -0,0 +1,14 @@
-+#
-+# NASPRO - NASPRO Architecture for Sound Processing
-+# DSSI bridge
-+#
-+# Copyright (C) 2007-2010 Stefano D'Angelo <zanga.mail at gmail.com>
-+#
-+# See the COPYING file for license conditions.
-+#
-+
-+ at prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
-+ at prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
-+
-+<http://naspro.atheme.org/bridges/dssi> a dman:DynManifest ;
-+	lv2:binary <dssi.so> .
---- /dev/null
-+++ naspro-bridges-bad/ladspa/manifest.ttl
-@@ -0,0 +1,14 @@
-+#
-+# NASPRO - NASPRO Architecture for Sound Processing
-+# LADSPA bridge
-+#
-+# Copyright (C) 2007-2010 Stefano D'Angelo <zanga.mail at gmail.com>
-+#
-+# See the COPYING file for license conditions.
-+#
-+
-+ at prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
-+ at prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
-+
-+<http://naspro.atheme.org/bridges/ladspa> a dman:DynManifest ;
-+	lv2:binary <ladspa.so> .
---- naspro-bridges-bad.orig/CMakeLists.txt
-+++ naspro-bridges-bad/CMakeLists.txt
-@@ -32,6 +32,7 @@ endif ()
- pkg_check_modules(DSSI REQUIRED dssi)
- 
- include_directories(. ${NACORE_INCLUDE_DIRS} ${REDLAND_INCLUDE_DIR} ${LV2_INCLUDE_DIR} ${ALSA_INCLUDE_DIR} ${DSSI_INCLUDE_DIR})
-+include_directories(. /usr/include/rasqal)
- link_directories(${NACORE_LIBRARY_DIRS} ${ALSA_LIBRARY_DIRS})
- 
- add_library(ladspa MODULE ${NABRIDGESBAD_LADSPA_SOURCES})
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 809d924..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-cmake.patch

-- 
naspro-bridges-bad packaging



More information about the pkg-multimedia-commits mailing list