r40809 - in /desktop/experimental/cogl/debian: changelog control control.in libcogl-dev.install libcogl-path-dev.install libcogl-path20.install libcogl-path20.symbols libcogl20.install libcogl20.symbols rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 6 20:07:41 UTC 2014


Author: pochu
Date: Thu Mar  6 20:07:40 2014
New Revision: 40809

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40809
Log:
Split libcogl-path into its own package.

Added:
    desktop/experimental/cogl/debian/libcogl-path-dev.install
    desktop/experimental/cogl/debian/libcogl-path20.install
    desktop/experimental/cogl/debian/libcogl-path20.symbols
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/control
    desktop/experimental/cogl/debian/control.in
    desktop/experimental/cogl/debian/libcogl-dev.install
    desktop/experimental/cogl/debian/libcogl20.install
    desktop/experimental/cogl/debian/libcogl20.symbols
    desktop/experimental/cogl/debian/rules

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog	[utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog	[utf-8] Thu Mar  6 20:07:40 2014
@@ -1,5 +1,6 @@
 cogl (1.17.4-1) UNRELEASED; urgency=medium
 
+  [ Andreas Henriksson ]
   * New upstream release.
   * Rename package for new soname (15->20)
   * Update symbols file
@@ -12,6 +13,9 @@
     - since debian/* uses LGPL - add debian/patches/* using MIT, even though
       it doesn't (yet) exist, to avoid future problems submitting patches
       upstream that doesn't have an explicit license tag.
+
+  [ Emilio Pozuelo Monfort ]
+  * Split libcogl-path into its own package.
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 04 Mar 2014 21:30:49 +0100
 

Modified: desktop/experimental/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control	[utf-8] (original)
+++ desktop/experimental/cogl/debian/control	[utf-8] Thu Mar  6 20:07:40 2014
@@ -26,11 +26,11 @@
                libxrandr-dev (>= 2:1.2),
                gobject-introspection (>= 1.33.4-1~),
                libgirepository1.0-dev (>= 0.9.12)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/cogl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
 
-Package: libcogl15
+Package: libcogl20
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -63,7 +63,7 @@
 Package: libcogl-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl15 (= ${binary:Version}),
+Depends: libcogl20 (= ${binary:Version}),
          gir1.2-cogl-1.0 (= ${binary:Version}),
          libgl1-mesa-dev (>= 7.1~rc3-1~),
          libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev [!hurd-any],
@@ -89,11 +89,11 @@
  .
  This package contains the development files for libcogl.
 
-Package: libcogl15-dbg
+Package: libcogl20-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl15 (= ${binary:Version}),
+Depends: libcogl20 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
@@ -130,7 +130,37 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl.
 
-Package: libcogl-pango15
+Package: libcogl-path20
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+Recommends: libcogl-common
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+
+Package: libcogl-path-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl-path20 (= ${binary:Version}),
+         libcogl-dev (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Description: Object oriented GL/GLES Abstraction/Utility Layer (development files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files for libcogl-path.
+
+Package: libcogl-pango20
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -146,7 +176,7 @@
 Package: libcogl-pango-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl-pango15 (= ${binary:Version}),
+Depends: libcogl-pango20 (= ${binary:Version}),
          gir1.2-coglpango-1.0 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          libglib2.0-dev (>= 2.28.0),
@@ -171,11 +201,11 @@
  .
  This package contains the development files for libcogl-pango.
 
-Package: libcogl-pango15-dbg
+Package: libcogl-pango20-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl-pango15 (= ${binary:Version}),
+Depends: libcogl-pango20 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
@@ -199,7 +229,7 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl-pango.
 
-Package: libcogl-gles2-15
+Package: libcogl-gles2-20
 Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -221,7 +251,7 @@
 Package: libcogl-gles2-dev
 Section: libdevel
 Architecture: linux-any kfreebsd-any
-Depends: libcogl-gles2-15 (= ${binary:Version}),
+Depends: libcogl-gles2-20 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}

Modified: desktop/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control.in?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control.in	[utf-8] (original)
+++ desktop/experimental/cogl/debian/control.in	[utf-8] Thu Mar  6 20:07:40 2014
@@ -125,6 +125,36 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl.
 
+Package: libcogl-path20
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+Recommends: libcogl-common
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+
+Package: libcogl-path-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl-path20 (= ${binary:Version}),
+         libcogl-dev (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Description: Object oriented GL/GLES Abstraction/Utility Layer (development files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files for libcogl-path.
+
 Package: libcogl-pango20
 Architecture: any
 Depends: ${shlibs:Depends},

Modified: desktop/experimental/cogl/debian/libcogl-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-dev.install?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-dev.install	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-dev.install	[utf-8] Thu Mar  6 20:07:40 2014
@@ -1,9 +1,6 @@
 usr/lib/*/libcogl.so
-usr/lib/*/libcogl-path.so
 usr/lib/*/pkgconfig/cogl-gl-*
 usr/lib/*/pkgconfig/cogl-1.0.pc
 usr/lib/*/pkgconfig/cogl-2.0-experimental.pc
-usr/lib/*/pkgconfig/cogl-path-*.pc
 usr/include/cogl/cogl
-usr/include/cogl/cogl-path
 usr/share/gir-1.0/Cogl-*

Added: desktop/experimental/cogl/debian/libcogl-path-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-path-dev.install?rev=40809&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-path-dev.install	(added)
+++ desktop/experimental/cogl/debian/libcogl-path-dev.install	[utf-8] Thu Mar  6 20:07:40 2014
@@ -0,0 +1,3 @@
+usr/lib/*/libcogl-path.so
+usr/lib/*/pkgconfig/cogl-path-*.pc
+usr/include/cogl/cogl-path

Added: desktop/experimental/cogl/debian/libcogl-path20.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-path20.install?rev=40809&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-path20.install	(added)
+++ desktop/experimental/cogl/debian/libcogl-path20.install	[utf-8] Thu Mar  6 20:07:40 2014
@@ -0,0 +1 @@
+usr/lib/*/libcogl-path.so.*

Added: desktop/experimental/cogl/debian/libcogl-path20.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-path20.symbols?rev=40809&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-path20.symbols	(added)
+++ desktop/experimental/cogl/debian/libcogl-path20.symbols	[utf-8] Thu Mar  6 20:07:40 2014
@@ -0,0 +1,52 @@
+libcogl-path.so.20 libcogl-path20 #MINVER#
+ cogl2_clip_push_from_path at Base 1.17.4
+ cogl2_path_arc at Base 1.17.4
+ cogl2_path_close at Base 1.17.4
+ cogl2_path_curve_to at Base 1.17.4
+ cogl2_path_ellipse at Base 1.17.4
+ cogl2_path_fill at Base 1.17.4
+ cogl2_path_get_fill_rule at Base 1.17.4
+ cogl2_path_line at Base 1.17.4
+ cogl2_path_line_to at Base 1.17.4
+ cogl2_path_move_to at Base 1.17.4
+ cogl2_path_new at Base 1.17.4
+ cogl2_path_polygon at Base 1.17.4
+ cogl2_path_polyline at Base 1.17.4
+ cogl2_path_rectangle at Base 1.17.4
+ cogl2_path_rel_curve_to at Base 1.17.4
+ cogl2_path_rel_line_to at Base 1.17.4
+ cogl2_path_rel_move_to at Base 1.17.4
+ cogl2_path_round_rectangle at Base 1.17.4
+ cogl2_path_set_fill_rule at Base 1.17.4
+ cogl2_path_stroke at Base 1.17.4
+ cogl_clip_push_from_path at Base 1.17.4
+ cogl_clip_push_from_path_preserve at Base 1.17.4
+ cogl_framebuffer_fill_path at Base 1.17.4
+ cogl_framebuffer_push_path_clip at Base 1.17.4
+ cogl_framebuffer_stroke_path at Base 1.17.4
+ cogl_get_path at Base 1.17.4
+ cogl_is_path at Base 1.17.4
+ cogl_path_arc at Base 1.17.4
+ cogl_path_close at Base 1.17.4
+ cogl_path_copy at Base 1.17.4
+ cogl_path_curve_to at Base 1.17.4
+ cogl_path_ellipse at Base 1.17.4
+ cogl_path_fill at Base 1.17.4
+ cogl_path_fill_preserve at Base 1.17.4
+ cogl_path_fill_rule_get_type at Base 1.17.4
+ cogl_path_get_fill_rule at Base 1.17.4
+ cogl_path_line at Base 1.17.4
+ cogl_path_line_to at Base 1.17.4
+ cogl_path_move_to at Base 1.17.4
+ cogl_path_new at Base 1.17.4
+ cogl_path_polygon at Base 1.17.4
+ cogl_path_polyline at Base 1.17.4
+ cogl_path_rectangle at Base 1.17.4
+ cogl_path_rel_curve_to at Base 1.17.4
+ cogl_path_rel_line_to at Base 1.17.4
+ cogl_path_rel_move_to at Base 1.17.4
+ cogl_path_round_rectangle at Base 1.17.4
+ cogl_path_set_fill_rule at Base 1.17.4
+ cogl_path_stroke at Base 1.17.4
+ cogl_path_stroke_preserve at Base 1.17.4
+ cogl_set_path at Base 1.17.4

Modified: desktop/experimental/cogl/debian/libcogl20.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl20.install?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl20.install	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl20.install	[utf-8] Thu Mar  6 20:07:40 2014
@@ -1,2 +1 @@
 usr/lib/*/libcogl.so.*
-usr/lib/*/libcogl-path.so.*

Modified: desktop/experimental/cogl/debian/libcogl20.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl20.symbols?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl20.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl20.symbols	[utf-8] Thu Mar  6 20:07:40 2014
@@ -1,55 +1,3 @@
-libcogl-path.so.20 libcogl20 #MINVER#
- cogl2_clip_push_from_path at Base 1.17.4-1
- cogl2_path_arc at Base 1.17.4-1
- cogl2_path_close at Base 1.17.4-1
- cogl2_path_curve_to at Base 1.17.4-1
- cogl2_path_ellipse at Base 1.17.4-1
- cogl2_path_fill at Base 1.17.4-1
- cogl2_path_get_fill_rule at Base 1.17.4-1
- cogl2_path_line at Base 1.17.4-1
- cogl2_path_line_to at Base 1.17.4-1
- cogl2_path_move_to at Base 1.17.4-1
- cogl2_path_new at Base 1.17.4-1
- cogl2_path_polygon at Base 1.17.4-1
- cogl2_path_polyline at Base 1.17.4-1
- cogl2_path_rectangle at Base 1.17.4-1
- cogl2_path_rel_curve_to at Base 1.17.4-1
- cogl2_path_rel_line_to at Base 1.17.4-1
- cogl2_path_rel_move_to at Base 1.17.4-1
- cogl2_path_round_rectangle at Base 1.17.4-1
- cogl2_path_set_fill_rule at Base 1.17.4-1
- cogl2_path_stroke at Base 1.17.4-1
- cogl_clip_push_from_path at Base 1.17.4-1
- cogl_clip_push_from_path_preserve at Base 1.17.4-1
- cogl_framebuffer_fill_path at Base 1.17.4-1
- cogl_framebuffer_push_path_clip at Base 1.17.4-1
- cogl_framebuffer_stroke_path at Base 1.17.4-1
- cogl_get_path at Base 1.17.4-1
- cogl_is_path at Base 1.17.4-1
- cogl_path_arc at Base 1.17.4-1
- cogl_path_close at Base 1.17.4-1
- cogl_path_copy at Base 1.17.4-1
- cogl_path_curve_to at Base 1.17.4-1
- cogl_path_ellipse at Base 1.17.4-1
- cogl_path_fill at Base 1.17.4-1
- cogl_path_fill_preserve at Base 1.17.4-1
- cogl_path_fill_rule_get_type at Base 1.17.4-1
- cogl_path_get_fill_rule at Base 1.17.4-1
- cogl_path_line at Base 1.17.4-1
- cogl_path_line_to at Base 1.17.4-1
- cogl_path_move_to at Base 1.17.4-1
- cogl_path_new at Base 1.17.4-1
- cogl_path_polygon at Base 1.17.4-1
- cogl_path_polyline at Base 1.17.4-1
- cogl_path_rectangle at Base 1.17.4-1
- cogl_path_rel_curve_to at Base 1.17.4-1
- cogl_path_rel_line_to at Base 1.17.4-1
- cogl_path_rel_move_to at Base 1.17.4-1
- cogl_path_round_rectangle at Base 1.17.4-1
- cogl_path_set_fill_rule at Base 1.17.4-1
- cogl_path_stroke at Base 1.17.4-1
- cogl_path_stroke_preserve at Base 1.17.4-1
- cogl_set_path at Base 1.17.4-1
 libcogl.so.20 libcogl20 #MINVER#
  _cogl_atlas_add_reorganize_callback at Base 1.17.4
  _cogl_atlas_new at Base 1.17.4

Modified: desktop/experimental/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/rules?rev=40809&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/rules	[utf-8] (original)
+++ desktop/experimental/cogl/debian/rules	[utf-8] Thu Mar  6 20:07:40 2014
@@ -9,6 +9,7 @@
 GNOME_MODULE = cogl
 
 DEB_DH_MAKESHLIBS_ARGS_libcogl20 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libcogl-path20 += -V -- -c4
 DEB_DH_MAKESHLIBS_ARGS_libcogl-pango20 += -V -- -c4
 DEB_DH_MAKESHLIBS_ARGS_libcogl-gles2-20 += -V -- -c4
 




More information about the pkg-gnome-commits mailing list