Package: deltarpm / 3.6+dfsg-1

04_omit-rpmdumpheader.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Mike Miller <mtmiller@ieee.org>
Description: Omit building and installing the rpmdumpheader helper utility
 This patch removes rpmdumpheader from the 'all' and 'install' targets. The
 only purpose of this utility is to query the system RPM database for an
 installed package, so it will always fail on a Debian system.
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ LDLIBS = -lbz2 $(zlibldflags) -llzma
 LDFLAGS =
 PYTHONS = python python3
 
-all: makedeltarpm applydeltarpm rpmdumpheader makedeltaiso applydeltaiso combinedeltarpm fragiso
+all: makedeltarpm applydeltarpm makedeltaiso applydeltaiso combinedeltarpm fragiso
 
 python: _deltarpmmodule.so
 
@@ -59,7 +59,6 @@ install:
 	install -m 755 makedeltarpm  $(DESTDIR)$(bindir)
 	install -m 755 applydeltarpm $(DESTDIR)$(bindir)
 	install -m 755 combinedeltarpm $(DESTDIR)$(bindir)
-	install -m 755 rpmdumpheader $(DESTDIR)$(rpmdumpheader)
 	install -m 755 makedeltaiso $(DESTDIR)$(bindir)
 	install -m 755 applydeltaiso $(DESTDIR)$(bindir)
 	install -m 755 fragiso $(DESTDIR)$(bindir)