diff options
author | xuhy <huayong.xu@samsung.com> | 2024-06-24 09:50:22 +0800 |
---|---|---|
committer | xuhy <huayong.xu@samsung.com> | 2024-07-15 14:47:28 +0800 |
commit | 42d52ab2597221b6b6c336872efe1a085a39ca80 (patch) | |
tree | 6795dd713821e3fd12a617f74de62259c75b8109 /debian | |
parent | 6f46e18558d6c7ed037496a10bd8fffc1c1d1efa (diff) | |
download | osc-42d52ab2597221b6b6c336872efe1a085a39ca80.tar.gz osc-42d52ab2597221b6b6c336872efe1a085a39ca80.tar.bz2 osc-42d52ab2597221b6b6c336872efe1a085a39ca80.zip |
Remove dpatch dependency.
dpatch package is not available on ubuntu 24.04.
Change-Id: I2e155d33f33f84f720786683c5c51d632d632d5f
Signed-off-by: xuhy <huayong.xu@samsung.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9556ff9..600e91d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: osc Section: devel Priority: extra Maintainer: Adrian Schroeter <adrian@suse.de> -Build-Depends: debhelper (>= 7.0.15), dpatch, dh-python, python3, python3-dev, python3-urlgrabber +Build-Depends: debhelper (>= 7.0.15), dh-python, python3, python3-dev, python3-urlgrabber Standards-Version: 3.8.3 Homepage: http://en.opensuse.org/Build_Service/CLI |