r39244 - in /desktop/unstable/cheese/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Aug 23 16:28:14 UTC 2013


Author: biebl
Date: Fri Aug 23 16:28:14 2013
New Revision: 39244

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39244
Log:
Revert the changes in 3.6.2-1. We want a strict dependency on
cheese-common for the gsettings schema.

Modified:
    desktop/unstable/cheese/debian/changelog
    desktop/unstable/cheese/debian/control
    desktop/unstable/cheese/debian/control.in

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=39244&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cheese/debian/changelog	[utf-8] Fri Aug 23 16:28:14 2013
@@ -14,6 +14,8 @@
   * Bump Standards-Version to 3.9.4. No further changes.
   * Revert the changes in 3.6.1-1 which bumped the build-dependencies to force
     the use of the versions in experimental.
+  * Revert the changes in 3.6.2-1. We want a strict dependency on
+    cheese-common for the gsettings schema.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Sat, 27 Apr 2013 10:54:00 -0400
 

Modified: desktop/unstable/cheese/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/control?rev=39244&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/control	[utf-8] (original)
+++ desktop/unstable/cheese/debian/control	[utf-8] Fri Aug 23 16:28:14 2013
@@ -49,7 +49,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         cheese-common (>= 3.4),
+         cheese-common (= ${source:Version}),
          gnome-video-effects
 Recommends: gvfs,
             gnome-icon-theme,
@@ -83,7 +83,7 @@
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         cheese-common (>= 3.4)
+         cheese-common (= ${source:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: tool to take pictures and videos from your webcam - widgets
@@ -122,7 +122,7 @@
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         cheese-common (>= 3.4),
+         cheese-common (= ${source:Version}),
          gstreamer1.0-plugins-base (>= 0.11.0),
          gstreamer1.0-plugins-good (>= 0.11.0),
          gstreamer1.0-plugins-bad,

Modified: desktop/unstable/cheese/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/control.in?rev=39244&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/control.in	[utf-8] (original)
+++ desktop/unstable/cheese/debian/control.in	[utf-8] Fri Aug 23 16:28:14 2013
@@ -44,7 +44,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         cheese-common (>= 3.4),
+         cheese-common (= ${source:Version}),
          gnome-video-effects
 Recommends: gvfs,
             gnome-icon-theme,
@@ -78,7 +78,7 @@
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         cheese-common (>= 3.4)
+         cheese-common (= ${source:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: tool to take pictures and videos from your webcam - widgets
@@ -117,7 +117,7 @@
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         cheese-common (>= 3.4),
+         cheese-common (= ${source:Version}),
          gstreamer1.0-plugins-base (>= 0.11.0),
          gstreamer1.0-plugins-good (>= 0.11.0),
          gstreamer1.0-plugins-bad,




More information about the pkg-gnome-commits mailing list