From: Joey Hess Date: Mon, 4 Jun 2012 01:16:44 +0000 (-0400) Subject: add README X-Git-Tag: 1.25~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c05e952dc66653f53a7074c59af8953acf81673;p=tools%2Fpristine-tar.git add README --- diff --git a/README b/README new file mode 100644 index 0000000..f128c7a --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +pristine-tar can regenerate a pristine upstream tarball using only a small +binary delta file and a revision control checkout of the upstream branch. + +The package also includes a pristine-gz command, which can regenerate a +pristine .gz file, a pristine-bz2 for .bz2 files, and a pristine-xz for .xz +files. + +The delta file is designed to be checked into revision control along-side +the upstream branch, thus allowing Debian packages to be built entirely +using sources in revision control, without the need to keep copies of +upstream tarballs. diff --git a/debian/docs b/debian/docs index 7247c32..0ccaa04 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -TODO delta-format.txt +TODO delta-format.txt README diff --git a/pristine-tar.spec b/pristine-tar.spec index 011ab51..809da8c 100644 --- a/pristine-tar.spec +++ b/pristine-tar.spec @@ -1,5 +1,5 @@ Name: pristine-tar -Version: 1.24 +Version: 1.25 Release: 2%{?dist} Summary: regenerate pristine tarballs