]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/0002-Handle-the-DFSG-package-split.patch
Cherry-pick 6a73776004 with minor adaptions in d/control and d/rules
[lilypond.git] / debian / patches / 0002-Handle-the-DFSG-package-split.patch
1 From 1309cbe9a907c22250bf4215937810ddf3040154 Mon Sep 17 00:00:00 2001
2 From: Rob Browning <rlb@defaultvalue.org>
3 Date: Sat, 23 Apr 2011 14:57:48 -0500
4 Subject: Handle the DFSG package split.
5
6 ---
7  configure.in    | 2 --
8  doc/Makefile.am | 9 +--------
9  2 files changed, 1 insertion(+), 10 deletions(-)
10
11 diff --git a/guile18/configure.in b/guile18/configure.in
12 index 217ac83..9f23a4a 100644
13 --- a/guile18/configure.in
14 +++ b/guile18/configure.in
15 @@ -1559,9 +1559,7 @@ AC_CONFIG_FILES([
16    am/Makefile
17    benchmark-suite/Makefile
18    doc/Makefile
19 -  doc/goops/Makefile
20    doc/r5rs/Makefile
21 -  doc/ref/Makefile
22    doc/tutorial/Makefile
23    emacs/Makefile
24    examples/Makefile
25 diff --git a/guile18/doc/Makefile.am b/guile18/doc/Makefile.am
26 index 4581a72..b70d55d 100644
27 --- a/guile18/doc/Makefile.am
28 +++ b/guile18/doc/Makefile.am
29 @@ -21,21 +21,14 @@
30  
31  AUTOMAKE_OPTIONS = gnu
32  
33 -SUBDIRS = ref tutorial goops r5rs
34 +SUBDIRS = tutorial r5rs
35  
36  dist_man1_MANS = guile.1
37  
38 -EXAMPLE_SMOB_FILES = \
39 -    ChangeLog-2008 Makefile README image-type.c image-type.h myguile.c
40 -
41  OLDFMT = oldfmt.c
42  
43  dist-hook:
44         cp $(srcdir)/$(OLDFMT) $(distdir)/
45 -       mkdir $(distdir)/example-smob
46 -       for f in $(EXAMPLE_SMOB_FILES); do \
47 -         cp $(srcdir)/example-smob/$$f $(distdir)/example-smob/; \
48 -        done
49  
50  EXTRA_DIST = groupings.alist ChangeLog-2008 # guile-api.alist
51