From af805af044317265a786214bed4c506977e934b4 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 1 Mar 2018 16:55:32 -0500 Subject: [PATCH] Remove Debian package patch now that it has been merged upstream. --- doc/xml/release.xml | 4 ++++ test/patch/debian-package.patch | 22 ---------------------- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 test/patch/debian-package.patch diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 57826c8f0..8d9ef19b0 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -40,6 +40,10 @@

Disable console display of coverage for C files since Devel::Cover does not handle it well.

+ + +

Remove Debian package patch now that it has been merged upstream.

+
diff --git a/test/patch/debian-package.patch b/test/patch/debian-package.patch deleted file mode 100644 index f722914c8..000000000 --- a/test/patch/debian-package.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- pgbackrest.install -+++ pgbackrest.install -@@ -1,3 +1,2 @@ --bin/pgbackrest usr/bin/ - debian/pgbackrest.conf etc/ - lib/pgBackRest usr/share/perl5/ ---- rules -+++ rules -@@ -22,6 +22,7 @@ - ${MANTEMPLATE} > ${CURDIR}/doc/output/man/pgbackrest.1 - cd $(CURDIR)/libc; perl Makefile.PL PREFIX=/usr NO_PACKLIST=1 - make -C $(CURDIR)/libc/ -+ make -C $(CURDIR)/src - dh_auto_build - - override_dh_auto_test: -@@ -36,4 +37,5 @@ - - override_dh_auto_install: - make -C libc install DESTDIR=$(CURDIR)/debian/pgbackrest -+ make -C src install DESTDIR=$(CURDIR)/debian/pgbackrest - dh_auto_install