~ubuntu-branches/ubuntu/raring/libsylph/raring

« back to all changes in this revision

Viewing changes to debian/patches/delete_Makefile_from_example

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2012-10-07 08:45:14 UTC
  • mfrom: (5.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20121007084514-vfmgh9x7ty6wqnbw
Tags: 1.1.0-11
* debian/rules
  - delete override_dh_compress lines since Makefile.in is not included
    anymore
* debian/patches/exclude_examples-directory
  - rename to delete_Makefile_from_example
* debian/patches/delete_Makefile_from_example: remove all Makefile*
  from examples directory 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: remove all Makefile* from examples directory (Closes: #675105)
 
2
 remove Makefile.{am,in} from examples and make sure to not output 
 
3
 arch-dependent Makefile. It's not necessary to compile example sources.
 
4
Author: Hideki Yamane <henrich@debian.org>
 
5
 
 
6
---
 
7
Origin: vendor
 
8
Bug-Debian: http://bugs.debian.org/675105
 
9
Forwarded: no
 
10
Last-Update: 2012-10-06
 
11
 
 
12
Index: libsylph-1.1.0/configure.in
 
13
===================================================================
 
14
--- libsylph-1.1.0.orig/configure.in    2012-10-07 08:35:13.999850938 +0900
 
15
+++ libsylph-1.1.0/configure.in 2012-10-07 08:35:39.455909883 +0900
 
16
@@ -271,7 +271,6 @@
 
17
 Makefile
 
18
 ac/Makefile
 
19
 doc/Makefile
 
20
-examples/Makefile
 
21
 libsylph/Makefile
 
22
 po/Makefile.in
 
23
 ])
 
24
Index: libsylph-1.1.0/Makefile.am
 
25
===================================================================
 
26
--- libsylph-1.1.0.orig/Makefile.am     2012-10-07 08:35:13.999850938 +0900
 
27
+++ libsylph-1.1.0/Makefile.am  2012-10-07 08:35:39.455909883 +0900
 
28
@@ -1,4 +1,4 @@
 
29
-SUBDIRS = ac doc examples libsylph po
 
30
+SUBDIRS = ac doc libsylph po
 
31
 
 
32
 EXTRA_DIST = config.rpath  \
 
33
        INSTALL.ja \
 
34
Index: libsylph-1.1.0/examples/Makefile.am
 
35
===================================================================
 
36
--- libsylph-1.1.0.orig/examples/Makefile.am    2006-11-22 11:35:23.000000000 +0900
 
37
+++ /dev/null   1970-01-01 00:00:00.000000000 +0000
 
38
@@ -1,9 +0,0 @@
 
39
-EXTRA_DIST = README.ja \
 
40
-       libsylph-compose.c \
 
41
-       libsylph-createmailbox.c \
 
42
-       libsylph-listfolder.c \
 
43
-       libsylph-listprefs.c \
 
44
-       libsylph-listsummary.c \
 
45
-       libsylph-pop.c \
 
46
-       libsylph-send.c \
 
47
-       libsylph-template.c
 
48
Index: libsylph-1.1.0/examples/Makefile.in
 
49
===================================================================
 
50
--- libsylph-1.1.0.orig/examples/Makefile.in    2008-02-25 11:22:13.000000000 +0900
 
51
+++ /dev/null   1970-01-01 00:00:00.000000000 +0000
 
52
@@ -1,233 +0,0 @@
 
53
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
54
-
 
55
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
56
-# This Makefile.in is free software; the Free Software Foundation
 
57
-# gives unlimited permission to copy and/or distribute it,
 
58
-# with or without modifications, as long as this notice is preserved.
 
59
-
 
60
-# This program is distributed in the hope that it will be useful,
 
61
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
62
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
63
-# PARTICULAR PURPOSE.
 
64
-
 
65
-
 
66
-SHELL = @SHELL@
 
67
-
 
68
-srcdir = @srcdir@
 
69
-top_srcdir = @top_srcdir@
 
70
-VPATH = @srcdir@
 
71
-prefix = @prefix@
 
72
-exec_prefix = @exec_prefix@
 
73
-
 
74
-bindir = @bindir@
 
75
-sbindir = @sbindir@
 
76
-libexecdir = @libexecdir@
 
77
-datadir = @datadir@
 
78
-sysconfdir = @sysconfdir@
 
