r13903 - in /packages/unstable/libcm/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Dec 16 13:33:29 UTC 2007


Author: lool
Date: Sun Dec 16 13:33:29 2007
New Revision: 13903

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13903
Log:
* Rewrap b-deps and deps and add a ${misc:Depends} dep.

Modified:
    packages/unstable/libcm/debian/changelog
    packages/unstable/libcm/debian/control
    packages/unstable/libcm/debian/control.in

Modified: packages/unstable/libcm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/changelog?rev=13903&op=diff
==============================================================================
--- packages/unstable/libcm/debian/changelog (original)
+++ packages/unstable/libcm/debian/changelog Sun Dec 16 13:33:29 2007
@@ -8,6 +8,7 @@
   * Honor distclean failures in clean::.
   * Bump up Standards-Version to 3.7.3.
   * Cleanup rules.
+  * Rewrap b-deps and deps and add a ${misc:Depends} dep.
 
  -- Kilian Krause <kilian at debian.org>  Sat, 22 Sep 2007 12:46:39 +0200
 

Modified: packages/unstable/libcm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/control?rev=13903&op=diff
==============================================================================
--- packages/unstable/libcm/debian/control (original)
+++ packages/unstable/libcm/debian/control Sun Dec 16 13:33:29 2007
@@ -3,25 +3,26 @@
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Kilian Krause <kilian at debian.org>
 Build-Depends: debhelper (>= 5),
-        autotools-dev,
-        libglib2.0-dev,
-        libx11-dev,
-        libxcomposite-dev,
-        libxdamage-dev,
-        libxtst-dev,
-        libgl1-mesa-dev,
-        libglu1-mesa-dev,
-        libxext-dev,
-        gnome-pkg-tools,
-        quilt,
-        dpkg-dev (>= 1.13.19)
+               autotools-dev,
+               libglib2.0-dev,
+               libx11-dev,
+               libxcomposite-dev,
+               libxdamage-dev,
+               libxtst-dev,
+               libgl1-mesa-dev,
+               libglu1-mesa-dev,
+               libxext-dev,
+               gnome-pkg-tools,
+               quilt,
+               dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.3
 Section: libs
 
 Package: libcm7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Support code for compositing managers
  Compositing managers such as xcompmgr and compiz allow X clients to render
  to an off-screen buffer and then have their contents composited onto the
@@ -34,14 +35,15 @@
 Section: libdevel
 Architecture: any
 Depends: libcm7 (= ${binary:Version}),
-        libglib2.0-dev,
-        libx11-dev,
-        libxcomposite-dev,
-        libxdamage-dev,
-        libxtst-dev,
-        libgl1-mesa-dev,
-        libglu1-mesa-dev,
-        libxext-dev
+         ${misc:Depends},
+         libglib2.0-dev,
+         libx11-dev,
+         libxcomposite-dev,
+         libxdamage-dev,
+         libxtst-dev,
+         libgl1-mesa-dev,
+         libglu1-mesa-dev,
+         libxext-dev
 Description: Support code for compositing managers - development files
  Compositing managers such as xcompmgr and compiz allow X clients to render
  to an off-screen buffer and then have their contents composited onto the

Modified: packages/unstable/libcm/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/control.in?rev=13903&op=diff
==============================================================================
--- packages/unstable/libcm/debian/control.in (original)
+++ packages/unstable/libcm/debian/control.in Sun Dec 16 13:33:29 2007
@@ -3,25 +3,26 @@
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
-        autotools-dev,
-        libglib2.0-dev,
-        libx11-dev,
-        libxcomposite-dev,
-        libxdamage-dev,
-        libxtst-dev,
-        libgl1-mesa-dev,
-        libglu1-mesa-dev,
-        libxext-dev,
-        gnome-pkg-tools,
-        quilt,
-        dpkg-dev (>= 1.13.19)
+               autotools-dev,
+               libglib2.0-dev,
+               libx11-dev,
+               libxcomposite-dev,
+               libxdamage-dev,
+               libxtst-dev,
+               libgl1-mesa-dev,
+               libglu1-mesa-dev,
+               libxext-dev,
+               gnome-pkg-tools,
+               quilt,
+               dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.3
 Section: libs
 
 Package: libcm7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Support code for compositing managers
  Compositing managers such as xcompmgr and compiz allow X clients to render
  to an off-screen buffer and then have their contents composited onto the
@@ -34,14 +35,15 @@
 Section: libdevel
 Architecture: any
 Depends: libcm7 (= ${binary:Version}),
-        libglib2.0-dev,
-        libx11-dev,
-        libxcomposite-dev,
-        libxdamage-dev,
-        libxtst-dev,
-        libgl1-mesa-dev,
-        libglu1-mesa-dev,
-        libxext-dev
+         ${misc:Depends},
+         libglib2.0-dev,
+         libx11-dev,
+         libxcomposite-dev,
+         libxdamage-dev,
+         libxtst-dev,
+         libgl1-mesa-dev,
+         libglu1-mesa-dev,
+         libxext-dev
 Description: Support code for compositing managers - development files
  Compositing managers such as xcompmgr and compiz allow X clients to render
  to an off-screen buffer and then have their contents composited onto the




More information about the pkg-gnome-commits mailing list