[SCM] serd/master: Patches refreshed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Sep 22 18:29:16 UTC 2016
The following commit has been merged in the master branch:
commit c4ae6366766d8e11848dc04bacd44473d9fbd9e0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 22 19:35:40 2016 +0200
Patches refreshed.
diff --git a/debian/patches/1001-dont_run_ldconfig.patch b/debian/patches/1001-dont_run_ldconfig.patch
index af67258..83e70b2 100644
--- a/debian/patches/1001-dont_run_ldconfig.patch
+++ b/debian/patches/1001-dont_run_ldconfig.patch
@@ -10,7 +10,7 @@ Index: serd/wscript
===================================================================
--- serd.orig/wscript
+++ serd/wscript
-@@ -208,7 +208,6 @@ def build(bld):
+@@ -204,7 +204,6 @@ def build(bld):
# Man page
bld.install_files('${MANDIR}/man1', 'doc/serdi.1')
diff --git a/debian/patches/1002-doxy-path.patch b/debian/patches/1002-doxy-path.patch
index 9f07a1e..9bd15ff 100644
--- a/debian/patches/1002-doxy-path.patch
+++ b/debian/patches/1002-doxy-path.patch
@@ -7,9 +7,11 @@ Forwarded: David Robillard <d at drobilla.net>
Last-Update: 2015-10-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: serd/waflib/extras/autowaf.py
+===================================================================
--- serd.orig/waflib/extras/autowaf.py
+++ serd/waflib/extras/autowaf.py
-@@ -295,7 +295,7 @@
+@@ -315,7 +315,7 @@ def make_simple_dox(name):
NAME=name.upper()
try:
top=os.getcwd()
@@ -18,7 +20,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
page='group__%s.html'%name
if not os.path.exists(page):
return
-@@ -306,7 +306,7 @@
+@@ -326,7 +326,7 @@ def make_simple_dox(name):
if i!='index.html'and i!='style.css':
os.remove(i)
os.chdir(top)
@@ -27,7 +29,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
for i in glob.glob('*.3'):
os.system("sed -i 's/%s_API //' %s"%(NAME,i))
for i in glob.glob('_*'):
-@@ -330,9 +330,9 @@
+@@ -350,9 +350,9 @@ def build_dox(bld,name,version,srcdir,bl
outname=name.lower()
if versioned:
outname+='-%d'%int(version[0:version.find('.')])
--
serd packaging
More information about the pkg-multimedia-commits
mailing list