79
-sharedstatedir = @sharedstatedir@
 
80
-localstatedir = @localstatedir@
 
81
-libdir = @libdir@
 
82
-infodir = @infodir@
 
83
-mandir = @mandir@
 
84
-includedir = @includedir@
 
85
-oldincludedir = /usr/include
 
86
-
 
87
-DESTDIR =
 
88
-
 
89
-pkgdatadir = $(datadir)/@PACKAGE@
 
90
-pkglibdir = $(libdir)/@PACKAGE@
 
91
-pkgincludedir = $(includedir)/@PACKAGE@
 
92
-
 
93
-top_builddir = ..
 
94
-
 
95
-ACLOCAL = @ACLOCAL@
 
96
-AUTOCONF = @AUTOCONF@
 
97
-AUTOMAKE = @AUTOMAKE@
 
98
-AUTOHEADER = @AUTOHEADER@
 
99
-
 
100
-INSTALL = @INSTALL@
 
101
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
102
-INSTALL_DATA = @INSTALL_DATA@
 
103
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
104
-transform = @program_transform_name@
 
105
-
 
106
-NORMAL_INSTALL = :
 
107
-PRE_INSTALL = :
 
108
-POST_INSTALL = :
 
109
-NORMAL_UNINSTALL = :
 
110
-PRE_UNINSTALL = :
 
111
-POST_UNINSTALL = :
 
112
-build_alias = @build_alias@
 
113
-build_triplet = @build@
 
114
-host_alias = @host_alias@
 
115
-host_triplet = @host@
 
116
-target_alias = @target_alias@
 
117
-target_triplet = @target@
 
118
-AR = @AR@
 
119
-AS = @AS@
 
120
-BUILD_REVISION = @BUILD_REVISION@
 
121
-CATALOGS = @CATALOGS@
 
122
-CATOBJEXT = @CATOBJEXT@
 
123
-CC = @CC@
 
124
-CPP = @CPP@
 
125
-CXX = @CXX@
 
126
-CXXCPP = @CXXCPP@
 
127
-DATADIRNAME = @DATADIRNAME@
 
128
-DLLTOOL = @DLLTOOL@
 
129
-ECHO = @ECHO@
 
130
-EGREP = @EGREP@
 
131
-EXEEXT = @EXEEXT@
 
132
-F77 = @F77@
 
133
-GCJ = @GCJ@
 
134
-GCJFLAGS = @GCJFLAGS@
 
135
-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
136
-GLIB_CFLAGS = @GLIB_CFLAGS@
 
137
-GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
138
-GLIB_LIBS = @GLIB_LIBS@
 
139
-GLIB_MKENUMS = @GLIB_MKENUMS@
 
140
-GMOFILES = @GMOFILES@
 
141
-GMSGFMT = @GMSGFMT@
 
142
-GOBJECT_QUERY = @GOBJECT_QUERY@
 
143
-HAVE_LIB = @HAVE_LIB@
 
144
-INSTOBJEXT = @INSTOBJEXT@
 
145
-INTLLIBS = @INTLLIBS@
 
146
-LEX = @LEX@
 
147
-LIB = @LIB@
 
148
-LIBICONV = @LIBICONV@
 
149
-LIBTOOL = @LIBTOOL@
 
150
-LN_S = @LN_S@
 
151
-LTLIB = @LTLIB@
 
152
-LTLIBICONV = @LTLIBICONV@
 
153
-LT_AGE = @LT_AGE@
 
154
-LT_CURRENT = @LT_CURRENT@
 
155
-LT_RELEASE = @LT_RELEASE@
 
156
-LT_REVISION = @LT_REVISION@
 
157
-MAINT = @MAINT@
 
158
-MAJOR_VERSION = @MAJOR_VERSION@
 
159
-MAKEINFO = @MAKEINFO@
 
160
-MICRO_VERSION = @MICRO_VERSION@
 
161
-MINOR_VERSION = @MINOR_VERSION@
 
162
-MKINSTALLDIRS = @MKINSTALLDIRS@
 
163
-MSGFMT_OPTS = @MSGFMT_OPTS@
 
164
-OBJDUMP = @OBJDUMP@
 
165
-OBJEXT = @OBJEXT@
 
166
-PACKAGE = @PACKAGE@
 
