r29130 - in /desktop/unstable/glade-3/debian: changelog control control.in glade-3.1 glade-gnome.install glade.install glade.links glade.manpages glade.menu glade.preinst glade.xpm

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 27 00:47:26 UTC 2011


Author: biebl
Date: Wed Jul 27 00:47:26 2011
New Revision: 29130

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29130
Log:
Remove glade and glade-gnome binary packages. glade is now built from
src:glade and glade-gnome no longer installable because of unsatisfiable
dependencies on glade. We only keep the library packages.

Removed:
    desktop/unstable/glade-3/debian/glade-3.1
    desktop/unstable/glade-3/debian/glade-gnome.install
    desktop/unstable/glade-3/debian/glade.install
    desktop/unstable/glade-3/debian/glade.links
    desktop/unstable/glade-3/debian/glade.manpages
    desktop/unstable/glade-3/debian/glade.menu
    desktop/unstable/glade-3/debian/glade.preinst
    desktop/unstable/glade-3/debian/glade.xpm
Modified:
    desktop/unstable/glade-3/debian/changelog
    desktop/unstable/glade-3/debian/control
    desktop/unstable/glade-3/debian/control.in

Modified: desktop/unstable/glade-3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/changelog?rev=29130&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade-3/debian/changelog [utf-8] Wed Jul 27 00:47:26 2011
@@ -2,6 +2,9 @@
 
   * Switch to dpkg source format 3.0 (quilt).
   * Drop old Conflicts/Replaces which are no longer necessary.
+  * Remove glade and glade-gnome binary packages. glade is now built from
+    src:glade and glade-gnome no longer installable because of unsatisfiable
+    dependencies on glade. We only keep the library packages.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 27 Jul 2011 02:38:30 +0200
 

Modified: desktop/unstable/glade-3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/control?rev=29130&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/control [utf-8] (original)
+++ desktop/unstable/glade-3/debian/control [utf-8] Wed Jul 27 00:47:26 2011
@@ -69,54 +69,3 @@
  .
  This package contains the development files and documentation for the
  library.
-
-Package: glade
-Architecture: any
-Section: devel
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: libgtk2.0-dev (>= 2.14.0),
-            python-gtk2-dev (>= 2.10.0),
-            libglade2-dev (>= 1:2.6.0),
-            devhelp
-Suggests: glade-gnome
-Conflicts: glade-gnome (<= 2.91.1),
-           glade-gnome-2 (<= 2.91.1),
-           glade-2 (<= 2.10.0-2)
-Replaces: glade-gnome (<= 2.91.1),
-          glade-2 (<= 2.10.0-2),
-          glade-gnome-2 (<= 2.91.1)
-Description: GTK+ 2 User Interface Builder
- Glade is a RAD tool to enable quick and easy development of user
- interfaces for the GTK+ 2 toolkit.
- .
- The user interfaces designed in Glade are stored in the well-known
- XML format, enabling easy integration with external tools. You will
- probably want to use it with tools such as libglade, which can load
- the XML files and create the interfaces at runtime.
- .
- This version is more modular than previous ones, so you can install
- modules to add aditional widgets for Glade to use. You can install
- the glade-gnome package to provide GNOME widgets, for instance.
-
-Package: glade-gnome
-Architecture: any
-Section: gnome
-Depends: ${misc:Depends},
-         glade (= ${binary:Version}),
-         gnome-common (>= 2.8.0),
-         ${shlibs:Depends}
-Recommends: libgnomeui-dev,
-            libbonoboui2-dev
-Description: GTK+ 2 User Interface Builder (with GNOME 2 support)
- Glade is a RAD tool to enable quick and easy development of user
- interfaces for the GTK+ 2 toolkit.
- .
- The user interfaces designed in Glade are stored in the well-known
- XML format, enabling easy integration with external tools. You will
- probably want to use it with tools such as libglade, which can load
- the XML files and create the interfaces at runtime.
- .
- This package include the module that allows Glade to provide GNOME
- widgets in its pallete.
-

Modified: desktop/unstable/glade-3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/control.in?rev=29130&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/control.in [utf-8] (original)
+++ desktop/unstable/glade-3/debian/control.in [utf-8] Wed Jul 27 00:47:26 2011
@@ -64,54 +64,3 @@
  .
  This package contains the development files and documentation for the
  library.
-
-Package: glade
-Architecture: any
-Section: devel
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: libgtk2.0-dev (>= 2.14.0),
-            python-gtk2-dev (>= 2.10.0),
-            libglade2-dev (>= 1:2.6.0),
-            devhelp
-Suggests: glade-gnome
-Conflicts: glade-gnome (<= 2.91.1),
-           glade-gnome-2 (<= 2.91.1),
-           glade-2 (<= 2.10.0-2)
-Replaces: glade-gnome (<= 2.91.1),
-          glade-2 (<= 2.10.0-2),
-          glade-gnome-2 (<= 2.91.1)
-Description: GTK+ 2 User Interface Builder
- Glade is a RAD tool to enable quick and easy development of user
- interfaces for the GTK+ 2 toolkit.
- .
- The user interfaces designed in Glade are stored in the well-known
- XML format, enabling easy integration with external tools. You will
- probably want to use it with tools such as libglade, which can load
- the XML files and create the interfaces at runtime.
- .
- This version is more modular than previous ones, so you can install
- modules to add aditional widgets for Glade to use. You can install
- the glade-gnome package to provide GNOME widgets, for instance.
-
-Package: glade-gnome
-Architecture: any
-Section: gnome
-Depends: ${misc:Depends},
-         glade (= ${binary:Version}),
-         gnome-common (>= 2.8.0),
-         ${shlibs:Depends}
-Recommends: libgnomeui-dev,
-            libbonoboui2-dev
-Description: GTK+ 2 User Interface Builder (with GNOME 2 support)
- Glade is a RAD tool to enable quick and easy development of user
- interfaces for the GTK+ 2 toolkit.
- .
- The user interfaces designed in Glade are stored in the well-known
- XML format, enabling easy integration with external tools. You will
- probably want to use it with tools such as libglade, which can load
- the XML files and create the interfaces at runtime.
- .
- This package include the module that allows Glade to provide GNOME
- widgets in its pallete.
-




More information about the pkg-gnome-commits mailing list