r28784 - in /desktop/experimental/cheese/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Jul 8 10:51:43 UTC 2011


Author: bigon
Date: Fri Jul  8 10:51:42 2011
New Revision: 28784

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28784
Log:
Make library packages depend against cheese-common package

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

Modified: desktop/experimental/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/changelog?rev=28784&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/changelog [utf-8] (original)
+++ desktop/experimental/cheese/debian/changelog [utf-8] Fri Jul  8 10:51:42 2011
@@ -1,13 +1,14 @@
 cheese (3.0.1-2) UNRELEASED; urgency=low
 
-  * debian/control:
+  * debian/control.in:
     - Change gir1.2-cheese-3.0 Section to libs
+    - Make library packages depend against cheese-common package
   * debian/patches/0002-fix-linking.patch: Add missing library to fix linking
   * debian/watch:
     - Switch to .bz2 tarballs.
     - Bump version to 3
 
- -- Laurent Bigonville <bigon at debian.org>  Fri, 08 Jul 2011 10:22:23 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 08 Jul 2011 12:51:29 +0200
 
 cheese (3.0.1-1) experimental; urgency=low
 

Modified: desktop/experimental/cheese/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/control?rev=28784&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/control [utf-8] (original)
+++ desktop/experimental/cheese/debian/control [utf-8] Fri Jul  8 10:51:42 2011
@@ -78,7 +78,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         cheese-common (= ${source:Version})
 Description: tool to take pictures and videos from your webcam - widgets
  A webcam application that supports image and video capture. Makes
  it easy to take photos and videos of you, your friends, pets or whatever
@@ -112,7 +113,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         cheese-common (= ${source:Version})
 Description: tool to take pictures and videos from your webcam - base library
  A webcam application that supports image and video capture. Makes
  it easy to take photos and videos of you, your friends, pets or whatever

Modified: desktop/experimental/cheese/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/control.in?rev=28784&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/control.in [utf-8] (original)
+++ desktop/experimental/cheese/debian/control.in [utf-8] Fri Jul  8 10:51:42 2011
@@ -73,7 +73,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         cheese-common (= ${source:Version})
 Description: tool to take pictures and videos from your webcam - widgets
  A webcam application that supports image and video capture. Makes
  it easy to take photos and videos of you, your friends, pets or whatever
@@ -107,7 +108,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         cheese-common (= ${source:Version})
 Description: tool to take pictures and videos from your webcam - base library
  A webcam application that supports image and video capture. Makes
  it easy to take photos and videos of you, your friends, pets or whatever




More information about the pkg-gnome-commits mailing list