File: 01_remove_error2.dpatch

package info (click to toggle)
libsieve 2.2.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,780 kB
  • sloc: ansic: 11,715; sh: 9,273; yacc: 1,040; lex: 530; makefile: 104
file content (17 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_remove_error2.dpatch by  <paul@nfg.nl>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad libsieve-2.1.6/src/sv_interface/Makefile.am /tmp/dpep.Oj6JwH/libsieve-2.1.6/src/sv_interface/Makefile.am
--- libsieve-2.1.6/src/sv_interface/Makefile.am	2004-11-23 07:04:17.000000000 +0100
+++ /tmp/dpep.Oj6JwH/libsieve-2.1.6/src/sv_interface/Makefile.am	2005-03-09 12:05:00.000000000 +0100
@@ -11,5 +11,5 @@
 CFLAGS			= -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_rsamd5 -I$(top_srcdir)/sv_include -g $(DEBUG) $(REGEX)
 
 noinst_LTLIBRARIES      = libinterface.la
-libinterface_la_SOURCES = interp.c  message.c  message2.c  script.c  script2.c  tree.c error2.c
+libinterface_la_SOURCES = interp.c  message.c  message2.c  script.c  script2.c  tree.c
 libinterface_la_LDFLAGS = -no-undefined