From d19c11b492b18240d9627010bbea40215d821f29df2c98d9eb0d662396f76527 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 May 2024 10:43:59 +0000 Subject: [PATCH] Accepting request 1174077 from home:lkocman:branches:openSUSE:Tools - Use bz2 compression to enable builds with debhelper * Debian/Ubuntu builds now work fine. * Allows rebuild packages with osc in ubuntu image on github - Add deb dependency on libmodule-build-perl and libxml2-utils OBS-URL: https://build.opensuse.org/request/show/1174077 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=174 --- _service | 2 +- debian.dsc | 1 + obs-service-source_validator-0.35.tar.bz2 | 3 +++ obs-service-source_validator-0.35.tar.zst | 3 --- obs-service-source_validator.changes | 8 ++++++++ 5 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 obs-service-source_validator-0.35.tar.bz2 delete mode 100644 obs-service-source_validator-0.35.tar.zst diff --git a/_service b/_service index 0fcf0b4..4b6a415 100644 --- a/_service +++ b/_service @@ -9,7 +9,7 @@ *.tar - zst + bz2 diff --git a/debian.dsc b/debian.dsc index 7875997..7b38bcf 100644 --- a/debian.dsc +++ b/debian.dsc @@ -6,3 +6,4 @@ Maintainer: Hib Eris Architecture: all Standards-Version: 3.9.6 Build-Depends: debhelper (>= 7), obs-build +Depends: libmodule-build-perl, libxml2-utils diff --git a/obs-service-source_validator-0.35.tar.bz2 b/obs-service-source_validator-0.35.tar.bz2 new file mode 100644 index 0000000..dcaca16 --- /dev/null +++ b/obs-service-source_validator-0.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b741181b26842b87c412509f09200a44ba7199b2ebad2000b865540bf5c44a05 +size 62308 diff --git a/obs-service-source_validator-0.35.tar.zst b/obs-service-source_validator-0.35.tar.zst deleted file mode 100644 index 535f0c5..0000000 --- a/obs-service-source_validator-0.35.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f973936b213e80d78b2a93ecdf952a6d9573341d1e1ced24400c0aeaf6fc3421 -size 60284 diff --git a/obs-service-source_validator.changes b/obs-service-source_validator.changes index 6ad5aaa..d466ec5 100644 --- a/obs-service-source_validator.changes +++ b/obs-service-source_validator.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 14 19:06:15 UTC 2024 - Lubos Kocman + +- Use bz2 compression to enable builds with debhelper + * Debian/Ubuntu builds now work fine. + * Allows rebuild packages with osc in ubuntu image on github +- Add deb dependency on libmodule-build-perl and libxml2-utils + ------------------------------------------------------------------- Fri May 10 06:13:54 UTC 2024 - Fabian Vogt