This is essentially broken since the upstream repository is gone:
404 - No such project
Search Criteria
Package Details: pristine-tar-git 20130127-1
Package Actions
| Package Base: | pristine-tar-git |
|---|---|
| Description: | pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a copy of the source which can be a revision control checkout. |
| Upstream URL: | http://git.kitenet.net/?p=pristine-tar.git |
| Category: | devel |
| Licenses: | |
| Submitter: | jtang |
| Maintainer: | jtang |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2010-02-14 15:18 |
| Last Updated: | 2013-01-27 08:53 |
Latest Comments
Comment by JonnyJD
Comment by pnorcks
FYI, I added a 'pristine-tar' package: https://aur.archlinux.org/packages/pristine-tar/
Comment by JonnyJD
The only thing missing now is
provides:('pristine-tar')
(a non-git package can be created with http://ftp.debian.org/debian/pool/main/p/pristine-tar/pristine-tar_1.26.tar.gz)
Comment by JonnyJD
much better, thanks
Comment by jtang
give this updated pkgbuild a try, it seems i forgot to upload the last set of changes.
Comment by JonnyJD
the bin is in /usr/bin/site_perl.
This is also missing the "xdelta" dependency. see also http://packages.debian.org/sid/pristine-tar
Comment by pnorcks
I'm seeing this error message:
Can't exec "xdelta": No such file or directory at /usr/bin/pristine-tar line 515.
pristine-tar: xdelta failed with return code 72057594037927935
pristine-tar: failed to generate delta
There is a missing dependency on the 'xdelta' package. Installing it fixes the issue.
Comment by jtang
just pulled in your changes and bumped the package
Comment by pnorcks
This package doesn't build with latest git. Here is a PKGBUILD that works for me:
https://gist.github.com/4157531