diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
commit | 25e003727af97ee93b1663d2df72b76fc4975dc9 (patch) | |
tree | a40811a107ace33142d3229769f28277ee050fb8 /debian/patches/dont-install-unneeded-docfiles.diff | |
parent | Adding upstream version 2.1.1. (diff) | |
download | mdds-25e003727af97ee93b1663d2df72b76fc4975dc9.tar.xz mdds-25e003727af97ee93b1663d2df72b76fc4975dc9.zip |
Adding debian version 2.1.1-2.debian/2.1.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/dont-install-unneeded-docfiles.diff')
-rw-r--r-- | debian/patches/dont-install-unneeded-docfiles.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/dont-install-unneeded-docfiles.diff b/debian/patches/dont-install-unneeded-docfiles.diff new file mode 100644 index 0000000..2c2a135 --- /dev/null +++ b/debian/patches/dont-install-unneeded-docfiles.diff @@ -0,0 +1,18 @@ +--- mdds-0.6.1.orig/Makefile.in ++++ mdds-0.6.1/Makefile.in +@@ -210,8 +210,6 @@ + $(CXX) $(LDFLAGS) $< -o $@ + + install: $(HEADERS) +- cp -a LICENSE COPYING +- cp -a CHANGELOG NEWS + install -d $(DESTDIR)$(INSTALL_INCDIR)/mdds + install -d $(DESTDIR)$(INSTALL_DOCDIR) + install -d $(DESTDIR)@datarootdir@ +@@ -219,7 +219,6 @@ + install -m 644 @top_srcdir@/$(INCDIR)/mdds/*.hpp $(DESTDIR)$(INSTALL_INCDIR)/mdds + install -m 644 @top_srcdir@/$(INCDIR)/mdds/*.inl $(DESTDIR)$(INSTALL_INCDIR)/mdds + install -m 644 $(MISCDIR)/mdds.pc $(DESTDIR)@datarootdir@/pkgconfig/mdds-@API_VERSION@.pc +- install -m 644 @top_srcdir@/AUTHORS @top_srcdir@/COPYING @top_srcdir@/NEWS @top_srcdir@/README.md @top_srcdir@/VERSION $(DESTDIR)$(INSTALL_DOCDIR) + + check: $(ALL_TESTS) |