From f3cff5615ec8523baf090957fab69d86fadbe3c454bcaa625312395c6e459b36 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Thu, 28 Mar 2019 08:54:22 +0000 Subject: [PATCH] - Changed download location for source tarball from Debian package pool to salsa.debian.org to avoid download errors in OBS. * format must be changed to tar.bz2, because salsa.debian.org doesn't support tar.xz. * verified identical contents of new and old tarball OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=17 --- devscripts-v2.18.10.tar.bz2 | 3 +++ devscripts.changes | 9 +++++++++ devscripts.spec | 6 +++--- devscripts_2.18.10.tar.xz | 3 --- 4 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 devscripts-v2.18.10.tar.bz2 delete mode 100644 devscripts_2.18.10.tar.xz diff --git a/devscripts-v2.18.10.tar.bz2 b/devscripts-v2.18.10.tar.bz2 new file mode 100644 index 0000000..8922b8c --- /dev/null +++ b/devscripts-v2.18.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c18c68e88f6b8053807473973e3705de3440b33c82a583e542b3a2ee43178a +size 1005647 diff --git a/devscripts.changes b/devscripts.changes index 2696107..dd520af 100644 --- a/devscripts.changes +++ b/devscripts.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 28 08:49:53 UTC 2019 - Martin Wilck + +- Changed download location for source tarball from Debian package + pool to salsa.debian.org to avoid download errors in OBS. + * format must be changed to tar.bz2, because salsa.debian.org + doesn't support tar.xz. + * verified identical contents of new and old tarball + ------------------------------------------------------------------- Sat Dec 15 13:47:09 UTC 2018 - Alexei Sorokin diff --git a/devscripts.spec b/devscripts.spec index b7df1a0..fbde43d 100644 --- a/devscripts.spec +++ b/devscripts.spec @@ -1,7 +1,7 @@ # # spec file for package devscripts # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: Scripts to make the life of a Debian Package maintainer easier License: GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later AND GPL-3.0-only AND Artistic-2.0 AND GPL-1.0-or-later OR Artistic-1.0 AND SUSE-Public-Domain AND ISC Group: Development/Tools/Building URL: https://salsa.debian.org/debian/devscripts -Source: https://deb.debian.org/debian/pool/main/d/devscripts/%{name}_%{version}.tar.xz +Source: https://salsa.debian.org/debian/devscripts/-/archive/v%{version}/devscripts-v%{version}.tar.bz2 # PATCH-FIX-OPENSUSE devscripts-fix-build.patch -- Fix docbook template directories path. Patch0: devscripts-fix-build.patch # PATCH-FIX-OPENSUSE devscripts-fix-python-install-layout.patch -- Remove Debian's --install-layout=deb from setup.py. @@ -83,7 +83,7 @@ scripts on the command line, and outputs warnings if possible bashisms are detected. %prep -%setup -q +%setup -q -n devscripts-v%{version} %patch0 -p1 %patch1 -p1 %patch2 -p1 diff --git a/devscripts_2.18.10.tar.xz b/devscripts_2.18.10.tar.xz deleted file mode 100644 index 7cd740e..0000000 --- a/devscripts_2.18.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:233df1528aff7cf5894b2d996053e0e5ec90c82645b43c9e279fbd5cd5372943 -size 768468