watch file to version 4; get tar.bz2 instead of tar.gz;
Still, mk-origtargz doesn't like upstream tarballs...
This commit is contained in:
parent
b8ef6d4cdc
commit
349fa4dddd
2 changed files with 4 additions and 4 deletions
2
debian/.gitlab-ci.yml
vendored
2
debian/.gitlab-ci.yml
vendored
|
@ -3,7 +3,7 @@ variables:
|
|||
GIT_DEPTH: 128
|
||||
PB_RESULT: '${CI_PROJECT_DIR}/../${CI_PROJECT_NAME}_${CI_BUILD_REF}_${CI_JOB_NAME}_${CI_JOB_ID}'
|
||||
LINTIAN_CMD: eval lintian --no-tag-display-limit --info --display-info --color=auto --display-experimental --pedantic "${PB_RESULT}"/*.changes
|
||||
ORIGTAR_CMD: origtargz --tar-only --download-only
|
||||
ORIGTAR_CMD: origtargz --tar-only
|
||||
# PDEBUILD_CMD: eval pdebuild --use-pdebuild-internal --pbuildersatisfydepends "/usr/lib/pbuilder/pbuilder-satisfydepends-classic" --buildresult "${PB_RESULT}" --debbuildopts -sa
|
||||
PDEBUILD_CMD: eval pdebuild --use-pdebuild-internal --buildresult "${PB_RESULT}" --debbuildopts -sa
|
||||
EATMYDATA: "yes"
|
||||
|
|
6
debian/watch
vendored
6
debian/watch
vendored
|
@ -1,8 +1,8 @@
|
|||
version=3
|
||||
opts=\
|
||||
version=4
|
||||
opts="\
|
||||
repacksuffix=+dfsg,\
|
||||
repack,compression=xz,\
|
||||
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\
|
||||
filenamemangle=s/.*v(.*)\/.*/gitlab-$1.tar.gz/,\
|
||||
dversionmangle=s/(\d)[\+]?(debian|dfsg|ds|deb|gh)\d*(\~)*(rc)*(\d)*$/$1$3$4$5/ \
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/tags .*/gitlab-ce-v(.*).tar.gz
|
||||
" https://gitlab.com/gitlab-org/gitlab-ce/tags .*/gitlab-ce-v(\d[\d.]*)\.tar\.bz2
|
||||
|
|
Loading…
Reference in a new issue