[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force Xcursor SVN commit: rev 24 - trunk/debian



Author: branden
Date: 2003-10-13 00:07:49 -0500 (Mon, 13 Oct 2003)
New Revision: 24

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Clean up package's build-dependencies and -dev package's dependencies.

- debian/control:
  + add versioning of (>= 0.4.12) to build-dependency on cdbs for proper
    support of debugging libraries
  + tweak versioned build-dependency on debhelper (>> 4.0.0) to be a >=
    instead
  + drop versioning of build-dependency on xlibs-dev; libXcursor1 links
    only against libX11, thus no versioning is necessary
  + drop build-dependencies on autotools-dev and pkg-config since we now
    use AM_MAINTAINER_MODE
  + drop libxcursor-dev's dependency on ${shlibs:Depends}; it's not
    necessary
  + add dependencies on xlibs-dev and libxrender-dev to libxcursor-dev


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-13 04:56:31 UTC (rev 23)
+++ trunk/debian/changelog	2003-10-13 05:07:49 UTC (rev 24)
@@ -25,8 +25,22 @@
   * Bump package's standards-version to 3.6.1; no changes necessary.
     - debian/control
 
- -- Branden Robinson <branden@debian.org>  Sun, 12 Oct 2003 23:55:38 -0500
+  * Clean up package's build-dependencies and -dev package's dependencies.
+    - debian/control:
+      + add versioning of (>= 0.4.12) to build-dependency on cdbs for proper
+        support of debugging libraries
+      + tweak versioned build-dependency on debhelper (>> 4.0.0) to be a >=
+        instead
+      + drop versioning of build-dependency on xlibs-dev; libXcursor1 links
+        only against libX11, thus no versioning is necessary
+      + drop build-dependencies on autotools-dev and pkg-config since we now
+        use AM_MAINTAINER_MODE
+      + drop libxcursor-dev's dependency on ${shlibs:Depends}; it's not
+        necessary
+      + add dependencies on xlibs-dev and libxrender-dev to libxcursor-dev
 
+ -- Branden Robinson <branden@debian.org>  Mon, 13 Oct 2003 00:07:02 -0500
+
 xcursor (1.0.2-2) unstable; urgency=low
 
   * add missing Build-Depends: pkg-config, closes: #198584

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-10-13 04:56:31 UTC (rev 23)
+++ trunk/debian/control	2003-10-13 05:07:49 UTC (rev 24)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Branden Robinson <branden@debian.org>, ISHIKAWA Mutsumi <ishikawa@debian.org>
-Build-Depends: debhelper (>> 4.0.0), xlibs-dev (>> 4.2.1), libxrender-dev, cdbs, autotools-dev, pkg-config
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), xlibs-dev, libxrender-dev
 Standards-Version: 3.6.1
 
 Package: libxcursor1
@@ -39,7 +39,7 @@
 Package: libxcursor-dev
 Section: libdevel
 Architecture: any
-Depends: libxcursor1 (= ${Source-Version}), ${shlibs:Depends}, libc6-dev | libc-dev
+Depends: libxcursor1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev, libxrender-dev
 Description: X Cursor management library  (development files)
  Xcursor is a simple library designed to help locate and load cursors.
  Cursors can be loaded from files or memory and can exist in several sizes and



Reply to: