Package: crossvc Version: 1.5.2-1 Severity: normal User: [EMAIL PROTECTED] Usertag: libqt3-compat-headers
Trying to remove the ancient libqt3-compat-headers from the archive. Here is an NMU that removes the build dependency and fixes an include. Thanks, Barry deFreese
diff -u crossvc-1.5.2/debian/control crossvc-1.5.2/debian/control --- crossvc-1.5.2/debian/control +++ crossvc-1.5.2/debian/control @@ -2,7 +2,7 @@ Section: non-free/devel Priority: optional Maintainer: Andreas Fester <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), dpatch, libqt3-compat-headers, libqt3-mt-dev, libfam-dev, help2man +Build-Depends: debhelper (>= 5), dpatch, libqt3-mt-dev, libfam-dev, help2man Build-Conflicts: kdelibs-dev Standards-Version: 3.7.2 diff -u crossvc-1.5.2/debian/changelog crossvc-1.5.2/debian/changelog --- crossvc-1.5.2/debian/changelog +++ crossvc-1.5.2/debian/changelog @@ -1,3 +1,11 @@ +crossvc (1.5.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove libqt3-compat-headers build-dep. + * 30-qt3_headers.dpatch - Remove old qt3-compat header. + + -- Barry deFreese <[EMAIL PROTECTED]> Mon, 04 Feb 2008 20:14:47 -0500 + crossvc (1.5.2-1) unstable; urgency=low * New upstream release diff -u crossvc-1.5.2/debian/patches/00list crossvc-1.5.2/debian/patches/00list --- crossvc-1.5.2/debian/patches/00list +++ crossvc-1.5.2/debian/patches/00list @@ -2,0 +3 @@ +30-qt3_headers only in patch2: unchanged: --- crossvc-1.5.2.orig/debian/patches/30-qt3_headers.dpatch +++ crossvc-1.5.2/debian/patches/30-qt3_headers.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 30-qt3_headers.dpatch by <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Include qpointarry.h instead of old qarray.h + [EMAIL PROTECTED]@ +diff -urNad crossvc-1.5.2~/src/CvsFileViewer.h crossvc-1.5.2/src/CvsFileViewer.h +--- crossvc-1.5.2~/src/CvsFileViewer.h 2006-05-14 10:17:02.000000000 -0400 ++++ crossvc-1.5.2/src/CvsFileViewer.h 2008-02-04 20:17:28.000000000 -0500 +@@ -77,7 +77,7 @@ + + #include "config.h" + +-#include <qarray.h> ++#include <qpointarray.h> + #include <qptrlist.h> + + #include "qttableview.h"