From bf9f577f43a5459aafccbfd36afe3b06fc0e6978 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 14 May 2021 11:07:02 +0300 Subject: [PATCH] OBS used incorrect old file. --- dist/OBS_debian/valentina.dsc | 30 ++++++++++++++---------------- scripts/obs_debian.sh | 2 ++ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dist/OBS_debian/valentina.dsc b/dist/OBS_debian/valentina.dsc index f670d1e42..491036676 100644 --- a/dist/OBS_debian/valentina.dsc +++ b/dist/OBS_debian/valentina.dsc @@ -2,25 +2,23 @@ Format: 3.0 (native) Source: valentina Binary: valentina Architecture: i386 amd64 -Version: 0.6.0 +Version: 0.7.47 Maintainer: Roman Telezhynskyi -Homepage: https://valentinaproject.bitbucket.io/ +Homepage: https://valentinaproject.bitbucket.io Standards-Version: 3.9.5 -Vcs-Browser: https://bitbucket.org/dismine/valentina +Vcs-Browser: https://gitlab.com/smart-pattern/valentina Build-Depends: debhelper (>= 8.0.0), - qtbase5-dev (>= 5.2.0), - libqt5svg5-dev (>= 5.2.0), - g++ (>= 4.7.0), - qt5-default (>= 5.2.0), - qttools5-dev-tools (>= 5.2.0), - libqt5xmlpatterns5-dev (>= 5.2.0), - libqt5opengl5-dev (>= 5.2.0) + qtbase5-dev (>= 5.4.0), + libqt5svg5-dev (>= 5.4.0), + g++ (>= 4.8.0), + qttools5-dev-tools (>= 5.4.0), + libqt5xmlpatterns5-dev (>= 5.4.0), + libqt5opengl5-dev (>= 5.4.0) Package-List: valentina deb graphics optional +Checksums-Sha1: + 581eb1bf36b4ab7126b5983d809130f15396859e 24838101 valentina_0.7.47.tar +Checksums-Sha256: + 9b156c7120a69b90373efb8ca9998c3e0563a60ad337210166cfd41b00b0f13c 24838101 valentina_0.7.47.tar Files: - d09673bcc475067139b88cf875e5dc0c 20954240 valentina_0.6.0.orig.tar.gz - 2fecf324a32123b08cefc0f047bca5ee 63176 valentina_0.6.0.diff.tar.gz - -DEBTRANSFORM-TAR: valentina_0.6.0.orig.tar.gz -DEBTRANSFORM-FILES-TAR: debian.tar.gz -DEBTRANSFORM-RELEASE: 1 + 95677e29d3a59cf5b064f7be236a4b78 24838101 valentina_0.7.47.tar diff --git a/scripts/obs_debian.sh b/scripts/obs_debian.sh index afaff0c97..8e8781f85 100755 --- a/scripts/obs_debian.sh +++ b/scripts/obs_debian.sh @@ -17,3 +17,5 @@ do basename=${file##*/} # remove the path from a path-string cp -v -f $file $OBSDEBIAN/debian.${basename} done + +cp -v -f ../dist/valentina.dsc $OBSDEBIAN/valentina.dsc