[Pkg-e-commits] [SCM] Enlightenment DR17 virtual machine branch, master, updated. debian/0.9.9.043-1-3-gbd423bc

Albin Tonnerre albin.tonnerre at gmail.com
Mon Sep 29 18:45:37 UTC 2008


The following commit has been merged in the master branch:
commit bd423bc72578e225997cc08d7d4eaca9008274c9
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Mon Sep 29 20:14:33 2008 +0200

    New upstream version. Add a symbols file

diff --git a/debian/changelog b/debian/changelog
index 5c588b0..98df928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+embryo (0.9.9.050-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add libembryo0.symbols
+  * debian/control:
+    - Drop B-D on doxygen, no longer needed
+    - Update Standards-Version to 3.8.0
+    - B-D on dpkg-dev >= 1.14.8 as we use symbols support
+  * debian/rules:
+    - don't rm doc/man/man3/todo.3 as it's now shipped in the upstream tarball
+    - CFLAGS += -visibility=hidden to avoid exporting private symbols
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com>  Mon, 29 Sep 2008 20:12:23 +0200
+
 embryo (0.9.9.043-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index e7c0a45..afee42f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ 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>, Xavier Oswald <x.oswald at free.fr>
-Build-Depends: debhelper (>= 6), cdbs, doxygen
-Standards-Version: 3.7.3
+Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs
+Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/pkg-e/libs/embryo.git
 Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/embryo.git
 Homepage: http://www.enlightenment.org
diff --git a/debian/libembryo0.symbols b/debian/libembryo0.symbols
new file mode 100644
index 0000000..eb4c0f5
--- /dev/null
+++ b/debian/libembryo0.symbols
@@ -0,0 +1,36 @@
+libembryo.so.0 libembryo0 #MINVER#
+ embryo_data_address_get at Base 0.9.1.042
+ embryo_data_heap_pop at Base 0.9.1.042
+ embryo_data_heap_push at Base 0.9.1.042
+ embryo_data_string_get at Base 0.9.1.042
+ embryo_data_string_length_get at Base 0.9.1.042
+ embryo_data_string_set at Base 0.9.1.042
+ embryo_error_string_get at Base 0.9.1.042
+ embryo_init at Base 0.9.1.042
+ embryo_parameter_cell_array_push at Base 0.9.1.042
+ embryo_parameter_cell_push at Base 0.9.1.042
+ embryo_parameter_string_push at Base 0.9.1.042
+ embryo_program_const_new at Base 0.9.1.042
+ embryo_program_data_get at Base 0.9.1.042
+ embryo_program_data_set at Base 0.9.1.042
+ embryo_program_error_get at Base 0.9.1.042
+ embryo_program_error_set at Base 0.9.1.042
+ embryo_program_free at Base 0.9.1.042
+ embryo_program_function_find at Base 0.9.1.042
+ embryo_program_load at Base 0.9.1.042
+ embryo_program_max_cycle_run_get at Base 0.9.1.042
+ embryo_program_max_cycle_run_set at Base 0.9.1.042
+ embryo_program_native_call_add at Base 0.9.1.042
+ embryo_program_new at Base 0.9.1.042
+ embryo_program_recursion_get at Base 0.9.1.042
+ embryo_program_return_value_get at Base 0.9.1.042
+ embryo_program_run at Base 0.9.1.042
+ embryo_program_variable_count_get at Base 0.9.1.042
+ embryo_program_variable_find at Base 0.9.1.042
+ embryo_program_variable_get at Base 0.9.1.042
+ embryo_program_vm_pop at Base 0.9.1.042
+ embryo_program_vm_push at Base 0.9.1.042
+ embryo_program_vm_reset at Base 0.9.1.042
+ embryo_shutdown at Base 0.9.1.042
+ embryo_swap_16 at Base 0.9.1.042
+ embryo_swap_32 at Base 0.9.1.042
diff --git a/debian/rules b/debian/rules
index 84df474..89f9ac0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,10 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+CFLAGS += -fvisibility=hidden
+
 install/libembryo-doc::
 	cp -R $(DEB_SRCDIR)/doc/html debian/libembryo-doc/usr/share/doc/libembryo-doc/
-	rm $(DEB_SRCDIR)/doc/man/man3/todo.3
 
 #DEB_INSTALL_MANPAGES_libembryo-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
 DEB_DH_STRIP_ARGS := --dbg-package=libembryo-dbg

-- 
Enlightenment DR17 virtual machine



More information about the Pkg-e-commits mailing list