From c6060f76a7c112924bbb98cd1102dd0761dffbb5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Jan 2012 13:04:45 -0400 Subject: [PATCH] xz stuff --- Makefile.PL | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 8fab1e1..fc8baf2 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,7 @@ extra_build: zgz/zgz pristine-tar.spec pod2man -c pristine-tar pristine-tar > pristine-tar.1 pod2man -c pristine-gz pristine-gz > pristine-gz.1 pod2man -c pristine-bz2 pristine-bz2 > pristine-bz2.1 + pod2man -c pristine-xz pristine-xz > pristine-xz.1 pod2man -c zgz zgz/zgz.pod > zgz.1 make -C zgz/pit/suse-bzip2 @@ -31,7 +32,7 @@ zgz/pit/suse-bzip2/suse-bzip2: $(SUSE_BZIP2_SOURCES) extra_install: install -d $(DESTDIR)/usr/bin install -d $(DESTDIR)/usr/share/man/man1 - install pristine-tar pristine-gz pristine-bz2 zgz/zgz $(DESTDIR)/usr/bin + install pristine-tar pristine-gz pristine-bz2 pristine-xz zgz/zgz $(DESTDIR)/usr/bin install -m 0644 *.1 $(DESTDIR)/usr/share/man/man1 install -d $(DESTDIR)$(ZGZ_LIB)/suse-bzip2 install zgz/pit/suse-bzip2/bzip2 $(DESTDIR)$(ZGZ_LIB)/suse-bzip2 diff --git a/debian/control b/debian/control index 2273a6c..2a392a2 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,8 @@ Description: regenerate pristine tarballs 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, and a pristine-bz2 for .bz2 files. + 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 -- 2.7.4