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

X Strike Force Xft SVN commit: rev 85 - trunk/debian



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

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

- debian/control:
  + Drop versioning of build-dependencies on libxrender-dev and xlibs-dev.
    All officially released versions of these Debian packages are
    sufficient to build this package.
  + Drop package dependencies on debhelper's "${misc:Depends}" construct;
    this package is too simple to need it.
  + Drop versioning of libxft-dev's dependencies on libxrender-dev and
    xlibs-dev.  All officially released versions of these Debian packages
    should be sufficient to objects using this package.
  + Drop libxft-dev's dependency on pkg-config; pkg-config is supported
    but not mandated.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-09 02:16:23 UTC (rev 84)
+++ trunk/debian/changelog	2003-10-13 05:44:24 UTC (rev 85)
@@ -1,3 +1,20 @@
+xft (2.1.2-5) unstable; urgency=low
+
+  * Clean up package's build-dependencies and dependencies.
+    - debian/control:
+      + Drop versioning of build-dependencies on libxrender-dev and xlibs-dev.
+        All officially released versions of these Debian packages are
+        sufficient to build this package.
+      + Drop package dependencies on debhelper's "${misc:Depends}" construct;
+        this package is too simple to need it.
+      + Drop versioning of libxft-dev's dependencies on libxrender-dev and
+        xlibs-dev.  All officially released versions of these Debian packages
+        should be sufficient to objects using this package.
+      + Drop libxft-dev's dependency on pkg-config; pkg-config is supported
+        but not mandated.
+
+ -- Branden Robinson <branden@debian.org>  Mon, 13 Oct 2003 00:38:47 -0500
+
 xft (2.1.2-4) unstable; urgency=low
 
   * Set AM_MAINTAINER_MODE because we do not want users of the Debian source

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-10-09 02:16:23 UTC (rev 84)
+++ trunk/debian/control	2003-10-13 05:44:24 UTC (rev 85)
@@ -2,13 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: Branden Robinson <branden@debian.org>
-Build-Depends: cdbs (>= 0.4.12), chrpath, debhelper (>= 4.0.0), libfontconfig1-dev, libfreetype6-dev, libxrender-dev (>> 0.8.1), xlibs-dev (>> 4.2.1), zlib1g-dev | libz-dev
+Build-Depends: cdbs (>= 0.4.12), chrpath, debhelper (>= 4.0.0), libfontconfig1-dev, libfreetype6-dev, zlib1g-dev | libz-dev, libxrender-dev, xlibs-dev
 Standards-Version: 3.6.1
 
 Package: libxft2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}
 Description: FreeType-based font drawing library for X
  Xft provides a client-side font API for X applications, making the FreeType
  font rasterizer available to X clients.  Fontconfig is used for font
@@ -19,7 +19,7 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libxft2 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libxft2 (= ${Source-Version}), ${shlibs:Depends}
 Description: FreeType-based font drawing library for X (unstripped)
  Xft provides a client-side font API for X applications, making the FreeType
  font rasterizer available to X clients.  Fontconfig is used for font
@@ -38,7 +38,7 @@
 Package: libxft-dev
 Section: libdevel
 Architecture: any
-Depends: libxft2 (= ${Source-Version}), libc6-dev | libc-dev, libfontconfig1-dev, libfreetype6-dev, libxrender-dev (>> 0.8.1), xlibs-dev (>> 4.2.1), zlib1g-dev | libz-dev, pkg-config
+Depends: libxft2 (= ${Source-Version}), libc6-dev | libc-dev, libfontconfig1-dev, libfreetype6-dev, zlib1g-dev | libz-dev, libxrender-dev, xlibs-dev
 Conflicts: libxft2-dev
 Provides: libxft2-dev
 Description: FreeType-based font drawing library for X (development files)



Reply to: