--- webkitkde-0.1~svn1066052.orig/debian/compat +++ webkitkde-0.1~svn1066052/debian/compat @@ -0,0 +1 @@ +7 --- webkitkde-0.1~svn1066052.orig/debian/libkwebkit-dev.install +++ webkitkde-0.1~svn1066052/debian/libkwebkit-dev.install @@ -0,0 +1,5 @@ +usr/include/KDE/KWebKitPart +usr/include/kwebkit_export.h +usr/include/kwebkitpart.h +usr/lib/libkwebkit.so +usr/share/kde4/apps/cmake/modules/FindWebKitPart.cmake --- webkitkde-0.1~svn1066052.orig/debian/rules +++ webkitkde-0.1~svn1066052/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ + +DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) +DATE := $(shell date +%y%m%d) +VERSION := $(word 1, $(subst ~, ,$(DEB_UPSTREAM_VERSION))) +DIR := ${DEB_SOURCE_PACKAGE}-${VERSION}~svn${DATE} +TAR := ${DEB_SOURCE_PACKAGE}_${VERSION}~svn${DATE}.orig.tar.gz + +get-orig-source: + cd ${DEBIAN_DIR}/.. && \ + svn export svn://anonsvn.kde.org/home/kde/trunk/playground/libs/webkitkde ${DIR} && \ + tar czf ${CURDIR}/${TAR} ${DIR} && \ + rm -r ${DIR} --- webkitkde-0.1~svn1066052.orig/debian/webkitkde.install +++ webkitkde-0.1~svn1066052/debian/webkitkde.install @@ -0,0 +1,3 @@ +usr/lib/kde4/kwebkitpart.so.1.0.0 +usr/lib/kde4/kwebkitpart.so.1 +usr/lib/kde4/kwebkitpart.so --- webkitkde-0.1~svn1066052.orig/debian/webkitkde-data.install +++ webkitkde-0.1~svn1066052/debian/webkitkde-data.install @@ -0,0 +1,4 @@ +usr/share/icons/* +usr/share/kde4/apps/kwebkitpart/kwebkitpart.rc +usr/share/kde4/apps/kwebkitpart/error.html +usr/share/kde4/services/kwebkitpart.desktop --- webkitkde-0.1~svn1066052.orig/debian/control +++ webkitkde-0.1~svn1066052/debian/control @@ -0,0 +1,54 @@ +Source: webkitkde +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jonathan Riddell +Build-Depends: debhelper (>= 7), pkg-kde-tools (>= 0.5.0), kdelibs5-dev (>= 4:4.2.85) +Standards-Version: 3.8.3 +Vcs-Bzr: lp:~kubuntu-members/webkit-open-source/webkitkde-ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-members/webkit-open-source/webkitkde-ubuntu + +Package: webkitkde +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, webkitkde-data +Recommends: konqueror +Description: WebKit KPart for Konqueror + An alternative web browser plugin for Konqueror in KDE 4 using + WebKit, a fork of KHTML. + . + This package is for testing only and offers no guarantees of + stability. + +Package: webkitkde-data +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: webkitkde +Description: WebKit KPart for Konqueror - shared data files + An alternative web browser plugin for Konqueror in KDE 4 using + WebKit, a fork of KHTML. + . + This package is for testing only and offers no guarantees of + stability. + . + This package contains the architecture-independent shared data + for the WebKit KPart. + +Package: libkwebkit1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: webkitkde +Description: Library for WebKit integration in KDE + A library to integrate the WebKit engine in KDE, used by the + WebKit KPart. + +Package: libkwebkit-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libkdewebkit1 +Description: Library for WebKit integration in KDE - development files + A library to integrate the WebKit engine in KDE, used by the + WebKit KPart. + . + This package contains headers and other development files needed to build + software that use the kwebkit library. --- webkitkde-0.1~svn1066052.orig/debian/copyright +++ webkitkde-0.1~svn1066052/debian/copyright @@ -0,0 +1,33 @@ +This package was debianised by Jonathan Riddell on +Fri, 23 Nov 2007 01:13:09 +0000. + +It was downloaded from + +Upstream Author: + + Simon Hausmann of Trolltech ASA + +Copyright: + + Copyright © 2007-2009 Trolltech ASA + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + +The Debian packaging is © 2007 Jonathan Riddell and +© 2008-2009, Guillaume Martres and is licensed under the +GPL version 2 or later, see '/usr/share/common-licenses/GPL'. --- webkitkde-0.1~svn1066052.orig/debian/changelog +++ webkitkde-0.1~svn1066052/debian/changelog @@ -0,0 +1,132 @@ +webkitkde (0.1~svn1066052-0ubuntu1) lucid; urgency=low + + * New upstream svn snapshot: + - Update .install files + + -- Jonathan Thomas Fri, 25 Dec 2009 09:35:36 -0500 + +webkitkde (0.1~svn1059630-0ubuntu1) lucid; urgency=low + + * New upstream svn snapshot: + - Remove libwebkitkde packaging, moved to kde4libs + - Rename libkdewebkit library packaging to its new name, libkwebkit + - Remove libwebkitkde1 depend from webkitkde package, this library + is now part of kdelibs + - Update webkitkde-data.install + * Port packaging to dh short rules: + - Use dh short rules with kde addon in debian/rules + - Remove cdbs build-dep + - Bump compat version to 7 + - Bump pkg-kde-tools build-depend version to (>= 0.5.0) + - Update .install files for new path + * Bump Standards-Version to 3.8.3 + + -- Jonathan Thomas Tue, 08 Dec 2009 16:55:39 -0500 + +webkitkde (0.1~svn1023063-0ubuntu1) karmic; urgency=low + + * New upstream snapshot + + -- Jonathan Riddell Tue, 15 Sep 2009 18:12:02 +0100 + +webkitkde (0.1~svn090719-0ubuntu1) karmic; urgency=low + + * New upstream snapshot + * Bump Standards-Version to 3.8.2, no changes needed + + -- Jonathan Thomas Sun, 19 Jul 2009 13:33:41 -0400 + +webkitkde (0.1~svn090611-0ubuntu1) karmic; urgency=low + + * New upstream snapshot (LP: #345420): + - Remove libkdenetwork packaging, it doesn't seem to be built anymore + * Bump compat to 7 + * debian/control: + - Bump debhelper build-depend dep to 7 for pkg-kde-tools use + - Add build-depend on pkg-kde-tools + - Remove now-unnecessary build-depend on cmake + - Bump kdelibs5-dev build-depend to the most recent version to dep on + cmake + - All binary packages depend on ${misc:Depends} to satisfy lintian + * debian/rules: + - Transition from kde4.mk from cdbs to kde.mk from pkg-kde-tools + * Update .install files for new build system + + -- Jonathan Thomas Thu, 11 Jun 2009 21:31:13 -0400 + +webkitkde (0.1~svn090218-0ubuntu1) jaunty; urgency=low + + [ Jonathan Thomas ] + * debian/rules: + - Remove obsolete THIS_SHOULD_GO_TO_UNSTABLE := 1 + * debian/control: + - Remove now-unnecessary build-dep on quilt + + [ Guillaume Martres ] + * New upstream snapshot + * debian/control: + - Added binary packages libkdenetwork1, libkdenetwork-dev, libwebkitkde1 + and libwebkitkde-dev + - Added necessary build-dep to handle the new packages + * Updated debian/{libkdewebkit-dev,webkitkde-data}.install + * Added debian/{libkdenetwork1,libkdenetwork-dev,libwebkitkde1, + libwebkitkde-dev}.install + * debian/copyright: + - Updated copyright years, added myself to the packaging copyright + - Use © instead of (C) as requested by lintian + + -- Guillaume Martres Wed, 18 Feb 2009 23:02:22 +0100 + +webkitkde (0.1~svn080826-0ubuntu1) intrepid; urgency=low + + * New upstream snapshot + * debian/rules: + - now use /usr/share/cdbs/1/class/kde4.mk + * removed debian/cdbs/, no longer needed with kde4.mk + * debian/control: + - ensure cdbs version to be (>= 0.4.52ubuntu2) for kde4.mk + - added binary packages webkitkde-data, libkdewebkit1 and libkdewebkit1-dev + * added debian/libkdewebkit-dev.install, debian/libkdewebkit1.install, + debian/webkitkde-data.install and debian/webkitkde.install + + -- Guillaume Martres Tue, 26 Aug 2008 20:52:49 +0200 + +webkitkde (0.1~svn080619-0ubuntu1) intrepid; urgency=low + + * New upstream snapshot + * debian/control: + - Bumped Standards-Version to 3.8.0.1 + - Recommends konqueror instead of konqueror-kde4 + - Removed Build-Deps on libqtwebkit-dev + - Bumped kdelibs5-dev Build-Deps version to >= 4:4.0.80 for Qt 4.4 + - Use 0.1~svn$DATE instead of 0.1~svn$REVISION for version number + * debian/rules: + - Removed LDFLAGS change + - Added get-orig-source target + + -- Guillaume Martres Thu, 19 Jun 2008 22:10:28 +0200 + +webkitkde (0~svn750780-0ubuntu1) hardy; urgency=low + + * New upstream release + * Dropped kubuntu_01_no_progress_dialogue.diff - implemented upstream + * Updated debian/cdbs to contain the latest checkout in use for our KDE 4 + packages + * Updated debian/rules accordingly + * Updated debian/control - bumped standards to 3.7.3 and libqtwebkit-dev to + 0~svn27674-2 + + -- Richard A. Johnson Mon, 14 Jan 2008 10:25:58 -0600 + +webkitkde (0~svn740325-0ubuntu2) hardy; urgency=low + + * Add kubuntu_01_no_progress_dialogue.diff from upstream, stops + showing 100 dialogue boxes + + -- Jonathan Riddell Thu, 20 Dec 2007 11:06:01 +0000 + +webkitkde (0~svn740325-0ubuntu1) hardy; urgency=low + + * Initial snapshot + + -- Jonathan Riddell Fri, 23 Nov 2007 01:02:57 +0000 --- webkitkde-0.1~svn1066052.orig/debian/libkwebkit1.install +++ webkitkde-0.1~svn1066052/debian/libkwebkit1.install @@ -0,0 +1,2 @@ +usr/lib/libkwebkit.so.1.0.0 +usr/lib/libkwebkit.so.1