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

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



Author: branden
Date: 2003-10-08 17:41:09 -0500 (Wed, 08 Oct 2003)
New Revision: 81

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Make libxft-dev conflict/replace/provide libxft2-dev to smooth upgrades.
(libxft-dev will no longer be able to provide libxft2-dev when Xft's
shared object version changes, but until then it's fine.)

- debian/control


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-08 22:00:06 UTC (rev 80)
+++ trunk/debian/changelog	2003-10-08 22:41:09 UTC (rev 81)
@@ -10,8 +10,13 @@
     - aclocal.m4
     - configure
 
- -- Branden Robinson <branden@debian.org>  Wed,  8 Oct 2003 16:59:03 -0500
+  * Make libxft-dev conflict/replace/provide libxft2-dev to smooth upgrades.
+    (libxft-dev will no longer be able to provide libxft2-dev when Xft's
+    shared object version changes, but until then it's fine.)
+    - debian/control
 
+ -- Branden Robinson <branden@debian.org>  Wed,  8 Oct 2003 17:39:49 -0500
+
 xft (2.1.2-3) unstable; urgency=low
 
   * Migrate dpkg diversions from libxft2-dev to libxft-dev, which was

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-10-08 22:00:06 UTC (rev 80)
+++ trunk/debian/control	2003-10-08 22:41:09 UTC (rev 81)
@@ -39,6 +39,9 @@
 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
+Conflicts: libxft2-dev
+Replaces: libxft2-dev
+Provides: libxft2-dev
 Description: FreeType-based font drawing library for X (development files)
  Xft provides a client-side font API for X applications, making the FreeType
  font rasterizer available to X clients.  Fontconfig is used for font



Reply to: