[gummi] 12/15: deb/copyright: installed Files-Excluded

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 cafef88b4227dc8b400a854f38f0491bdeb3951f
Author: Daniel Stender <debian at danielstender.com>
Date:   Wed Jan 27 21:13:36 2016 +0100

    deb/copyright: installed Files-Excluded
---
 configure.ac          | 5 +++++
 debian/changelog      | 6 ++++--
 debian/copyright      | 2 ++
 src/Makefile.am       | 2 --
 src/gui/gui-preview.c | 2 +-
 5 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index eb014ef..3c2038a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])])
+GUI_CFLAGS="$GUI_CFLAGS $synctex_CFLAGS"
+GUI_LIBS="$GUI_LIBS $synctex_LIBS"
+
 # Add explicit linking flags
 GUI_LIBS="$GUI_LIBS -pthread -lm -lz -lrt"
 
diff --git a/debian/changelog b/debian/changelog
index 252cc45..5e47503 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 gummi (0.6.6-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #812577).
-  * deb/copyright: expanded copyright spans.
+  * deb/copyright:
+    + installed Files-Excluded (stripping src/gummi, src/syncTeX).
+    + expanded copyright spans.
   * Updated use-system-synctex.patch.
   * Dropped:
     + no-predictable-tmpfiles.patch (CVE-2015-7758 solved by upstream).
@@ -11,7 +13,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:08:49 +0100
+ -- Daniel Stender <debian at danielstender.com>  Wed, 27 Jan 2016 21:12:47 +0100
 
 gummi (0.6.5-7) unstable; urgency=medium
 
diff --git a/debian/copyright b/debian/copyright
index 9baec72..7e90fa7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gummi
 Upstream-Contact: Alexander van der Mey <alexvandermey at gmail.com>
 Source: https://github.com/alexandervdm/gummi/
+Files-Excluded: src/gummi
+                src/syncTeX
 
 Files: *
 Copyright: 2010-2016 Gummi-Dev Team <alexvandermey at gmail.com>
diff --git a/src/Makefile.am b/src/Makefile.am
index e81efa3..722ad90 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \
-		syncTeX/synctex_parser.c syncTeX/synctex_parser.h \
-		syncTeX/synctex_parser_utils.c syncTeX/synctex_parser_utils.h \
 		importer.c importer.h \
 		iofunctions.c iofunctions.h \
 		external.c external.h \
diff --git a/src/gui/gui-preview.c b/src/gui/gui-preview.c
index 7fe902e..1acb40e 100644
--- a/src/gui/gui-preview.c
+++ b/src/gui/gui-preview.c
@@ -48,7 +48,7 @@
 #include "motion.h"
 #include "porting.h"
 
-#include "syncTeX/synctex_parser.h"
+#include <synctex_parser.h>
 
 /* set up uri using appropriate formatting for OS
    http://en.wikipedia.org/wiki/File_URI_scheme#Linux */

-- 
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