OBS used incorrect old file.
This commit is contained in:
parent
1a52939d2a
commit
bf9f577f43
30
dist/OBS_debian/valentina.dsc
vendored
30
dist/OBS_debian/valentina.dsc
vendored
|
@ -2,25 +2,23 @@ Format: 3.0 (native)
|
||||||
Source: valentina
|
Source: valentina
|
||||||
Binary: valentina
|
Binary: valentina
|
||||||
Architecture: i386 amd64
|
Architecture: i386 amd64
|
||||||
Version: 0.6.0
|
Version: 0.7.47
|
||||||
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
|
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
|
||||||
Homepage: https://valentinaproject.bitbucket.io/
|
Homepage: https://valentinaproject.bitbucket.io
|
||||||
Standards-Version: 3.9.5
|
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),
|
Build-Depends: debhelper (>= 8.0.0),
|
||||||
qtbase5-dev (>= 5.2.0),
|
qtbase5-dev (>= 5.4.0),
|
||||||
libqt5svg5-dev (>= 5.2.0),
|
libqt5svg5-dev (>= 5.4.0),
|
||||||
g++ (>= 4.7.0),
|
g++ (>= 4.8.0),
|
||||||
qt5-default (>= 5.2.0),
|
qttools5-dev-tools (>= 5.4.0),
|
||||||
qttools5-dev-tools (>= 5.2.0),
|
libqt5xmlpatterns5-dev (>= 5.4.0),
|
||||||
libqt5xmlpatterns5-dev (>= 5.2.0),
|
libqt5opengl5-dev (>= 5.4.0)
|
||||||
libqt5opengl5-dev (>= 5.2.0)
|
|
||||||
Package-List:
|
Package-List:
|
||||||
valentina deb graphics optional
|
valentina deb graphics optional
|
||||||
|
Checksums-Sha1:
|
||||||
|
581eb1bf36b4ab7126b5983d809130f15396859e 24838101 valentina_0.7.47.tar
|
||||||
|
Checksums-Sha256:
|
||||||
|
9b156c7120a69b90373efb8ca9998c3e0563a60ad337210166cfd41b00b0f13c 24838101 valentina_0.7.47.tar
|
||||||
Files:
|
Files:
|
||||||
d09673bcc475067139b88cf875e5dc0c 20954240 valentina_0.6.0.orig.tar.gz
|
95677e29d3a59cf5b064f7be236a4b78 24838101 valentina_0.7.47.tar
|
||||||
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
|
|
||||||
|
|
|
@ -17,3 +17,5 @@ do
|
||||||
basename=${file##*/} # remove the path from a path-string
|
basename=${file##*/} # remove the path from a path-string
|
||||||
cp -v -f $file $OBSDEBIAN/debian.${basename}
|
cp -v -f $file $OBSDEBIAN/debian.${basename}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cp -v -f ../dist/valentina.dsc $OBSDEBIAN/valentina.dsc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user