r27122 - in /packages/unstable/clutter-1.0/debian: changelog control control.in

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Mar 26 22:01:18 UTC 2011


Author: sjoerd
Date: Sat Mar 26 22:01:01 2011
New Revision: 27122

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27122
Log:
* debian/control.in:
  + Make libclutter-1.0-0 depend on libclutter-1.0-common

Modified:
    packages/unstable/clutter-1.0/debian/changelog
    packages/unstable/clutter-1.0/debian/control
    packages/unstable/clutter-1.0/debian/control.in

Modified: packages/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/changelog?rev=27122&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/changelog [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/changelog [utf-8] Sat Mar 26 22:01:01 2011
@@ -2,8 +2,10 @@
 
   * debian/control.in:
     + Add libxi-dev to libclutter-1.0-dev
-
- -- Sjoerd Simons <sjoerd at debian.org>  Sat, 26 Mar 2011 21:42:09 +0000
+  * debian/control.in:
+    + Make libclutter-1.0-0 depend on libclutter-1.0-common
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 26 Mar 2011 21:58:49 +0000
 
 clutter-1.0 (1.6.10-2) unstable; urgency=low
 

Modified: packages/unstable/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/control?rev=27122&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/control [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/control [utf-8] Sat Mar 26 22:01:01 2011
@@ -39,7 +39,8 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libclutter-1.0-common (= ${source:Version})
 Breaks: python-clutter (<< 1.3.2)
 Description: Open GL based interactive canvas library
  Clutter is an Open GL based interactive canvas library, designed for creating

Modified: packages/unstable/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/control.in?rev=27122&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/control.in [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/control.in [utf-8] Sat Mar 26 22:01:01 2011
@@ -34,7 +34,8 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libclutter-1.0-common (= ${source:Version})
 Breaks: python-clutter (<< 1.3.2)
 Description: Open GL based interactive canvas library
  Clutter is an Open GL based interactive canvas library, designed for creating




More information about the pkg-gnome-commits mailing list