Package: cutycapt
Version: 0.0~svn6-1
Tags: patch
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/control: Add libqtwebkit-dev to build-dep, fixes
FTBFS
We thought you might be interested in doing the same.
diff -Nru cutycapt-0.0~svn6/debian/changelog cutycapt-0.0~svn6/debian/changelog
--- cutycapt-0.0~svn6/debian/changelog 2010-06-28 20:22:29.000000000 +0100
+++ cutycapt-0.0~svn6/debian/changelog 2010-10-29 18:52:00.000000000 +0100
@@ -1,3 +1,10 @@
+cutycapt (0.0~svn6-1ubuntu1) natty; urgency=low
+
+ * debian/control: Add libqtwebkit-dev to build-dep, fixes
+ FTBFS (LP: #668449)
+
+ -- Roy Jamison <[email protected]> Fri, 29 Oct 2010 18:44:40 +0100
+
cutycapt (0.0~svn6-1) unstable; urgency=low
* Initial release (Closes: #587446)
diff -Nru cutycapt-0.0~svn6/debian/control cutycapt-0.0~svn6/debian/control
--- cutycapt-0.0~svn6/debian/control 2010-06-28 19:37:42.000000000 +0100
+++ cutycapt-0.0~svn6/debian/control 2010-10-29 18:44:56.000000000 +0100
@@ -1,11 +1,13 @@
Source: cutycapt
Section: web
Priority: optional
-Maintainer: David Paleino <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: David Paleino <[email protected]>
Build-Depends:
debhelper (>= 7.4.12~)
, libqt4-dev (>= 4.4.0)
, qt4-qmake
+ , libqtwebkit-dev
Standards-Version: 3.9.0
Homepage: http://cutycapt.sourceforge.net/
Vcs-Git: git://git.debian.org/collab-maint/cutycapt.git