r23970 - in /desktop/unstable/gnome-mag/debian: changelog control control.in gnome-mag.install

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Apr 23 06:32:30 UTC 2010


Author: slomo
Date: Fri Apr 23 06:32:28 2010
New Revision: 23970

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23970
Log:
* New upstream release:
  + debian/control.in:
    - Update build dependencies.
    - Add required dependencies to the -dev package.
  + debian/gnome-mag.install:
    - Ship DBus service introspection file.

Modified:
    desktop/unstable/gnome-mag/debian/changelog
    desktop/unstable/gnome-mag/debian/control
    desktop/unstable/gnome-mag/debian/control.in
    desktop/unstable/gnome-mag/debian/gnome-mag.install

Modified: desktop/unstable/gnome-mag/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/changelog?rev=23970&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-mag/debian/changelog [utf-8] Fri Apr 23 06:32:28 2010
@@ -1,3 +1,14 @@
+gnome-mag (1:0.16.1-1) unstable; urgency=low
+
+  * New upstream release:
+    + debian/control.in:
+      - Update build dependencies.
+      - Add required dependencies to the -dev package.
+    + debian/gnome-mag.install:
+      - Ship DBus service introspection file.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 23 Apr 2010 08:21:36 +0200
+
 gnome-mag (1:0.15.9-1) unstable; urgency=low
 
   [ Andrea Veri ]

Modified: desktop/unstable/gnome-mag/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/control?rev=23970&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-mag/debian/control [utf-8] Fri Apr 23 06:32:28 2010
@@ -1,8 +1,13 @@
+# 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: gnome-mag
 Section: x11
 Priority: optional
 Maintainer: Daniel Ruoso <daniel at ruoso.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Mario Lang <mlang at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Mario Lang <mlang at debian.org>, Sebastian Dröge <slomo at debian.org>
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-mag
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gnome-mag
 Build-Depends: cdbs (>= 0.4.43),
@@ -11,6 +16,7 @@
                libgnome2-dev (>= 2.2.0),
                libgnome-desktop-dev,
                libgtk2.0-dev (>= 2.6),
+               libdbus-glib-1-dev,
                libgnomevfs2-dev (>= 2.0.4),
                libatspi-dev (>= 1.6.0),
                libxml-parser-perl,
@@ -36,7 +42,7 @@
                python-dev (>= 2.3),
                python-support (>= 0.5.3),
                doxygen
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 XS-Python-Version: >= 2.3
 
 Package: libgnome-mag2
@@ -55,7 +61,10 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libgnome-mag2 (= ${binary:Version})
+         libgnome-mag2 (= ${binary:Version}),
+         libglib2.0-dev,
+         liborbit2-dev,
+         libbonobo2-dev
 Conflicts: libgnome-mag1-dev
 Replaces: libgnome-mag1-dev
 Description: screen magnification library for the GNOME desktop (development headers)

Modified: desktop/unstable/gnome-mag/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/control.in?rev=23970&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-mag/debian/control.in [utf-8] Fri Apr 23 06:32:28 2010
@@ -11,6 +11,7 @@
                libgnome2-dev (>= 2.2.0),
                libgnome-desktop-dev,
                libgtk2.0-dev (>= 2.6),
+               libdbus-glib-1-dev,
                libgnomevfs2-dev (>= 2.0.4),
                libatspi-dev (>= 1.6.0),
                libxml-parser-perl,
@@ -36,7 +37,7 @@
                python-dev (>= 2.3),
                python-support (>= 0.5.3),
                doxygen
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 XS-Python-Version: >= 2.3
 
 Package: libgnome-mag2
@@ -55,7 +56,10 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libgnome-mag2 (= ${binary:Version})
+         libgnome-mag2 (= ${binary:Version}),
+         libglib2.0-dev,
+         liborbit2-dev,
+         libbonobo2-dev
 Conflicts: libgnome-mag1-dev
 Replaces: libgnome-mag1-dev
 Description: screen magnification library for the GNOME desktop (development headers)

Modified: desktop/unstable/gnome-mag/debian/gnome-mag.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/gnome-mag.install?rev=23970&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/gnome-mag.install [utf-8] (original)
+++ desktop/unstable/gnome-mag/debian/gnome-mag.install [utf-8] Fri Apr 23 06:32:28 2010
@@ -23,3 +23,4 @@
 debian/tmp/usr/lib/python*/site-packages/colorblind/keybinder/*
 debian/tmp/usr/lib/python*/site-packages/colorblind/osutils/*
 debian/tmp/usr/share/locale/*
+debian/tmp/usr/share/dbus-1




More information about the pkg-gnome-commits mailing list