File: 0020-binary_name.patch

package info (click to toggle)
ardour 1%3A8.12.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 147,336 kB
  • sloc: cpp: 645,609; ansic: 515,891; xml: 123,665; python: 35,344; javascript: 15,340; sh: 4,983; asm: 1,800; perl: 958; php: 785; makefile: 298; objc: 28
file content (25 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Date: Sat, 30 May 2020 13:26:55 +0200
Subject: Strip MAJOR-version from executable

Origin: Debian
Forwarded: no
Last-Update: 2020-05-30

so the binary matches the manpages
Last-Update: 2020-05-30
---
 gtk2_ardour/wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- ardour.orig/gtk2_ardour/wscript
+++ ardour/gtk2_ardour/wscript
@@ -741,7 +741,7 @@
 
     obj              = bld(features = 'subst')
     obj.source       = 'ardour.sh.in'
-    obj.target       = 'ardour' + bld.env['MAJOR']
+    obj.target       = 'ardour'
     obj.chmod        = Utils.O755
     obj.dict         = wrapper_subst_dict
     obj.install_path = bld.env['BINDIR']