r36406 - in /desktop/experimental/pygobject/debian: changelog control control.in

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Nov 29 07:51:56 UTC 2012


Author: mpitt
Date: Thu Nov 29 07:51:55 2012
New Revision: 36406

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36406
Log:
debian/control.in: Put transitional packages into section oldlibs, and
priority extra. Thanks lintian.

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/control
    desktop/experimental/pygobject/debian/control.in

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=36406&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Nov 29 07:51:55 2012
@@ -2,6 +2,8 @@
 
   * debian/control.in: Make python-gi-dev Arch: any, as it now uses multiarch
     paths for the pkg-config file.
+  * debian/control.in: Put transitional packages into section oldlibs, and
+    priority extra. Thanks lintian.
 
  -- Martin Pitt <mpitt at debian.org>  Thu, 29 Nov 2012 08:48:42 +0100
 

Modified: desktop/experimental/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control?rev=36406&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control [utf-8] Thu Nov 29 07:51:55 2012
@@ -162,7 +162,24 @@
  This package contains the development headers needed to build C extensions
  which use pygobject.
 
+Package: python3-gi-cairo
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${python3:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         python3-cairo
+Description: Python 3 Cairo bindings for the GObject library
+ GObject is an abstraction layer that allows programming with an object
+ paradigm that is compatible with many languages. It is a part of Glib,
+ the core library used to build GTK+ and GNOME.
+ .
+ This package contains the Python 3 Cairo bindings for GObject. It is mostly
+ used by other bindings to map their GObjects to Python objects.
+
 Package: python-gobject
+Section: oldlibs
+Priority: extra
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
@@ -174,23 +191,8 @@
  is here for upgrade purposes only. You can remove it safely when 
  nothing else depends on it.
 
-Package: python3-gi-cairo
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${python3:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends},
-         python3-cairo
-Description: Python 3 Cairo bindings for the GObject library
- GObject is an abstraction layer that allows programming with an object
- paradigm that is compatible with many languages. It is a part of Glib,
- the core library used to build GTK+ and GNOME.
- .
- This package contains the Python 3 Cairo bindings for GObject. It is mostly
- used by other bindings to map their GObjects to Python objects.
-
 Package: python-gobject-dbg
-Section: debug
+Section: oldlibs
 Priority: extra
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
@@ -204,6 +206,8 @@
  You can remove it safely when nothing else depends on it.
 
 Package: python-gobject-dev
+Section: oldlibs
+Priority: extra
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},

Modified: desktop/experimental/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control.in?rev=36406&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control.in [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control.in [utf-8] Thu Nov 29 07:51:55 2012
@@ -158,7 +158,24 @@
  This package contains the development headers needed to build C extensions
  which use pygobject.
 
+Package: python3-gi-cairo
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${python3:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         python3-cairo
+Description: Python 3 Cairo bindings for the GObject library
+ GObject is an abstraction layer that allows programming with an object
+ paradigm that is compatible with many languages. It is a part of Glib,
+ the core library used to build GTK+ and GNOME.
+ .
+ This package contains the Python 3 Cairo bindings for GObject. It is mostly
+ used by other bindings to map their GObjects to Python objects.
+
 Package: python-gobject
+Section: oldlibs
+Priority: extra
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
@@ -170,23 +187,8 @@
  is here for upgrade purposes only. You can remove it safely when 
  nothing else depends on it.
 
-Package: python3-gi-cairo
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${python3:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends},
-         python3-cairo
-Description: Python 3 Cairo bindings for the GObject library
- GObject is an abstraction layer that allows programming with an object
- paradigm that is compatible with many languages. It is a part of Glib,
- the core library used to build GTK+ and GNOME.
- .
- This package contains the Python 3 Cairo bindings for GObject. It is mostly
- used by other bindings to map their GObjects to Python objects.
-
 Package: python-gobject-dbg
-Section: debug
+Section: oldlibs
 Priority: extra
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
@@ -200,6 +202,8 @@
  You can remove it safely when nothing else depends on it.
 
 Package: python-gobject-dev
+Section: oldlibs
+Priority: extra
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},




More information about the pkg-gnome-commits mailing list