[gummi] 11/15: updated use-system-synctex.patch

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Jan 27 20:24:17 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository gummi.

commit 3fe1a3afdce45277d63d18b7c017800d9bd93a05
Author: Daniel Stender <debian at danielstender.com>
Date:   Wed Jan 27 21:09:13 2016 +0100

    updated use-system-synctex.patch
---
 debian/changelog                        |  3 ++-
 debian/patches/use-system-synctex.patch | 16 ++++++----------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e06ddc3..252cc45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gummi (0.6.6-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #812577).
   * deb/copyright: expanded copyright spans.
+  * Updated use-system-synctex.patch.
   * Dropped:
     + no-predictable-tmpfiles.patch (CVE-2015-7758 solved by upstream).
     + gummi.desktop.patch (applied upstream).
@@ -10,7 +11,7 @@ gummi (0.6.6-1) UNRELEASED; urgency=medium
     + libgthread-2.0_link.patch (applied upstream).
     + automake-subdirs.patch (applied upstream, src/Makefile.am).
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 27 Jan 2016 21:02:23 +0100
+ -- Daniel Stender <debian at danielstender.com>  Wed, 27 Jan 2016 21:08:49 +0100
 
 gummi (0.6.5-7) unstable; urgency=medium
 
diff --git a/debian/patches/use-system-synctex.patch b/debian/patches/use-system-synctex.patch
index 3cea174..4fae803 100644
--- a/debian/patches/use-system-synctex.patch
+++ b/debian/patches/use-system-synctex.patch
@@ -1,16 +1,17 @@
 Description: Use synctex parser provided by libsynctex-dev
 Forwarded: not-needed
 Author: Sebastian Ramacher <sramacher at debian.org>
-Last-Update: 2014-07-05
+Reviewed-by: Daniel Stender <debian at danielstender.com>
+Last-Update: 2016-01-27
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -64,6 +64,11 @@
+@@ -64,6 +64,11 @@ if test "$spellcheck" = yes; then
      GUI_LIBS="$GUI_LIBS $gtkspell_LIBS"
  fi
  
 +PKG_CHECK_MODULES(synctex, [synctex],,
-+	[AC_MSG_ERROR([You need synctex to build $PACKAGE])])
++       [AC_MSG_ERROR([You need synctex to build $PACKAGE])])
 +GUI_CFLAGS="$GUI_CFLAGS $synctex_CFLAGS"
 +GUI_LIBS="$GUI_LIBS $synctex_LIBS"
 +
@@ -19,13 +20,7 @@ Last-Update: 2014-07-05
  
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -1,4 +1,5 @@
- bin_PROGRAMS = gummi
-+
- AM_CFLAGS = $(GUI_CFLAGS) \
- 	    -export-dynamic -Wall -O2 \
- 	    -DGUMMI_LIBS=\"$(libdir)/$(PACKAGE)\" \
-@@ -25,8 +26,6 @@
+@@ -27,8 +27,6 @@ gummi_SOURCES = biblio.c  biblio.h \
  		gui/gui-snippets.c gui/gui-snippets.h \
  		gui/gui-infoscreen.c gui/gui-infoscreen.h \
  		gui/gui-project.c gui/gui-project.h \
@@ -34,6 +29,7 @@ Last-Update: 2014-07-05
  		importer.c importer.h \
  		iofunctions.c iofunctions.h \
  		external.c external.h \
+
 --- a/src/gui/gui-preview.c
 +++ b/src/gui/gui-preview.c
 @@ -48,7 +48,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gummi.git



More information about the debian-science-commits mailing list