forked from openkylin/mdds
format patches
This commit is contained in:
parent
8fd6bbff78
commit
01aaf016e9
|
@ -1,18 +0,0 @@
|
|||
--- 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)
|
|
@ -1,9 +1,16 @@
|
|||
Description: Make the build reproducible
|
||||
Author: Chris Lamb <lamby@debian.org>
|
||||
Last-Update: 2018-01-23
|
||||
From: Chris Lamb <lamby@debian.org>
|
||||
Date: Mon, 7 Nov 2022 15:52:09 +0800
|
||||
Subject: Make the build reproducible
|
||||
|
||||
--- mdds-1.3.1.orig/doc/doxygen.conf
|
||||
+++ mdds-1.3.1/doc/doxygen.conf
|
||||
Last-Update: 2018-01-23
|
||||
---
|
||||
doc/doxygen.conf | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/doc/doxygen.conf b/doc/doxygen.conf
|
||||
index 76cda4d..f4a8816 100644
|
||||
--- a/doc/doxygen.conf
|
||||
+++ b/doc/doxygen.conf
|
||||
@@ -132,7 +132,7 @@ INLINE_INHERITED_MEMB = NO
|
||||
# shortest path that makes the file name unique will be used
|
||||
# The default value is: YES.
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
#dont-install-unneeded-docfiles.diff
|
||||
reproducible-build.diff
|
||||
|
|
Loading…
Reference in New Issue