[SCM] sord/master: Patches refreshed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Sep 23 00:40:58 UTC 2016
The following commit has been merged in the master branch:
commit ce2ca2618519cdab71a7b902b4286df0c957956a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 22 20:41:37 2016 +0200
Patches refreshed.
diff --git a/debian/patches/1001-dont_run_ldconfig.patch b/debian/patches/1001-dont_run_ldconfig.patch
index 01c2e00..d3c486a 100644
--- a/debian/patches/1001-dont_run_ldconfig.patch
+++ b/debian/patches/1001-dont_run_ldconfig.patch
@@ -10,7 +10,7 @@ Index: sord/wscript
===================================================================
--- sord.orig/wscript
+++ sord/wscript
-@@ -231,7 +231,6 @@ def build(bld):
+@@ -229,7 +229,6 @@ def build(bld):
# Man pages
bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1'))
diff --git a/debian/patches/1002-doxy-path.patch b/debian/patches/1002-doxy-path.patch
index 9f07a1e..d59144c 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/
---- serd.orig/waflib/extras/autowaf.py
-+++ serd/waflib/extras/autowaf.py
-@@ -295,7 +295,7 @@
+Index: sord/waflib/extras/autowaf.py
+===================================================================
+--- sord.orig/waflib/extras/autowaf.py
++++ sord/waflib/extras/autowaf.py
+@@ -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('.')])
--
sord packaging
More information about the pkg-multimedia-commits
mailing list