r26391 - in /desktop/experimental/librsvg/debian: changelog librsvg2-2.symbols rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Jan 23 13:05:05 UTC 2011
Author: pochu
Date: Sun Jan 23 13:04:57 2011
New Revision: 26391
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26391
Log:
* debian/librsvg2-2.symbols:
+ Add a symbols file.
* debian/rules:
+ Make the shlibs file always depend on the latest upstream version.
+ Abort the build if the symbols file is outdated.
Added:
desktop/experimental/librsvg/debian/librsvg2-2.symbols
Modified:
desktop/experimental/librsvg/debian/changelog
desktop/experimental/librsvg/debian/rules
Modified: desktop/experimental/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/changelog?rev=26391&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/changelog [utf-8] (original)
+++ desktop/experimental/librsvg/debian/changelog [utf-8] Sun Jan 23 13:04:57 2011
@@ -12,6 +12,11 @@
debian/patches/*,
debian/rules:
+ Switch to source format 3.0 (quilt).
+ * debian/librsvg2-2.symbols:
+ + Add a symbols file.
+ * debian/rules:
+ + Make the shlibs file always depend on the latest upstream version.
+ + Abort the build if the symbols file is outdated.
-- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 23 Jan 2011 01:19:28 +0000
Added: desktop/experimental/librsvg/debian/librsvg2-2.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/librsvg2-2.symbols?rev=26391&op=file
==============================================================================
--- desktop/experimental/librsvg/debian/librsvg2-2.symbols (added)
+++ desktop/experimental/librsvg/debian/librsvg2-2.symbols [utf-8] Sun Jan 23 13:04:57 2011
@@ -1,0 +1,49 @@
+librsvg-2.so.2 librsvg2-2 #MINVER#
+* Build-Depends-Package: librsvg2-dev
+ _rsvg_acquire_xlink_href_resource at Base 2.14.4
+ _rsvg_register_types at Base 2.18.2
+ _rsvg_size_callback at Base 2.14.4
+ rsvg_cairo_to_pixbuf at Base 2.32.0
+ rsvg_css_parse_color at Base 2.26.0
+ rsvg_defs_lookup at Base 2.32.0
+ rsvg_error_get_type at Base 2.14.4
+ rsvg_error_quark at Base 2.14.4
+ rsvg_handle_close at Base 2.14.4
+ rsvg_handle_flags_get_type at Base 2.32.0
+ rsvg_handle_free at Base 2.14.4
+ rsvg_handle_get_base_uri at Base 2.14.4
+ rsvg_handle_get_desc at Base 2.14.4
+ rsvg_handle_get_dimensions at Base 2.14.4
+ rsvg_handle_get_dimensions_sub at Base 2.26.0
+ rsvg_handle_get_metadata at Base 2.14.4
+ rsvg_handle_get_pixbuf at Base 2.14.4
+ rsvg_handle_get_pixbuf_sub at Base 2.14.4
+ rsvg_handle_get_position_sub at Base 2.26.0
+ rsvg_handle_get_title at Base 2.14.4
+ rsvg_handle_get_type at Base 2.14.4
+ rsvg_handle_has_sub at Base 2.26.0
+ rsvg_handle_new at Base 2.14.4
+ rsvg_handle_new_from_data at Base 2.14.4
+ rsvg_handle_new_from_file at Base 2.14.4
+ rsvg_handle_new_from_gfile_sync at Base 2.32.0
+ rsvg_handle_new_from_stream_sync at Base 2.32.0
+ rsvg_handle_new_gz at Base 2.14.4
+ rsvg_handle_read_stream_sync at Base 2.32.0
+ rsvg_handle_render_cairo at Base 2.14.4
+ rsvg_handle_render_cairo_sub at Base 2.14.4
+ rsvg_handle_set_base_gfile at Base 2.32.0
+ rsvg_handle_set_base_uri at Base 2.14.4
+ rsvg_handle_set_dpi at Base 2.14.4
+ rsvg_handle_set_dpi_x_y at Base 2.14.4
+ rsvg_handle_set_size_callback at Base 2.14.4
+ rsvg_handle_write at Base 2.14.4
+ rsvg_init at Base 2.14.4
+ rsvg_pixbuf_from_data_with_size_data at Base 2.14.4
+ rsvg_pixbuf_from_file at Base 2.14.4
+ rsvg_pixbuf_from_file_at_max_size at Base 2.14.4
+ rsvg_pixbuf_from_file_at_size at Base 2.14.4
+ rsvg_pixbuf_from_file_at_zoom at Base 2.14.4
+ rsvg_pixbuf_from_file_at_zoom_with_max at Base 2.14.4
+ rsvg_set_default_dpi at Base 2.14.4
+ rsvg_set_default_dpi_x_y at Base 2.14.4
+ rsvg_term at Base 2.14.4
Modified: desktop/experimental/librsvg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/rules?rev=26391&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/rules [utf-8] (original)
+++ desktop/experimental/librsvg/debian/rules [utf-8] Sun Jan 23 13:04:57 2011
@@ -11,6 +11,16 @@
endif
LIBRSVG2_PKG := librsvg2-2
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_CONFIGURE_EXTRA_FLAGS += \
+ --enable-pixbuf-loader \
+ --with-croco \
+ --with-svgz \
+ --disable-gnome-vfs
+
+DEB_DH_MAKESHLIBS_ARGS_$(LIBRSVG2_PKG) += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_librsvg2-common = --no-act
binary-install/librsvg2-common::
LD_LIBRARY_PATH=debian/$(LIBRSVG2_PKG)/usr/lib:$(LD_LIBRARY_PATH) \
@@ -18,11 +28,3 @@
binary-install/librsvg2-bin::
dh_pysupport -plibrsvg2-bin
-
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-pixbuf-loader --with-croco \
- --with-svgz --disable-gnome-vfs
-
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-
-DEB_DH_MAKESHLIBS_ARGS_$(LIBRSVG2_PKG) += -V '$(LIBRSVG2_PKG) (>= 2.26.0)'
-DEB_DH_MAKESHLIBS_ARGS_librsvg2-common = --no-act
More information about the pkg-gnome-commits
mailing list