From 3c05e952dc66653f53a7074c59af8953acf81673 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Jun 2012 21:16:44 -0400 Subject: [PATCH] add README --- README | 11 +++++++++++ debian/docs | 2 +- pristine-tar.spec | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 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 -- 2.34.1