]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix some failing builds
authorFlole998 <Flole998@users.noreply.github.com>
Sun, 13 Feb 2022 00:07:22 +0000 (01:07 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 00:07:22 +0000 (01:07 +0100)
.doozer.json

index 43a14cc0cecf84d95205700e581cadf4910d2f57..2bec9467020eaac95ac39c5591e93c1a1e8369cd 100644 (file)
         "liburiparser-dev",
         "libpcre3-dev",
         "libdvbcsa-dev",
-        "python",
+        "python3",
         "python3-requests",
         "debhelper",
         "ccache"
         "liburiparser-dev",
         "libpcre3-dev",
         "libdvbcsa-dev",
-        "python",
+        "python3",
         "python3-requests",
         "debhelper",
         "ccache"
         "ccache"
       ],
       "buildcmd": [
-        "./configure --disable-dvbscan && make -C rpm build-doozer",
+        "make -C rpm build-doozer",
         "support/bintray.py publish filelist.txt"
       ]
     },
         "ccache"
       ],
       "buildcmd": [
-        "./configure --disable-dvbscan && make -C rpm build-doozer",
+        "make -C rpm build-doozer",
         "support/bintray.py publish filelist.txt"
       ]
     },
         "ccache"
       ],
       "buildcmd": [
-        "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer",
+        "make -C rpm build-doozer",
         "BINTRAY_REPO=centos support/bintray.py publish filelist.txt"
       ]
     }