diff -Nru diffpdf-1.1.2/debian/changelog diffpdf-1.1.2/debian/changelog --- diffpdf-1.1.2/debian/changelog 2010-06-06 16:12:13.000000000 -0400 +++ diffpdf-1.1.2/debian/changelog 2010-06-30 14:06:08.000000000 -0400 @@ -1,3 +1,9 @@ +diffpdf (1.1.2-1ubuntu1) maverick; urgency=low + + * casting error fix required for armel platform. (LP: #600330) + + -- David Sugar Wed, 30 Jun 2010 13:12:56 -0400 + diffpdf (1.1.2-1) unstable; urgency=low * New upstream release diff -Nru diffpdf-1.1.2/debian/control diffpdf-1.1.2/debian/control --- diffpdf-1.1.2/debian/control 2010-06-06 16:12:13.000000000 -0400 +++ diffpdf-1.1.2/debian/control 2010-06-30 13:13:52.000000000 -0400 @@ -1,7 +1,8 @@ Source: diffpdf Section: utils Priority: optional -Maintainer: David Paleino +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: David Paleino Build-Depends: debhelper (>= 7.0.50~) , qt4-qmake diff -Nru diffpdf-1.1.2/debian/patches/debian-changes-1.1.2-1ubuntu1 diffpdf-1.1.2/debian/patches/debian-changes-1.1.2-1ubuntu1 --- diffpdf-1.1.2/debian/patches/debian-changes-1.1.2-1ubuntu1 1969-12-31 19:00:00.000000000 -0500 +++ diffpdf-1.1.2/debian/patches/debian-changes-1.1.2-1ubuntu1 2010-06-30 14:06:26.000000000 -0400 @@ -0,0 +1,36 @@ +Description: Upstream changes introduced in version 1.1.2-1ubuntu1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + diffpdf (1.1.2-1ubuntu1) maverick; urgency=low + . + * casting error fix required for armel platform. (LP: #600330) + . + The person named in the Author field signed this changelog entry. +Author: David Sugar +Bug-Ubuntu: https://bugs.launchpad.net/bugs/600330 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Forwarded: +Reviewed-By: +Last-Update: + +--- diffpdf-1.1.2.orig/mainwindow.cpp ++++ diffpdf-1.1.2/mainwindow.cpp +@@ -1018,7 +1018,7 @@ MainWindow::Difference MainWindow::getTh + void MainWindow::options() + { + QSettings settings; +- double ruleWidth = settings.value("RuleWidth", 1.5).toDouble(); ++ qreal ruleWidth = settings.value("RuleWidth", 1.5).toDouble(); + bool combineTextHighlighting = + settings.value("CombineTextHighlighting", true).toBool(); + int cacheSize = QPixmapCache::cacheLimit() / 1000; diff -Nru diffpdf-1.1.2/debian/patches/series diffpdf-1.1.2/debian/patches/series --- diffpdf-1.1.2/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ diffpdf-1.1.2/debian/patches/series 2010-06-30 13:14:16.000000000 -0400 @@ -0,0 +1 @@ +debian-changes-1.1.2-1ubuntu1