[Forensics-changes] [yara] 06/07: Drop patch

Hilko Bengen bengen at moszumanska.debian.org
Fri Nov 10 22:27:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository yara.

commit a2a27d5528c735d494efe4a034eae62aa21a3721
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Nov 10 21:37:10 2017 +0100

    Drop patch
---
 ...dling-of-intermediate-files-generated-by-.patch | 48 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 49 deletions(-)

diff --git a/debian/patches/0001-Improve-handling-of-intermediate-files-generated-by-.patch b/debian/patches/0001-Improve-handling-of-intermediate-files-generated-by-.patch
deleted file mode 100644
index e352a61..0000000
--- a/debian/patches/0001-Improve-handling-of-intermediate-files-generated-by-.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From: Hilko Bengen <bengen at debian.org>
-Date: Sat, 1 Jul 2017 13:16:23 +0200
-Subject: Improve handling of intermediate files generated by lex, yacc.
-
-The Automake manual recommends not to put intermediate files into
-SOURCES. The *.c files go into BUILT_SOURCES to ensure that those
-files get built before everything else.
----
- libyara/Makefile.am | 11 ++++++++---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/libyara/Makefile.am b/libyara/Makefile.am
-index 1c0ea3a..a52e7c4 100644
---- a/libyara/Makefile.am
-+++ b/libyara/Makefile.am
-@@ -82,6 +82,14 @@ yarainclude_HEADERS = \
- 
- lib_LTLIBRARIES = libyara.la
- 
-+BUILT_SOURCES = \
-+  lexer.c \
-+  hex_lexer.c \
-+  re_lexer.c \
-+  grammar.c \
-+  hex_grammar.c \
-+  re_grammar.c
-+
- libyara_la_LDFLAGS = -version-number 3:6:3
- 
- libyara_la_SOURCES = \
-@@ -100,9 +108,7 @@ libyara_la_SOURCES = \
-   hash.c \
-   hash.h \
-   hex_grammar.y \
--  hex_lexer.h \
-   hex_lexer.l \
--  lexer.h \
-   lexer.l \
-   libyara.c \
-   mem.c \
-@@ -119,7 +125,6 @@ libyara_la_SOURCES = \
-   re.c \
-   re.h \
-   re_grammar.y \
--  re_lexer.h \
-   re_lexer.l \
-   rules.c \
-   scan.c \
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index af77149..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Improve-handling-of-intermediate-files-generated-by-.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list