167
-PKG_CONFIG = @PKG_CONFIG@
 
168
-POFILES = @POFILES@
 
169
-POSUB = @POSUB@
 
170
-PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
171
-PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
172
-RANLIB = @RANLIB@
 
173
-RC = @RC@
 
174
-STRIP = @STRIP@
 
175
-USE_NLS = @USE_NLS@
 
176
-VERSION = @VERSION@
 
177
-WINDRES = @WINDRES@
 
178
-YACC = @YACC@
 
179
-localedir = @localedir@
 
180
-
 
181
-EXTRA_DIST = README.ja         libsylph-compose.c      libsylph-createmailbox.c        libsylph-listfolder.c   libsylph-listprefs.c    libsylph-listsummary.c  libsylph-pop.c  libsylph-send.c         libsylph-template.c
 
182
-
 
183
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
184
-CONFIG_HEADER = ../config.h
 
185
-CONFIG_CLEAN_FILES = 
 
186
-DIST_COMMON =  README Makefile.am Makefile.in
 
187
-
 
188
-
 
189
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
190
-
 
191
-TAR = tar
 
192
-GZIP_ENV = --best
 
193
-all: all-redirect
 
194
-.SUFFIXES:
 
195
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
196
-       cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps examples/Makefile
 
197
-
 
198
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
199
-       cd $(top_builddir) \
 
200
-         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
201
-
 
202
-tags: TAGS
 
203
-TAGS:
 
204
-
 
205
-
 
206
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
207
-
 
208
-subdir = examples
 
209
-
 
210
-distdir: $(DISTFILES)
 
211
-       @for file in $(DISTFILES); do \
 
212
-         d=$(srcdir); \
 
213
-         if test -d $$d/$$file; then \
 
214
-           cp -pr $$d/$$file $(distdir)/$$file; \
 
215
-         else \
 
216
-           test -f $(distdir)/$$file \
 
217
-           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
218
-           || cp -p $$d/$$file $(distdir)/$$file || :; \
 
219
-         fi; \
 
220
-       done
 
221
-info-am:
 
222
-info: info-am
 
223
-dvi-am:
 
224
-dvi: dvi-am
 
225
-check-am: all-am
 
226
-check: check-am
 
227
-installcheck-am:
 
228
-installcheck: installcheck-am
 
229
-install-exec-am:
 
230
-install-exec: install-exec-am
 
231
-
 
232
-install-data-am:
 
233
-install-data: install-data-am
 
234
-
 
235
-install-am: all-am
 
236
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
237
-install: install-am
 
238
-uninstall-am:
 
239
-uninstall: uninstall-am
 
240
-all-am: Makefile
 
241
-all-redirect: all-am
 
242
-install-strip:
 
243
-       $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
244
-installdirs:
 
245
-
 
246
-
 
247
-mostlyclean-generic:
 
248
-
 
249
-clean-generic:
 
250
-
 
251
-distclean-generic:
 
252
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
253
-       -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
254
-
 
255
-maintainer-clean-generic:
 
256
-mostlyclean-am:  mostlyclean-generic
 
257
-
 
258
-mostlyclean: mostlyclean-am
 
259
-
 
260
-clean-am:  clean-generic mostlyclean-am
 
261
-
 
262
-clean: clean-am
 
263
-
 
264
-distclean-am:  distclean-generic clean-am
 
265
-       -rm -f libtool
 
266
-
 
267
-distclean: distclean-am
 
268
-
 
269
-maintainer-clean-am:  maintainer-clean-generic distclean-am
 
270
-       @echo "This command is intended for maintainers to use;"
 
271
-       @echo "it deletes files that may require special tools to rebuild."
 
272
-
 
273
-maintainer-clean: maintainer-clean-am
 
274
-
 
275
-.PHONY: tags distdir info-am info dvi-am dvi check check-am \
 
276
-installcheck-am installcheck install-exec-am install-exec \
 
277
-install-data-am install-data install-am install uninstall-am uninstall \
 
278
-all-redirect all-am all installdirs mostlyclean-generic \
 
279
-distclean-generic clean-generic maintainer-clean-generic clean \
 
280
-mostlyclean distclean maintainer-clean
 
281
-
 
282
-
 
283
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
284
-# Otherwise a system limit (for SysV at least) may be exceeded.
 
285
-.NOEXPORT: