[SCM] zita-njbridge/master: Add patch to fix the manpages thing.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 6 15:53:33 UTC 2014


The following commit has been merged in the master branch:
commit 6d9dc4055fbe1df7546aad27958256224a47786d
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 6 16:52:58 2014 +0100

    Add patch to fix the manpages thing.

diff --git a/debian/patches/0001-makefile.patch b/debian/patches/0001-makefile.patch
new file mode 100644
index 0000000..1547307
--- /dev/null
+++ b/debian/patches/0001-makefile.patch
@@ -0,0 +1,28 @@
+Description: Disable installation of man pages.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: not-needed
+---
+ source/Makefile |    5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+--- zita-njbridge.orig/source/Makefile
++++ zita-njbridge/source/Makefile
+@@ -31,7 +31,7 @@ CPPFLAGS += -DVERSION=\"$(VERSION)\"
+ CXXFLAGS += -O2 -Wall -MMD -MP
+ 
+ 
+-all:	zita-j2n zita-n2j zita-njbridge.1.gz zita-j2n.1.gz zita-n2j.1.gz
++all:	zita-j2n zita-n2j
+ 
+ 
+ ZITA-J2N_O = zita-j2n.o netdata.o jacktx.o nettx.o pxthread.o lfqueue.o zsockets.o
+@@ -67,9 +67,6 @@ install:	all
+ 	install -d $(DESTDIR)$(BINDIR)
+ 	install -m 755 zita-j2n $(DESTDIR)$(BINDIR)
+ 	install -m 755 zita-n2j $(DESTDIR)$(BINDIR)
+-	install -Dm 644 zita-njbridge.1.gz $(DESTDIR)$(MANDIR)
+-	install -Dm 644 zita-j2n.1.gz $(DESTDIR)$(MANDIR)
+-	install -Dm 644 zita-n2j.1.gz $(DESTDIR)$(MANDIR)
+ 
+ 
+ uninstall:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d0c0e9f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-makefile.patch

-- 
zita-njbridge packaging



More information about the pkg-multimedia-commits mailing list