Could you please update to HPLIP 3.17.11
Hi,
on March 1 is Feature Freeze at Ubuntu and I would like to update to the
current version 3.17.11, but I have problems with your repack mechanism
("make -f debian/rules get-orig-source", see my complete attempt below).
Could you do the update in Debian so that I can sync to Ubuntu?
Could you also, if needed, update/fix the debian/rules (or debian/watch)
file? Probably the download path for the original tarball is not valid
any more.
Thanks in advance.
Till
----------
till@till-x1yoga:~/ubuntu/hplip/hplip$ git checkout --track -b
debian/master origin/debian/master
fatal: A branch named 'debian/master' already exists.
till@till-x1yoga:~/ubuntu/hplip/hplip$ git checkout --track -b
upstream/latest origin/upstream/latest
Branch 'upstream/latest' set up to track remote branch 'upstream/latest'
from 'origin'.
Switched to a new branch 'upstream/latest'
till@till-x1yoga:~/ubuntu/hplip/hplip$ git checkout --track -b
upstream/latest-repack origin/upstream/latest-repack
Branch 'upstream/latest-repack' set up to track remote branch
'upstream/latest-repack' from 'origin'.
Switched to a new branch 'upstream/latest-repack'
till@till-x1yoga:~/ubuntu/hplip/hplip$ git checkout --track -b
pristine-tar origin/pristine-tar
Branch 'pristine-tar' set up to track remote branch 'pristine-tar' from
'origin'.
Switched to a new branch 'pristine-tar'
till@till-x1yoga:~/ubuntu/hplip/hplip$ git checkout debian/master
Switched to branch 'debian/master'
Your branch is up to date with 'origin/debian/master'.
till@till-x1yoga:~/ubuntu/hplip/hplip$ make -f debian/rules get-orig-source
set -e;\
quilt pop -af || true ;\
rm -Rf .pc ;\
gbp import-orig --no-pristine-tar --no-merge --uscan
--upstream-branch=upstream/latest;\
git checkout upstream/latest-repack ;\
utag=`git describe --exact-match heads/upstream/latest | sed -e
's#^upstream/##'` ;\
git merge --strategy-option=theirs --no-commit upstream/$utag || true ;\
find . -regextype posix-extended -iregex '.*\.(ldl|ppd|pdf|ps|pcl)\.gz'
| xargs gunzip -f ;\
git add -A . ;\
git commit -m "Merge upstream $utag version; un-gzip source files" ;\
urtag=$utag+repack0 ;\
urcommit=`git rev-parse --verify HEAD`;\
git tag upstream/$urtag -m "Upstream repacked $utag version" ;\
git archive --format=tar --prefix=hplip-$urtag/ upstream/$urtag | xz -6e
> ../hplip_$urtag.orig.tar.xz ;\
pristine-tar commit ../hplip_$urtag.orig.tar.xz upstream/$urtag ;\
git checkout debian/master ;\
git dpm record-new-upstream --rebase-patched ../hplip_$urtag.orig.tar.xz
$urcommit ;\
git dpm update-patches -m "Merge upstream-repacked $urtag version and
refresh git-dpm patches"
No patch removed
gbp:info: Launching uscan...
uscan: Newest version of hplip on remote site is 3.17.11, local version
is 3.17.10+repack0
uscan: => Newer package available from
https://qa.debian.org/watch/sf.php/hplip/hplip-3.17.11.tar.gz
uscan warn: In directory ., downloading
https://qa.debian.org/watch/sf.php/hplip/hplip-3.17.11.tar.gz failed:
500 read timeout
uscan warn: In directory ., downloading
https://qa.debian.org/watch/sf.php/hplip/hplip-3.17.11.tar.gz.asc
failed: 500 Can't connect to downloads.sourceforge.net:443 (Connection
timed out)
uscan warn: FAIL Checking OpenPGP signature (no upstream tarball
downloaded).
gbp:error: Couldn't find tarball at '../hplip-3.17.11.tar.gz'
debian/rules:242: recipe for target 'get-orig-source' failed
make: *** [get-orig-source] Error 1
Reply to: