[Pkg-e-commits] [SCM] Enlightenment Foundation Library providing optimized data types branch, master, updated. upstream/0.0.1_svn20081120-2-g28bc81c

Albin Tonnerre albin.tonnerre at gmail.com
Sun Dec 14 11:45:24 UTC 2008


The following commit has been merged in the master branch:
commit 28bc81c71019b4ecb2103ffe653f9cdc7d1cce72
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Sun Dec 14 12:34:27 2008 +0100

    Change the package names to prevent future ABI changes, and use -release instead of -version-info to remove the upstream SONAME. This makes useless the use of a symbols file as well as build-depending on dpkg-dev >= 1.14.8, so removing those

diff --git a/debian/changelog b/debian/changelog
index c7829af..884559c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
-eina (0.0.1~svn20081120-1) UNRELEASED; urgency=low
+eina (0.0.1~svn20081120-1) experimental; urgency=low
 
   * Initial Release (Closes: #506916)
+  * debian/patches/{01-fix-library-soname,02-reapply-autofoo}: Use release
+    instead of version-info to create the library SONAME, to prevent things
+    from breaking when the ABI changes.
 
- -- Albin Tonnerre <albin.tonnerre at gmail.com>  Wed, 26 Nov 2008 15:25:52 +0100
+ -- Albin Tonnerre <albin.tonnerre at gmail.com>  Thu, 11 Dec 2008 20:52:23 +0100
diff --git a/debian/control b/debian/control
index 5379468..60c13d7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,17 @@ Section: libs
 Priority: optional
 Maintainer:  Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
 Uploaders: Albin Tonnerre <albin.tonnerre at gmail.com>, Jan Lübbe <jluebbe at debian.org>
-Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, doxygen
+Build-Depends: debhelper (>= 6), cdbs, doxygen, pkg-config
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/pkg-e/libs/eina.git
 Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/eina.git
 Homepage: http://www.enlightenment.org
 
-Package: libeina0
+Package: libeina-0.0.1a
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libeina0
+Conflicts: libeina0
 Description: Enlightenment Foundation Library providing optimized data types
  Eina is a multi-platform library that provides optimized data types and a few
  tools. It supports the following data types:
@@ -27,11 +29,13 @@ Description: Enlightenment Foundation Library providing optimized data types
  This package contains headers and static libraries for development with
  libeina.
 
-Package: libeina-dev
+Package: libeina-0.0.1a-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libeina0 (= ${binary:Version})
+Depends: ${misc:Depends}, libeina-0.0.1a (= ${binary:Version}), pkg-config
 Recommends: libeina-doc
+Provides: libeina-dev
+Conflicts: libeina-dev
 Description: Development files for libeina
  Eina is a multi-platform library that provides optimized data types and a few
  tools. It supports the following data types:
@@ -70,7 +74,7 @@ Description: Documentation for use with libeina
 Package: libeina-dbg
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libeina0 (= ${binary:Version})
+Depends: ${misc:Depends}, libeina-0.0.1a (= ${binary:Version})
 Priority: extra
 Description: debugging symbols for use with libeina
  Eina is a multi-platform library that provides optimized data types and a few
diff --git a/debian/libeina-0.0.1a-dev.install b/debian/libeina-0.0.1a-dev.install
new file mode 100644
index 0000000..03c18ea
--- /dev/null
+++ b/debian/libeina-0.0.1a-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/lib/libeina.a
+debian/tmp/usr/lib/libeina.so
diff --git a/debian/libeina-0.0.1a.install b/debian/libeina-0.0.1a.install
new file mode 100644
index 0000000..fef08a2
--- /dev/null
+++ b/debian/libeina-0.0.1a.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libeina-*.so
+debian/tmp/usr/lib/eina/*/*.so
diff --git a/debian/libeina0.install b/debian/libeina0.install
deleted file mode 100644
index 560a64c..0000000
--- a/debian/libeina0.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*
-debian/tmp/usr/lib/eina/*/*.so
diff --git a/debian/libeina0.symbols b/debian/libeina0.symbols
deleted file mode 100644
index 85f06bf..0000000
--- a/debian/libeina0.symbols
+++ /dev/null
@@ -1,169 +0,0 @@
-libeina.so.0 libeina0 #MINVER#
- EINA_ERROR_CONVERT_0X_NOT_FOUND at Base 0.0.1~
- EINA_ERROR_CONVERT_OUTRUN_STRING_LENGTH at Base 0.0.1~
- EINA_ERROR_CONVERT_P_NOT_FOUND at Base 0.0.1~
- EINA_ERROR_MODULE_INIT_FAILED at Base 0.0.1~
- EINA_ERROR_NOT_MEMPOOL_MODULE at Base 0.0.1~
- EINA_ERROR_OUT_OF_MEMORY at Base 0.0.1~
- EINA_ERROR_WRONG_MODULE at Base 0.0.1~
- eina_accessor_container_get at Base 0.0.1~
- eina_accessor_data_get at Base 0.0.1~
- eina_accessor_free at Base 0.0.1~
- eina_accessor_over at Base 0.0.1~
- eina_array_accessor_new at Base 0.0.1~
- eina_array_clean at Base 0.0.1~
- eina_array_flush at Base 0.0.1~
- eina_array_free at Base 0.0.1~
- eina_array_grow at Base 0.0.1~
- eina_array_init at Base 0.0.1~
- eina_array_iterator_new at Base 0.0.1~
- eina_array_new at Base 0.0.1~
- eina_array_remove at Base 0.0.1~
- eina_array_shutdown at Base 0.0.1~
- eina_array_step_set at Base 0.0.1~
- eina_benchmark_free at Base 0.0.1~
- eina_benchmark_init at Base 0.0.1~
- eina_benchmark_new at Base 0.0.1~
- eina_benchmark_register at Base 0.0.1~
- eina_benchmark_run at Base 0.0.1~
- eina_benchmark_shutdown at Base 0.0.1~
- eina_convert_atod at Base 0.0.1~
- eina_convert_dtoa at Base 0.0.1~
- eina_convert_init at Base 0.0.1~
- eina_convert_itoa at Base 0.0.1~
- eina_convert_shutdown at Base 0.0.1~
- eina_convert_xtoa at Base 0.0.1~
- eina_counter_add at Base 0.0.1~
- eina_counter_delete at Base 0.0.1~
- eina_counter_dump at Base 0.0.1~
- eina_counter_init at Base 0.0.1~
- eina_counter_shutdown at Base 0.0.1~
- eina_counter_start at Base 0.0.1~
- eina_counter_stop at Base 0.0.1~
- eina_error_get at Base 0.0.1~
- eina_error_init at Base 0.0.1~
- eina_error_log_level_set at Base 0.0.1~
- eina_error_msg_get at Base 0.0.1~
- eina_error_msg_register at Base 0.0.1~
- eina_error_print at Base 0.0.1~
- eina_error_print_cb_file at Base 0.0.1~
- eina_error_print_cb_set at Base 0.0.1~
- eina_error_print_cb_stdout at Base 0.0.1~
- eina_error_set at Base 0.0.1~
- eina_error_shutdown at Base 0.0.1~
- eina_file_dir_list at Base 0.0.1~
- eina_file_split at Base 0.0.1~
- eina_hash_add at Base 0.0.1~
- eina_hash_add_by_hash at Base 0.0.1~
- eina_hash_del at Base 0.0.1~
- eina_hash_del_by_hash at Base 0.0.1~
- eina_hash_direct_add at Base 0.0.1~
- eina_hash_direct_add_by_hash at Base 0.0.1~
- eina_hash_find at Base 0.0.1~
- eina_hash_find_by_hash at Base 0.0.1~
- eina_hash_foreach at Base 0.0.1~
- eina_hash_free at Base 0.0.1~
- eina_hash_init at Base 0.0.1~
- eina_hash_iterator_data_new at Base 0.0.1~
- eina_hash_iterator_key_new at Base 0.0.1~
- eina_hash_iterator_tuple_new at Base 0.0.1~
- eina_hash_modify at Base 0.0.1~
- eina_hash_modify_by_hash at Base 0.0.1~
- eina_hash_new at Base 0.0.1~
- eina_hash_population at Base 0.0.1~
- eina_hash_shutdown at Base 0.0.1~
- eina_hash_string_djb2_new at Base 0.0.1~
- eina_hash_string_superfast_new at Base 0.0.1~
- eina_hash_superfast at Base 0.0.1~
- eina_init at Base 0.0.1~
- eina_inlist_accessor_new at Base 0.0.1~
- eina_inlist_append at Base 0.0.1~
- eina_inlist_append_relative at Base 0.0.1~
- eina_inlist_demote at Base 0.0.1~
- eina_inlist_find at Base 0.0.1~
- eina_inlist_iterator_new at Base 0.0.1~
- eina_inlist_prepend at Base 0.0.1~
- eina_inlist_prepend_relative at Base 0.0.1~
- eina_inlist_promote at Base 0.0.1~
- eina_inlist_remove at Base 0.0.1~
- eina_iterator_container_get at Base 0.0.1~
- eina_iterator_foreach at Base 0.0.1~
- eina_iterator_free at Base 0.0.1~
- eina_iterator_next at Base 0.0.1~
- eina_lalloc_delete at Base 0.0.1~
- eina_lalloc_element_add at Base 0.0.1~
- eina_lalloc_elements_add at Base 0.0.1~
- eina_lalloc_new at Base 0.0.1~
- eina_list_accessor_new at Base 0.0.1~
- eina_list_append at Base 0.0.1~
- eina_list_append_relative at Base 0.0.1~
- eina_list_append_relative_list at Base 0.0.1~
- eina_list_data_find at Base 0.0.1~
- eina_list_data_find_list at Base 0.0.1~
- eina_list_free at Base 0.0.1~
- eina_list_init at Base 0.0.1~
- eina_list_iterator_new at Base 0.0.1~
- eina_list_merge at Base 0.0.1~
- eina_list_nth at Base 0.0.1~
- eina_list_nth_list at Base 0.0.1~
- eina_list_prepend at Base 0.0.1~
- eina_list_prepend_relative at Base 0.0.1~
- eina_list_prepend_relative_list at Base 0.0.1~
- eina_list_promote_list at Base 0.0.1~
- eina_list_remove at Base 0.0.1~
- eina_list_remove_list at Base 0.0.1~
- eina_list_reverse at Base 0.0.1~
- eina_list_shutdown at Base 0.0.1~
- eina_list_sort at Base 0.0.1~
- eina_list_sorted_merge at Base 0.0.1~
- eina_magic_fail at Base 0.0.1~
- eina_magic_string_get at Base 0.0.1~
- eina_magic_string_init at Base 0.0.1~
- eina_magic_string_set at Base 0.0.1~
- eina_magic_string_shutdown at Base 0.0.1~
- eina_mempool_delete at Base 0.0.1~
- eina_mempool_gc at Base 0.0.1~
- eina_mempool_init at Base 0.0.1~
- eina_mempool_new at Base 0.0.1~
- eina_mempool_register at Base 0.0.1~
- eina_mempool_shutdown at Base 0.0.1~
- eina_mempool_statistics at Base 0.0.1~
- eina_mempool_unregister at Base 0.0.1~
- eina_module_delete at Base 0.0.1~
- eina_module_environment_path_get at Base 0.0.1~
- eina_module_file_get at Base 0.0.1~
- eina_module_init at Base 0.0.1~
- eina_module_list_delete at Base 0.0.1~
- eina_module_list_get at Base 0.0.1~
- eina_module_list_load at Base 0.0.1~
- eina_module_list_unload at Base 0.0.1~
- eina_module_load at Base 0.0.1~
- eina_module_new at Base 0.0.1~
- eina_module_shutdown at Base 0.0.1~
- eina_module_symbol_get at Base 0.0.1~
- eina_module_symbol_path_get at Base 0.0.1~
- eina_module_unload at Base 0.0.1~
- eina_prime_table at Base 0.0.1~
- eina_rbtree_delete at Base 0.0.1~
- eina_rbtree_inline_insert at Base 0.0.1~
- eina_rbtree_inline_remove at Base 0.0.1~
- eina_rbtree_iterator_infix at Base 0.0.1~
- eina_rbtree_iterator_postfix at Base 0.0.1~
- eina_rbtree_iterator_prefix at Base 0.0.1~
- eina_rectangle_pool_add at Base 0.0.1~
- eina_rectangle_pool_count at Base 0.0.1~
- eina_rectangle_pool_data_get at Base 0.0.1~
- eina_rectangle_pool_data_set at Base 0.0.1~
- eina_rectangle_pool_delete at Base 0.0.1~
- eina_rectangle_pool_geometry_get at Base 0.0.1~
- eina_rectangle_pool_get at Base 0.0.1~
- eina_rectangle_pool_release at Base 0.0.1~
- eina_rectangle_pool_request at Base 0.0.1~
- eina_shutdown at Base 0.0.1~
- eina_stringshare_add at Base 0.0.1~
- eina_stringshare_del at Base 0.0.1~
- eina_stringshare_dump at Base 0.0.1~
- eina_stringshare_init at Base 0.0.1~
- eina_stringshare_ref at Base 0.0.1~
- eina_stringshare_shutdown at Base 0.0.1~
- eina_stringshare_strlen at Base 0.0.1~
diff --git a/debian/patches/01-fix-library-soname.diff b/debian/patches/01-fix-library-soname.diff
new file mode 100644
index 0000000..67f6a9e
--- /dev/null
+++ b/debian/patches/01-fix-library-soname.diff
@@ -0,0 +1,25 @@
+diff --git a/configure.ac b/configure.ac
+index c5b6d6d..4f2b8a0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -9,6 +9,7 @@ AC_CANONICAL_HOST
+ AC_ISC_POSIX
+ 
+ AM_INIT_AUTOMAKE(1.6 dist-bzip2)
++AM_MAINTAINER_MODE
+ AM_CONFIG_HEADER(config.h)
+ 
+ AC_LIBTOOL_WIN32_DLL
+diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
+index 3391569..de86f84 100644
+--- a/src/lib/Makefile.am
++++ b/src/lib/Makefile.am
+@@ -57,7 +57,7 @@ libeina_la_SOURCES += $(top_srcdir)/src/modules/mp/pass_through/pass_through.c
+ endif
+ 
+ libeina_la_LIBADD = @EINA_LIBS@ @dlopen_libs@
+-libeina_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@
++libeina_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -release @PACKAGE_VERSION@$(DEBIAN_MINOR)
+ 
+ clean-local:
+ 	rm -rf *.gcno
diff --git a/debian/patches/02-reapply-autofoo.diff b/debian/patches/02-reapply-autofoo.diff
new file mode 100644
index 0000000..9d44efc
--- /dev/null
+++ b/debian/patches/02-reapply-autofoo.diff
@@ -0,0 +1,825 @@
+diff --git a/INSTALL b/INSTALL
+index 23e5f25..d3c5b40 100644
+--- a/INSTALL
++++ b/INSTALL
+@@ -1,8 +1,8 @@
+ Installation Instructions
+ *************************
+ 
+-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
+-Software Foundation, Inc.
++Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
++2006, 2007 Free Software Foundation, Inc.
+ 
+ This file is free documentation; the Free Software Foundation gives
+ unlimited permission to copy, distribute and modify it.
+@@ -10,7 +10,10 @@ unlimited permission to copy, distribute and modify it.
+ Basic Installation
+ ==================
+ 
+-These are generic installation instructions.
++Briefly, the shell commands `./configure; make; make install' should
++configure, build, and install this package.  The following
++more-detailed instructions are generic; see the `README' file for
++instructions specific to this package.
+ 
+    The `configure' shell script attempts to guess correct values for
+ various system-dependent variables used during compilation.  It uses
+@@ -23,9 +26,9 @@ debugging `configure').
+ 
+    It can also use an optional file (typically called `config.cache'
+ and enabled with `--cache-file=config.cache' or simply `-C') that saves
+-the results of its tests to speed up reconfiguring.  (Caching is
++the results of its tests to speed up reconfiguring.  Caching is
+ disabled by default to prevent problems with accidental use of stale
+-cache files.)
++cache files.
+ 
+    If you need to do unusual things to compile the package, please try
+ to figure out how `configure' could check whether to do them, and mail
+@@ -35,20 +38,17 @@ some point `config.cache' contains results you don't want to keep, you
+ may remove or edit it.
+ 
+    The file `configure.ac' (or `configure.in') is used to create
+-`configure' by a program called `autoconf'.  You only need
+-`configure.ac' if you want to change it or regenerate `configure' using
+-a newer version of `autoconf'.
++`configure' by a program called `autoconf'.  You need `configure.ac' if
++you want to change it or regenerate `configure' using a newer version
++of `autoconf'.
+ 
+ The simplest way to compile this package is:
+ 
+   1. `cd' to the directory containing the package's source code and type
+-     `./configure' to configure the package for your system.  If you're
+-     using `csh' on an old version of System V, you might need to type
+-     `sh ./configure' instead to prevent `csh' from trying to execute
+-     `configure' itself.
++     `./configure' to configure the package for your system.
+ 
+-     Running `configure' takes awhile.  While running, it prints some
+-     messages telling which features it is checking for.
++     Running `configure' might take a while.  While running, it prints
++     some messages telling which features it is checking for.
+ 
+   2. Type `make' to compile the package.
+ 
+@@ -67,6 +67,9 @@ The simplest way to compile this package is:
+      all sorts of other programs in order to regenerate files that came
+      with the distribution.
+ 
++  6. Often, you can also type `make uninstall' to remove the installed
++     files again.
++
+ Compilers and Options
+ =====================
+ 
+@@ -78,7 +81,7 @@ details on some of the pertinent environment variables.
+ by setting variables in the command line or in the environment.  Here
+ is an example:
+ 
+-     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
++     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+ 
+    *Note Defining Variables::, for more details.
+ 
+@@ -87,17 +90,15 @@ Compiling For Multiple Architectures
+ 
+ You can compile the package for more than one kind of computer at the
+ same time, by placing the object files for each architecture in their
+-own directory.  To do this, you must use a version of `make' that
+-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
++own directory.  To do this, you can use GNU `make'.  `cd' to the
+ directory where you want the object files and executables to go and run
+ the `configure' script.  `configure' automatically checks for the
+ source code in the directory that `configure' is in and in `..'.
+ 
+-   If you have to use a `make' that does not support the `VPATH'
+-variable, you have to compile the package for one architecture at a
+-time in the source code directory.  After you have installed the
+-package for one architecture, use `make distclean' before reconfiguring
+-for another architecture.
++   With a non-GNU `make', it is safer to compile the package for one
++architecture at a time in the source code directory.  After you have
++installed the package for one architecture, use `make distclean' before
++reconfiguring for another architecture.
+ 
+ Installation Names
+ ==================
+@@ -190,12 +191,12 @@ them in the `configure' command line, using `VAR=value'.  For example:
+      ./configure CC=/usr/local2/bin/gcc
+ 
+ causes the specified `gcc' to be used as the C compiler (unless it is
+-overridden in the site shell script).  Here is a another example:
++overridden in the site shell script).
+ 
+-     /bin/bash ./configure CONFIG_SHELL=/bin/bash
++Unfortunately, this technique does not work for `CONFIG_SHELL' due to
++an Autoconf bug.  Until the bug is fixed you can use this workaround:
+ 
+-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
+-configuration-related scripts to be executed by `/bin/bash'.
++     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+ 
+ `configure' Invocation
+ ======================
+diff --git a/Makefile.in b/Makefile.in
+index da0358b..8a45c24 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -145,6 +145,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -250,7 +251,7 @@ all: config.h
+ .SUFFIXES:
+ am--refresh:
+ 	@:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -277,9 +278,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	$(SHELL) ./config.status --recheck
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(srcdir) && $(AUTOCONF)
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ 
+ config.h: stamp-h1
+@@ -291,7 +292,7 @@ config.h: stamp-h1
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h1
+ 	cd $(top_builddir) && $(SHELL) ./config.status config.h
+-$(srcdir)/config.h.in:  $(am__configure_deps) 
++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h1
+ 	touch $@
+diff --git a/aclocal.m4 b/aclocal.m4
+index 877dc49..c9dade9 100644
+--- a/aclocal.m4
++++ b/aclocal.m4
+@@ -7353,6 +7353,35 @@ fi
+ rmdir .tst 2>/dev/null
+ AC_SUBST([am__leading_dot])])
+ 
++# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
++# From Jim Meyering
++
++# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
++# Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# serial 4
++
++AC_DEFUN([AM_MAINTAINER_MODE],
++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++  dnl maintainer-mode is disabled by default
++  AC_ARG_ENABLE(maintainer-mode,
++[  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer],
++      USE_MAINTAINER_MODE=$enableval,
++      USE_MAINTAINER_MODE=no)
++  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++  MAINT=$MAINTAINER_MODE_TRUE
++  AC_SUBST(MAINT)dnl
++]
++)
++
++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
++
+ # Check to see how 'make' treats includes.	            -*- Autoconf -*-
+ 
+ # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
+diff --git a/configure b/configure
+index 671c8dd..b262f38 100755
+--- a/configure
++++ b/configure
+@@ -848,6 +848,9 @@ AMDEPBACKSLASH
+ CCDEPMODE
+ am__fastdepCC_TRUE
+ am__fastdepCC_FALSE
++MAINTAINER_MODE_TRUE
++MAINTAINER_MODE_FALSE
++MAINT
+ SED
+ GREP
+ EGREP
+@@ -1526,6 +1529,8 @@ Optional Features:
+   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+   --disable-dependency-tracking  speeds up one-time build
+   --enable-dependency-tracking   do not reject slow dependency extractors
++  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer
+   --enable-shared[=PKGS]  build shared libraries [default=yes]
+   --enable-static[=PKGS]  build static libraries [default=yes]
+   --enable-fast-install[=PKGS]
+@@ -3769,6 +3774,28 @@ fi
+ 
+ 
+ 
++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
++    # Check whether --enable-maintainer-mode was given.
++if test "${enable_maintainer_mode+set}" = set; then
++  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
++else
++  USE_MAINTAINER_MODE=no
++fi
++
++  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
++   if test $USE_MAINTAINER_MODE = yes; then
++  MAINTAINER_MODE_TRUE=
++  MAINTAINER_MODE_FALSE='#'
++else
++  MAINTAINER_MODE_TRUE='#'
++  MAINTAINER_MODE_FALSE=
++fi
++
++  MAINT=$MAINTAINER_MODE_TRUE
++
++
+ ac_config_headers="$ac_config_headers config.h"
+ 
+ 
+@@ -4498,7 +4525,7 @@ ia64-*-hpux*)
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 4501 "configure"' > conftest.$ac_ext
++  echo '#line 4528 "configure"' > conftest.$ac_ext
+   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -6878,11 +6905,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:6881: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:6908: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:6885: \$? = $ac_status" >&5
++   echo "$as_me:6912: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -7168,11 +7195,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7171: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7198: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:7175: \$? = $ac_status" >&5
++   echo "$as_me:7202: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -7272,11 +7299,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:7275: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7302: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:7279: \$? = $ac_status" >&5
++   echo "$as_me:7306: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -9649,7 +9676,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 9652 "configure"
++#line 9679 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -9749,7 +9776,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 9752 "configure"
++#line 9779 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -10549,11 +10576,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:10552: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:10579: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:10556: \$? = $ac_status" >&5
++   echo "$as_me:10583: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -10839,11 +10866,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:10842: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:10869: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:10846: \$? = $ac_status" >&5
++   echo "$as_me:10873: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -10943,11 +10970,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:10946: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:10973: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:10950: \$? = $ac_status" >&5
++   echo "$as_me:10977: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -18472,6 +18499,13 @@ echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&2;}
+    { (exit 1); exit 1; }; }
+ fi
++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
+ if test -z "${EINA_STATIC_BUILD_CHAINED_POOL_TRUE}" && test -z "${EINA_STATIC_BUILD_CHAINED_POOL_FALSE}"; then
+   { { echo "$as_me:$LINENO: error: conditional \"EINA_STATIC_BUILD_CHAINED_POOL\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&5
+@@ -19200,6 +19234,9 @@ AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
+ CCDEPMODE!$CCDEPMODE$ac_delim
+ am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
+ am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
++MAINT!$MAINT$ac_delim
+ SED!$SED$ac_delim
+ GREP!$GREP$ac_delim
+ EGREP!$EGREP$ac_delim
+@@ -19211,9 +19248,6 @@ DSYMUTIL!$DSYMUTIL$ac_delim
+ NMEDIT!$NMEDIT$ac_delim
+ DLLTOOL!$DLLTOOL$ac_delim
+ AS!$AS$ac_delim
+-OBJDUMP!$OBJDUMP$ac_delim
+-CPP!$CPP$ac_delim
+-LIBTOOL!$LIBTOOL$ac_delim
+ _ACEOF
+ 
+   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+@@ -19255,6 +19289,9 @@ _ACEOF
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+   cat >conf$$subs.sed <<_ACEOF
++OBJDUMP!$OBJDUMP$ac_delim
++CPP!$CPP$ac_delim
++LIBTOOL!$LIBTOOL$ac_delim
+ VMAJ!$VMAJ$ac_delim
+ version_info!$version_info$ac_delim
+ MODULE_ARCH!$MODULE_ARCH$ac_delim
+@@ -19317,7 +19354,7 @@ LIBOBJS!$LIBOBJS$ac_delim
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
+ _ACEOF
+ 
+-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 60; then
++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 63; then
+     break
+   elif $ac_last_try; then
+     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+diff --git a/doc/Makefile.in b/doc/Makefile.in
+index 7a6e2fa..dadaadc 100644
+--- a/doc/Makefile.in
++++ b/doc/Makefile.in
+@@ -107,6 +107,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -186,7 +187,7 @@ EXTRA_DIST = Doxyfile
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -211,9 +212,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+diff --git a/src/Makefile.in b/src/Makefile.in
+index 44ad5a7..8d493b1 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -119,6 +119,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -198,7 +199,7 @@ MAINTAINERCLEANFILES = Makefile.in
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -223,9 +224,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+diff --git a/src/include/Makefile.in b/src/include/Makefile.in
+index 2051806..32da390 100644
+--- a/src/include/Makefile.in
++++ b/src/include/Makefile.in
+@@ -120,6 +120,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -236,7 +237,7 @@ eina_private.h
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -261,9 +262,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ eina_config.h: $(top_builddir)/config.status $(srcdir)/eina_config.h.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in
+index e0bfe54..12d8e09 100644
+--- a/src/lib/Makefile.in
++++ b/src/lib/Makefile.in
+@@ -164,6 +164,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -256,12 +257,12 @@ libeina_la_SOURCES = eina_error.c eina_hash.c eina_lalloc.c \
+ 	eina_stringshare.c $(am__append_1) $(am__append_2) \
+ 	$(am__append_3) $(am__append_4)
+ libeina_la_LIBADD = @EINA_LIBS@ @dlopen_libs@
+-libeina_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@
++libeina_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -release @PACKAGE_VERSION@$(DEBIAN_MINOR)
+ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -286,9 +287,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in
+index e324721..376c9eb 100644
+--- a/src/modules/Makefile.in
++++ b/src/modules/Makefile.in
+@@ -119,6 +119,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -200,7 +201,7 @@ Makefile.in
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -225,9 +226,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+diff --git a/src/modules/mp/Makefile.in b/src/modules/mp/Makefile.in
+index d472cc9..96f0246 100644
+--- a/src/modules/mp/Makefile.in
++++ b/src/modules/mp/Makefile.in
+@@ -119,6 +119,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -200,7 +201,7 @@ Makefile.in
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -225,9 +226,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+diff --git a/src/modules/mp/chained_pool/Makefile.in b/src/modules/mp/chained_pool/Makefile.in
+index 039f6cc..fcdc02f 100644
+--- a/src/modules/mp/chained_pool/Makefile.in
++++ b/src/modules/mp/chained_pool/Makefile.in
+@@ -142,6 +142,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -235,7 +236,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -260,9 +261,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-controllerLTLIBRARIES: $(controller_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+diff --git a/src/modules/mp/ememoa_fixed/Makefile.in b/src/modules/mp/ememoa_fixed/Makefile.in
+index 4060a0b..6832fab 100644
+--- a/src/modules/mp/ememoa_fixed/Makefile.in
++++ b/src/modules/mp/ememoa_fixed/Makefile.in
+@@ -141,6 +141,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -237,7 +238,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -262,9 +263,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-controllerLTLIBRARIES: $(controller_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+diff --git a/src/modules/mp/ememoa_unknown/Makefile.in b/src/modules/mp/ememoa_unknown/Makefile.in
+index aed508b..84a8f35 100644
+--- a/src/modules/mp/ememoa_unknown/Makefile.in
++++ b/src/modules/mp/ememoa_unknown/Makefile.in
+@@ -141,6 +141,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -237,7 +238,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -262,9 +263,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-controllerLTLIBRARIES: $(controller_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+diff --git a/src/modules/mp/fixed_bitmap/Makefile.in b/src/modules/mp/fixed_bitmap/Makefile.in
+index 684cab9..494db03 100644
+--- a/src/modules/mp/fixed_bitmap/Makefile.in
++++ b/src/modules/mp/fixed_bitmap/Makefile.in
+@@ -141,6 +141,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -234,7 +235,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -259,9 +260,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-controllerLTLIBRARIES: $(controller_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+diff --git a/src/modules/mp/pass_through/Makefile.in b/src/modules/mp/pass_through/Makefile.in
+index b23c5ae..5b3e96a 100644
+--- a/src/modules/mp/pass_through/Makefile.in
++++ b/src/modules/mp/pass_through/Makefile.in
+@@ -141,6 +141,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -236,7 +237,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -261,9 +262,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-controllerLTLIBRARIES: $(controller_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
+index ed6dfa0..83fc897 100644
+--- a/src/tests/Makefile.in
++++ b/src/tests/Makefile.in
+@@ -200,6 +200,7 @@ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+ MODULE_ARCH = @MODULE_ARCH@
+@@ -331,7 +332,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -356,9 +357,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-module_dummyLTLIBRARIES: $(module_dummy_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
diff --git a/debian/rules b/debian/rules
index 67da599..2a5442b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,10 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 CFLAGS += -fvisibility=hidden -O3
+DEB_MAKE_ENVVARS += DEBIAN_MINOR='a'
 
 build/libeina-doc::
 	$(MAKE) doc

-- 
 Enlightenment Foundation Library providing optimized data types



More information about the Pkg-e-commits mailing list