r26673 - in /packages/experimental/seed/debian: changelog control control.in libseed-dev.install libseed-gtk3-0.install libseed-gtk3-dev.install libseed0.install rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Tue Feb 22 23:51:38 UTC 2011


Author: sjoerd
Date: Tue Feb 22 23:51:36 2011
New Revision: 26673

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26673
Log:
New upstream release, renaming lib package to libseed-gtk3-0

Added:
    packages/experimental/seed/debian/libseed-gtk3-0.install
    packages/experimental/seed/debian/libseed-gtk3-dev.install
Removed:
    packages/experimental/seed/debian/libseed-dev.install
    packages/experimental/seed/debian/libseed0.install
Modified:
    packages/experimental/seed/debian/changelog
    packages/experimental/seed/debian/control
    packages/experimental/seed/debian/control.in
    packages/experimental/seed/debian/rules

Modified: packages/experimental/seed/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/seed/debian/changelog?rev=26673&op=diff
==============================================================================
--- packages/experimental/seed/debian/changelog [utf-8] (original)
+++ packages/experimental/seed/debian/changelog [utf-8] Tue Feb 22 23:51:36 2011
@@ -1,3 +1,9 @@
+seed (2.91.90-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 22 Feb 2011 23:24:48 +0000
+
 seed (2.31.91-2) experimental; urgency=low
 
   * debian/control.in,

Modified: packages/experimental/seed/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/seed/debian/control?rev=26673&op=diff
==============================================================================
--- packages/experimental/seed/debian/control [utf-8] (original)
+++ packages/experimental/seed/debian/control [utf-8] Tue Feb 22 23:51:36 2011
@@ -12,7 +12,7 @@
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.35.0),
                libffi-dev (>= 3.0),
-               libwebkitgtk-3.0-dev,
+               libwebkitgtk-3.0-dev (>= 1.3.11),
                libgirepository1.0-dev (>= 0.9.12-4~),
                gir1.2-glib-2.0,
                gnome-js-common,
@@ -25,25 +25,25 @@
                libxml2-dev,
                libmpfr-dev,
                gtk-doc-tools (>= 1.9)
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Standards-Version: 3.8.4
 
 Package: seed
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libseed0 (= ${binary:Version})
+         libseed-gtk3-0 (= ${binary:Version})
 Description: GObject JavaScript bindings for the webkit engine - Interpreter
