Codebase list xapp / c837a6e
new upstream, drop obsolete patch Norbert Preining 3 years ago
3 changed file(s) with 6 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 xapp (1.8.6-1) experimental; urgency=medium
1
2 * New upstream version 1.8.6
3
4 -- Norbert Preining <norbert@preining.info> Sat, 30 May 2020 23:44:41 +0900
5
06 xapp (1.6.10-2) unstable; urgency=medium
17
28 * Upload to unstable
+0
-15
debian/patches/disable-python2-gir less more
0 ---
1 pygobject/meson.build | 2 +-
2 1 file changed, 1 insertion(+), 1 deletion(-)
3
4 --- xapp.git.orig/pygobject/meson.build
5 +++ xapp.git/pygobject/meson.build
6 @@ -3,7 +3,7 @@ pygobject = dependency('pygobject-3.0',
7 required: true,
8 )
9
10 -foreach exec : ['python2', 'python3']
11 +foreach exec : ['python3']
12 r = run_command(exec, '-c', 'import gi;print(gi._overridesdir)')
13
14 if r.returncode() == 0
+0
-1
debian/patches/series less more
0 disable-python2-gir