~ubuntu-branches/ubuntu/vivid/libspectre/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/strip_ghostscript.patch

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Rosewarne
  • Date: 2008-01-06 21:58:55 UTC
  • Revision ID: james.westby@ubuntu.com-20080106215855-lskg3x1no1os9v8l
Tags: 0.2.0.ds-1
* New upstream release.
* Removed ghostscript headers.
  - Patched build system to omit libspectre/ghostscript.

 +++ Changes by Ana Beatriz Guerrero Lopez:

 * Add prune-ghostscript script to remove ghostscript stuff.
 * Slight tweaking of debian/copyright.
 * Add Homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur libspectre-0.2.0/configure libspectre-0.2.0.new/configure
 
2
--- libspectre-0.2.0/configure  2008-01-03 11:18:06.000000000 -0500
 
3
+++ libspectre-0.2.0.new/configure      2008-01-03 16:05:55.753081110 -0500
 
4
@@ -21886,7 +21886,7 @@
 
5
 
 
6
 
 
7
 
 
8
-ac_config_files="$ac_config_files Makefile Doxyfile libspectre/Makefile libspectre/spectre-version.h libspectre/ghostscript/Makefile test/Makefile libspectre.pc"
 
9
+ac_config_files="$ac_config_files Makefile Doxyfile libspectre/Makefile libspectre/spectre-version.h test/Makefile libspectre.pc"
 
10
 
 
11
 cat >confcache <<\_ACEOF
 
12
 # This file is a shell script that caches the results of configure
 
13
@@ -22485,7 +22485,6 @@
 
14
     "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
 
15
     "libspectre/Makefile") CONFIG_FILES="$CONFIG_FILES libspectre/Makefile" ;;
 
16
     "libspectre/spectre-version.h") CONFIG_FILES="$CONFIG_FILES libspectre/spectre-version.h" ;;
 
17
-    "libspectre/ghostscript/Makefile") CONFIG_FILES="$CONFIG_FILES libspectre/ghostscript/Makefile" ;;
 
18
     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
 
19
     "libspectre.pc") CONFIG_FILES="$CONFIG_FILES libspectre.pc" ;;
 
20
 
 
21
diff -Nur libspectre-0.2.0/configure.ac libspectre-0.2.0.new/configure.ac
 
22
--- libspectre-0.2.0/configure.ac       2008-01-03 11:12:50.000000000 -0500
 
23
+++ libspectre-0.2.0.new/configure.ac   2008-01-03 16:05:55.753081110 -0500
 
24
@@ -199,7 +199,6 @@
 
25
 Doxyfile
 
26
 libspectre/Makefile
 
27
 libspectre/spectre-version.h
 
28
-libspectre/ghostscript/Makefile
 
29
 test/Makefile
 
30
 libspectre.pc
 
31
 ])
 
32
diff -Nur libspectre-0.2.0/libspectre/Makefile.am libspectre-0.2.0.new/libspectre/Makefile.am
 
33
--- libspectre-0.2.0/libspectre/Makefile.am     2007-12-09 12:18:09.000000000 -0500
 
34
+++ libspectre-0.2.0.new/libspectre/Makefile.am 2008-01-03 16:06:20.542081871 -0500
 
35
@@ -1,4 +1,3 @@
 
36
-SUBDIRS = ghostscript
 
37
 
 
38
 INCLUDES =                     \
 
39
        -I$(top_builddir)       \
 
40
diff -Nur libspectre-0.2.0/libspectre/Makefile.in libspectre-0.2.0.new/libspectre/Makefile.in
 
41
--- libspectre-0.2.0/libspectre/Makefile.in     2008-01-03 11:18:05.000000000 -0500
 
42
+++ libspectre-0.2.0.new/libspectre/Makefile.in 2008-01-03 16:06:40.182081456 -0500
 
43
@@ -210,7 +210,6 @@
 
44
 sharedstatedir = @sharedstatedir@
 
45
 sysconfdir = @sysconfdir@
 
46
 target_alias = @target_alias@
 
47
-SUBDIRS = ghostscript
 
48
 INCLUDES = \
 
49
        -I$(top_builddir)       \
 
50
        -I$(srcdir)             \