- Seed is a library and interpreter, dynamically bridging (through 
- GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 
- platform. Seed serves as something which enables you to write 
- standalone applications in JavaScript, or easily enable your 
- application to be extensible in JavaScript. 
+ Seed is a library and interpreter, dynamically bridging (through
+ GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
+ platform. Seed serves as something which enables you to write
+ standalone applications in JavaScript, or easily enable your
+ application to be extensible in JavaScript.
  .
- This package contains the interpreter itself, for use by the scripts 
+ This package contains the interpreter itself, for use by the scripts
  using seed as a shebang.
 
-Package: libseed0
+Package: libseed-gtk3-0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -52,35 +52,36 @@
          gir1.2-glib-2.0,
          gir1.2-clutter-1.0,
          gir1.2-gstreamer-0.10 | libgstreamer0.10-0 (<< 0.10.25-3),
-         gir1.2-gtk-2.0
+         gir1.2-gtk-3.0
 Description: GObject JavaScript bindings for the webkit engine - Runtime
- Seed is a library and interpreter, dynamically bridging (through 
- GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 
- platform. Seed serves as something which enables you to write 
- standalone applications in JavaScript, or easily enable your 
- application to be extensible in JavaScript. 
+ Seed is a library and interpreter, dynamically bridging (through
+ GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
+ platform. Seed serves as something which enables you to write
+ standalone applications in JavaScript, or easily enable your
+ application to be extensible in JavaScript.
  .
- This package contains the runtime library and all modules, needed by 
+ This package contains the runtime library and all modules, needed by
  programs embedding the Seed interpreter.
 
 
-Package: libseed-dev
+Package: libseed-gtk3-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libseed0 (= ${binary:Version}),
+         libseed-gtk3-0 (= ${binary:Version}),
          libwebkitgtk-3.0-dev,
          libgirepository1.0-dev (>= 0.9.12-4~),
          libglib2.0-dev
 Suggests: seed-doc
+Conflicts: libseed-dev
 Description: GObject JavaScript bindings for the webkit engine - Development
- Seed is a library and interpreter, dynamically bridging (through 
- GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 
- platform. Seed serves as something which enables you to write 
- standalone applications in JavaScript, or easily enable your 
- application to be extensible in JavaScript. 
+ Seed is a library and interpreter, dynamically bridging (through
+ GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
+ platform. Seed serves as something which enables you to write
+ standalone applications in JavaScript, or easily enable your
+ application to be extensible in JavaScript.
  .
- This package contains the static libraries and development headers, 
+ This package contains the static libraries and development headers,
  needed to build programs using the Seed interpreter.
 
 Package: seed-doc

Modified: packages/experimental/seed/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/seed/debian/control.in?rev=26673&op=diff
==============================================================================
--- packages/experimental/seed/debian/control.in [utf-8] (original)
+++ packages/experimental/seed/debian/control.in [utf-8] Tue Feb 22 23:51:36 2011
@@ -7,7 +7,7 @@
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.35.0),
                libffi-dev (>= 3.0),
-               libwebkitgtk-3.0-dev,
+               libwebkitgtk-3.0-dev (>= 1.3.11),
                libgirepository1.0-dev (>= 0.9.12-4~),
                gir1.2-glib-2.0,
                gnome-js-common,
@@ -27,18 +27,18 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libseed0 (= ${binary:Version})
+         libseed-gtk3-0 (= ${binary:Version})
 Description: GObject JavaScript bindings for the webkit engine - Interpreter
- Seed is a library and interpreter, dynamically bridging (through 
- GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 
- platform. Seed serves as something which enables you to write 
- standalone applications in JavaScript, or easily enable your 
- application to be extensible in JavaScript. 
+ Seed is a library and interpreter, dynamically bridging (through
+ GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
+ platform. Seed serves as something which enables you to write
+ standalone applications in JavaScript, or easily enable your
+ application to be extensible in JavaScript.
  .
- This package contains the interpreter itself, for use by the scripts 
+ This package contains the interpreter itself, for use by the scripts
  using seed as a shebang.
 
-Package: libseed0
+Package: libseed-gtk3-0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -47,35 +47,36 @@
          gir1.2-glib-2.0,
          gir1.2-clutter-1.0,
          gir1.2-gstreamer-0.10 | libgstreamer0.10-0 (<< 0.10.25-3),
-         gir1.2-gtk-2.0
+         gir1.2-gtk-3.0
 Description: GObject JavaScript bindings for the webkit engine - Runtime
- Seed is a library and interpreter, dynamically bridging (through 
- GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 
- platform. Seed serves as something which enables you to write 
- standalone applications in JavaScript, or easily enable your 
- application to be extensible in JavaScript. 
+ Seed is a library and interpreter, dynamically bridging (through
+ GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
+ platform. Seed serves as something which enables you to write
+ standalone applications in JavaScript, or easily enable your
+ application to be extensible in JavaScript.
  .
- This package contains the runtime library and all modules, needed by 
+ This package contains the runtime library and all modules, needed by
  programs embedding the Seed interpreter.
 
 
-Package: libseed-dev
+Package: libseed-gtk3-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libseed0 (= ${binary:Version}),
+         libseed-gtk3-0 (= ${binary:Version}),
          libwebkitgtk-3.0-dev,
          libgirepository1.0-dev (>= 0.9.12-4~),
          libglib2.0-dev
 Suggests: seed-doc
+Conflicts: libseed-dev
 Description: GObject JavaScript bindings for the webkit engine - Development
- Seed is a library and interpreter, dynamically bridging (through 
- GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 
- platform. Seed serves as something which enables you to write 
- standalone applications in JavaScript, or easily enable your 
- application to be extensible in JavaScript. 
+ Seed is a library and interpreter, dynamically bridging (through
+ GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
+ platform. Seed serves as something which enables you to write
+ standalone applications in JavaScript, or easily enable your
+ application to be extensible in JavaScript.
  .
- This package contains the static libraries and development headers, 
+ This package contains the static libraries and development headers,
  needed to build programs using the Seed interpreter.
 
 Package: seed-doc

Added: packages/experimental/seed/debian/libseed-gtk3-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/seed/debian/libseed-gtk3-0.install?rev=26673&op=file
==============================================================================
--- packages/experimental/seed/debian/libseed-gtk3-0.install (added)
+++ packages/experimental/seed/debian/libseed-gtk3-0.install [utf-8] Tue Feb 22 23:51:36 2011
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/seed-gtk3/*.so
+debian/tmp/usr/lib/lib*.so.*
+debian/tmp/usr/share/seed-gtk3

Added: packages/experimental/seed/debian/libseed-gtk3-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/seed/debian/libseed-gtk3-dev.install?rev=26673&op=file
==============================================================================
--- packages/experimental/seed/debian/libseed-gtk3-dev.install (added)
+++ packages/experimental/seed/debian/libseed-gtk3-dev.install [utf-8] Tue Feb 22 23:51:36 2011
@@ -1,0 +1,4 @@
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/include
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/lib*.a

Modified: packages/experimental/seed/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/seed/debian/rules?rev=26673&op=diff
==============================================================================
--- packages/experimental/seed/debian/rules [utf-8] (original)
+++ packages/experimental/seed/debian/rules [utf-8] Tue Feb 22 23:51:36 2011
@@ -12,4 +12,4 @@
 
 DEB_INSTALL_EXAMPLES_seed-doc += -XCOPYING
 
-DEB_DH_MAKESHLIBS_ARGS += -V 'libseed0 (>= 2.31.91)'
+DEB_DH_MAKESHLIBS_ARGS += -V 'libseed-gtk3-0'




More information about the pkg-gnome-commits mailing list