~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to debian/patches/0_versioned_plugin_config_file

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: graphviz-2.14/lib/gvc/gvconfig.c
2
 
===================================================================
3
 
--- graphviz-2.14.orig/lib/gvc/gvconfig.c       2007-08-11 22:07:33.000000000 +0200
4
 
+++ graphviz-2.14/lib/gvc/gvconfig.c    2007-08-11 22:07:56.000000000 +0200
5
 
@@ -488,7 +488,7 @@
 
1
--- a/lib/gvc/gvconfig.c        2007-08-30 19:18:41.000000000 +0000
 
2
+++ b/lib/gvc/gvconfig.c        2008-01-25 20:28:13.000000000 +0000
 
3
@@ -530,7 +530,7 @@
6
4
     FILE *f = NULL;
7
5
     char *config_text = NULL;
8
6
     char *libdir;