From 6f5d6e0bfa8e6f8a3de16e4d537abcce4e94547d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 3 Jan 2015 14:31:42 +0100 Subject: some work for the new release. see debian/changelog --- debian/patches/001-changes_build_sys.diff | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'debian/patches') diff --git a/debian/patches/001-changes_build_sys.diff b/debian/patches/001-changes_build_sys.diff index cf98b0c..5750433 100644 --- a/debian/patches/001-changes_build_sys.diff +++ b/debian/patches/001-changes_build_sys.diff @@ -6,11 +6,11 @@ Last-Update: 2014-05-07 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/configure.in =================================================================== ---- trunk.orig/configure.in 2014-05-07 16:35:17.303465288 +0200 -+++ trunk/configure.in 2014-05-07 16:35:49.536109222 +0200 +--- trunk.orig/configure.in ++++ trunk/configure.in @@ -1,9 +1,11 @@ dnl Process this file with autoconf to produce a configure script. - AC_INIT(onig, 5.9.5) + AC_INIT(onig, 5.9.6) + +AUTOMAKE_OPTIONS=subdir-objects @@ -21,7 +21,7 @@ Index: trunk/configure.in AC_CONFIG_HEADER(config.h) -@@ -41,7 +43,7 @@ +@@ -41,7 +43,7 @@ fi dnl Checks for programs. AC_PROG_CC AM_PROG_LIBTOOL @@ -32,9 +32,9 @@ Index: trunk/configure.in AC_PROG_INSTALL Index: trunk/Makefile.am =================================================================== ---- trunk.orig/Makefile.am 2014-05-07 16:35:17.303465288 +0200 -+++ trunk/Makefile.am 2014-05-07 16:35:17.295465127 +0200 -@@ -3,6 +3,7 @@ +--- trunk.orig/Makefile.am ++++ trunk/Makefile.am +@@ -3,6 +3,7 @@ encdir = $(top_srcdir)/enc sampledir = $(top_srcdir)/sample libname = libonig.la -- cgit v1.2.3