r36806 - in /desktop/experimental/pangox-compat: ./ debian/ debian/source/

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Feb 26 12:04:41 UTC 2013


Author: pochu
Date: Tue Feb 26 12:04:41 2013
New Revision: 36806

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36806
Log:
Initial packaging of pangox-compat

Added:
    desktop/experimental/pangox-compat/
    desktop/experimental/pangox-compat/debian/
    desktop/experimental/pangox-compat/debian/changelog
    desktop/experimental/pangox-compat/debian/compat
    desktop/experimental/pangox-compat/debian/control
    desktop/experimental/pangox-compat/debian/control.in
    desktop/experimental/pangox-compat/debian/copyright
    desktop/experimental/pangox-compat/debian/libpangox-1.0-0.install
    desktop/experimental/pangox-compat/debian/libpangox-1.0-0.symbols
    desktop/experimental/pangox-compat/debian/libpangox-1.0-dev.install
    desktop/experimental/pangox-compat/debian/rules   (with props)
    desktop/experimental/pangox-compat/debian/source/
    desktop/experimental/pangox-compat/debian/source/format
    desktop/experimental/pangox-compat/debian/source/options
    desktop/experimental/pangox-compat/debian/watch

Added: desktop/experimental/pangox-compat/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/changelog?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/changelog (added)
+++ desktop/experimental/pangox-compat/debian/changelog [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,6 @@
+pangox-compat (0.0.2-1) UNRELEASED; urgency=low
+
+  [ Emilio Pozuelo Monfort ]
+  * Initial release.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 23 Feb 2013 20:32:09 +0100

Added: desktop/experimental/pangox-compat/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/compat?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/compat (added)
+++ desktop/experimental/pangox-compat/debian/compat [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,1 @@
+8

Added: desktop/experimental/pangox-compat/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/control?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/control (added)
+++ desktop/experimental/pangox-compat/debian/control [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,73 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: pangox-compat
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>
+Build-Depends: debhelper (>= 8.1.3),
+               cdbs (>= 0.4.93),
+               gnome-pkg-tools (>= 0.11),
+               autotools-dev,
+               libx11-dev (>= 2:1.3.3-2),
+               libxrender-dev (>= 1:0.9.0.2-2),
+               libxt-dev,
+               libglib2.0-dev (>= 2.34.0),
+               libpango1.0-dev,
+               pkg-config
+Standards-Version: 3.9.3
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/experimental/pangox-compat
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/pangox-compat
+
+Package: libpangox-1.0-0
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Layout and rendering of internationalized text
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the shared libraries.
+
+Package: libpangox-1.0-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libpangox1.0-0 (= ${binary:Version}),
+         libglib2.0-dev (>= 2.34.0),
+         libpango1.0-dev,
+         libx11-dev,
+         libxrender-dev,
+         pkg-config,
+Description: Development files for the Pango
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the header files and some files needed for development
+ with Pango.

Added: desktop/experimental/pangox-compat/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/control.in?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/control.in (added)
+++ desktop/experimental/pangox-compat/debian/control.in [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,68 @@
+Source: pangox-compat
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 8.1.3),
+               cdbs (>= 0.4.93),
+               gnome-pkg-tools (>= 0.11),
+               autotools-dev,
+               libx11-dev (>= 2:1.3.3-2),
+               libxrender-dev (>= 1:0.9.0.2-2),
+               libxt-dev,
+               libglib2.0-dev (>= 2.34.0),
+               libpango1.0-dev,
+               pkg-config
+Standards-Version: 3.9.3
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/experimental/pangox-compat
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/pangox-compat
+
+Package: libpangox-1.0-0
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Layout and rendering of internationalized text
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the shared libraries.
+
+Package: libpangox-1.0-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libpangox-1.0-0 (= ${binary:Version}),
+         libglib2.0-dev (>= 2.34.0),
+         libpango1.0-dev,
+         libx11-dev,
+         libxrender-dev,
+         pkg-config,
+Description: Development files for the Pango
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the header files and some files needed for development
+ with Pango.

Added: desktop/experimental/pangox-compat/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/copyright?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/copyright (added)
+++ desktop/experimental/pangox-compat/debian/copyright [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,29 @@
+Debian packaging by Emilio Pozuelo Monfort <pochu at debian.org>
+
+Upstream sources:
+ <http://ftp.gnome.org/pub/GNOME/sources/pangox-sources/>
+
+Upstream Authors:
+ Owen Taylor <otaylor at redhat.com>
+ Behdad Esfahbod <behdad at gnome.org>
+
+Copyright:
+
+ Copyright (C) 1999-2003 Red Hat Software
+ Copyright (C) 2000 SuSE Linux Ltd
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+ See /usr/share/common-licenses/LGPL-2 on your debian system.

Added: desktop/experimental/pangox-compat/debian/libpangox-1.0-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/libpangox-1.0-0.install?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/libpangox-1.0-0.install (added)
+++ desktop/experimental/pangox-compat/debian/libpangox-1.0-0.install [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,2 @@
+usr/lib/*/*.so.*
+#@MODULES_PATH@/*.so

Added: desktop/experimental/pangox-compat/debian/libpangox-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/libpangox-1.0-0.symbols?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/libpangox-1.0-0.symbols (added)
+++ desktop/experimental/pangox-compat/debian/libpangox-1.0-0.symbols [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,36 @@
+libpangox-1.0.so.0 libpangox-1.0-0 #MINVER#
+* Build-Depends-Package: libpangox-1.0-dev
+ pango_x_apply_ligatures at Base 0.0.2
+ pango_x_context_set_funcs at Base 0.0.2
+ pango_x_face_get_coverage at Base 0.0.2
+ pango_x_face_get_type at Base 0.0.2
+ pango_x_face_remove at Base 0.0.2
+ pango_x_fallback_shape at Base 0.0.2
+ pango_x_family_get_type at Base 0.0.2
+ pango_x_find_first_subfont at Base 0.0.2
+ pango_x_font_cache_free at Base 0.0.2
+ pango_x_font_cache_load at Base 0.0.2
+ pango_x_font_cache_new at Base 0.0.2
+ pango_x_font_cache_unload at Base 0.0.2
+ pango_x_font_get_unknown_glyph at Base 0.0.2
+ pango_x_font_map_for_display at Base 0.0.2
+ pango_x_font_map_get_font_cache at Base 0.0.2
+ pango_x_font_map_get_type at Base 0.0.2
+ pango_x_font_new at Base 0.0.2
+ pango_x_font_subfont_xlfd at Base 0.0.2
+ pango_x_fontmap_atom_from_name at Base 0.0.2
+ pango_x_fontmap_cache_add at Base 0.0.2
+ pango_x_fontmap_cache_remove at Base 0.0.2
+ pango_x_fontmap_get_display at Base 0.0.2
+ pango_x_fontmap_name_from_atom at Base 0.0.2
+ pango_x_get_context at Base 0.0.2
+ pango_x_get_shaper_map at Base 0.0.2
+ pango_x_get_unknown_glyph at Base 0.0.2
+ pango_x_has_glyph at Base 0.0.2
+ pango_x_list_subfonts at Base 0.0.2
+ pango_x_load_font at Base 0.0.2
+ pango_x_make_matching_xlfd at Base 0.0.2
+ pango_x_render at Base 0.0.2
+ pango_x_render_layout at Base 0.0.2
+ pango_x_render_layout_line at Base 0.0.2
+ pango_x_shutdown_display at Base 0.0.2

Added: desktop/experimental/pangox-compat/debian/libpangox-1.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/libpangox-1.0-dev.install?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/libpangox-1.0-dev.install (added)
+++ desktop/experimental/pangox-compat/debian/libpangox-1.0-dev.install [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,3 @@
+usr/include
+usr/lib/*/*.so
+usr/lib/*/pkgconfig/*.pc

Added: desktop/experimental/pangox-compat/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/rules?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/rules (added)
+++ desktop/experimental/pangox-compat/debian/rules [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+LDFLAGS += -Wl,-O1
+
+DEB_CONFIGURE_EXTRA_FLAGS = \
+		--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+
+DEB_DH_MAKESHLIBS_ARGS_libpangox-1.0-0 += -V -- -c4

Propchange: desktop/experimental/pangox-compat/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/pangox-compat/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/source/format?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/source/format (added)
+++ desktop/experimental/pangox-compat/debian/source/format [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: desktop/experimental/pangox-compat/debian/source/options
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/source/options?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/source/options (added)
+++ desktop/experimental/pangox-compat/debian/source/options [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,1 @@
+compression = "xz"

Added: desktop/experimental/pangox-compat/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangox-compat/debian/watch?rev=36806&op=file
==============================================================================
--- desktop/experimental/pangox-compat/debian/watch (added)
+++ desktop/experimental/pangox-compat/debian/watch [utf-8] Tue Feb 26 12:04:41 2013
@@ -1,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/pangox-compat/([\d\.]+[02468])/pangox-compat-(.*)\.tar\.xz




More information about the pkg-gnome-commits mailing list