Package: fox1.2 Version: 1.2.13-1.1 Severity: serious Tags: patch fixed Hi Torsten,
Under the 0-day NMU policy for the C++ ABI transition, I have prepared an NMU for fox1.2, since there are other packages in the archive that are waiting on this library before they can transition to g++ 4.0. The diff for this NMU is attached; the NMU will be uploaded shortly. If you see any problems with the pach, let me know so I can have the package rejected out of NEW. -- Steve Langasek postmodern programmer
diff -u fox1.2-1.2.13/debian/control fox1.2-1.2.13/debian/control
--- fox1.2-1.2.13/debian/control
+++ fox1.2-1.2.13/debian/control
@@ -2,11 +2,13 @@
Maintainer: Torsten Landschoff <[EMAIL PROTECTED]>
Priority: optional
Standards-Version: 3.6.1
-Build-Depends: libjpeg62-dev, libpng12-dev, zlib1g-dev, libx11-dev,
libxext-dev, xlibmesa-gl-dev, xlibmesa-glu-dev, debhelper (>= 4.0), g++ (>=
2:3.2), libtiff4-dev, libcupsys2-dev, libxcursor-dev, libxft-dev
+Build-Depends: libjpeg62-dev, libpng12-dev, zlib1g-dev, libx11-dev,
libxext-dev, xlibmesa-gl-dev, libglu1-xorg-dev | xlibmesa-glu-dev, debhelper
(>= 4.0), g++ (>= 2:3.2), libtiff4-dev, libcupsys2-dev, libxcursor-dev,
libxft-dev
-Package: libfox1.2
+Package: libfox1.2c2
Section: libs
Depends: ${shlibs:Depends}
+Conflicts: libfox1.2
+Replaces: libfox1.2
Architecture: any
Description: The FOX C++ GUI Toolkit
FOX is a C++ based Toolkit for developing Graphical User Interfaces
@@ -18,7 +20,7 @@
Package: libfox1.2-dev
Section: libdevel
-Depends: libfox1.2 (= ${Source-Version})
+Depends: libfox1.2c2 (= ${Source-Version})
Conflicts: libfox1.0-dev
Architecture: any
Description: Development files for the FOX C++ GUI Toolkit
diff -u fox1.2-1.2.13/debian/changelog fox1.2-1.2.13/debian/changelog
--- fox1.2-1.2.13/debian/changelog
+++ fox1.2-1.2.13/debian/changelog
@@ -1,3 +1,14 @@
+fox1.2 (1.2.13-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Medium-urgency upload for RC bugfix.
+ * Rebuild against g++-4.0 for the C++ ABI transition, renaming libfox1.2
+ to libfox1.2c2 and conflicting with libfox1.2.
+ * Update build-dependencies to use either xlibmesa-glu-dev or
+ libglu1-xorg-dev, whichever is available
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Sat, 16 Jul 2005 16:21:40 -0700
+
fox1.2 (1.2.13-1.1) unstable; urgency=low
* Added conflicts to libfox1.0-dev (Closes: #303327).
reverted:
--- fox1.2-1.2.13/debian/libfox1.2.install
+++ fox1.2-1.2.13.orig/debian/libfox1.2.install
@@ -1 +0,0 @@
-/usr/lib/lib*so.*
only in patch2:
unchanged:
--- fox1.2-1.2.13.orig/debian/libfox1.2c2.install
+++ fox1.2-1.2.13/debian/libfox1.2c2.install
@@ -0,0 +1 @@
+/usr/lib/lib*so.*
signature.asc
Description: Digital signature

