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

X Strike Force XFree86 SVN commit: rev 652 - branches/4.3.0/sid/debian



Author: branden
Date: 2003-10-11 02:04:00 -0500 (Sat, 11 Oct 2003)
New Revision: 652

Modified:
   branches/4.3.0/sid/debian/changelog
   branches/4.3.0/sid/debian/control
Log:
Provide xlibs-pic pseudopackage to smooth upgrades from Debian 3.0
systems.

- debian/control:
  + add versioning of (<< 4.3.0) to xlibs-static-pic's conflicts and
    replaces relationships on xlibs-pic
  + xlibs-static-pic no longer provides xlibs-pic (dpkg does not support
    versioned provides)
  + resurrect xlibs-pic as an empty architecture-all pseudopackage in the
    oldlibs section which depends on xlibs-static-pic


Modified: branches/4.3.0/sid/debian/changelog
===================================================================
--- branches/4.3.0/sid/debian/changelog	2003-10-11 06:56:08 UTC (rev 651)
+++ branches/4.3.0/sid/debian/changelog	2003-10-11 07:04:00 UTC (rev 652)
@@ -65,8 +65,18 @@
       debian/patches/058_external_XrenderXftXcursor_X11.tmpl.diff: resynced
         offsets
 
- -- Branden Robinson <branden@debian.org>  Sat, 11 Oct 2003 01:07:35 -0500
+  * Provide xlibs-pic pseudopackage to smooth upgrades from Debian 3.0
+    systems.
+    - debian/control:
+      + add versioning of (<< 4.3.0) to xlibs-static-pic's conflicts and
+        replaces relationships on xlibs-pic
+      + xlibs-static-pic no longer provides xlibs-pic (dpkg does not support
+        versioned provides)
+      + resurrect xlibs-pic as an empty architecture-all pseudopackage in the
+        oldlibs section which depends on xlibs-static-pic
 
+ -- Branden Robinson <branden@debian.org>  Sat, 11 Oct 2003 02:01:16 -0500
+
 xfree86 (4.3.0-0pre1v3) experimental; urgency=high
 
   * Update pam_setcred() security fix to xdm to use pam_error and

Modified: branches/4.3.0/sid/debian/control
===================================================================
--- branches/4.3.0/sid/debian/control	2003-10-11 06:56:08 UTC (rev 651)
+++ branches/4.3.0/sid/debian/control	2003-10-11 07:04:00 UTC (rev 652)
@@ -824,9 +824,8 @@
 Priority: extra
 Architecture: any
 Depends: xlibs-dev (= ${Source-Version}), libc6-dev
-Conflicts: xlibs-pic
-Replaces: xlibs-pic
-Provides: xlibs-pic
+Conflicts: xlibs-pic (<< 4.3.0)
+Replaces: xlibs-pic (<< 4.3.0)
 Description: X Window System client extension library PIC archives
  This package provides PIC archives (static libraries with PIC information)
  of some of the libraries in xlibs-dev that are available in xlibs-dev as
@@ -1186,3 +1185,13 @@
  and xlibmesa-glu-dev.  This pseudopackage is only depended upon by packages
  that haven't yet corrected their dependencies to reflect the new library
  arrangement.
+
+Package: xlibs-pic
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: xlibs-static-pic
+Description: XFree86 static PIC libraries psueopackage
+ This package smooths upgrades from Debian 3.0 by depending on
+ xlibs-static-pic.  This pseudopackage is only depended upon by packages that
+ haven't yet corrected their dependencies to reflect the new package name.



Reply to: