--- kdewebdev-4.3.1.orig/debian/copyright +++ kdewebdev-4.3.1/debian/copyright @@ -0,0 +1,104 @@ +This package was debianized by the Debian Qt/KDE Maintainers on +Thu, 24 May 2007 03:02:20 +0200. + +It was downloaded from ftp://ftp.kde.org + +Upstream Authors and copyright holders: + + © 2004-2008 Paulo Moura Guedes + © 2000, 2003-2006 Michal Rudolf + © 2001-2002, 2004, 2006, 2008 Keith Isdale + © 2000-2002 Trolltech AS. + © 2002-2004 Marc Britton + © 2004, 2008 Eric Laffoon + © 2002-2004, 2008 Andras Mantia + © 2003-2004 Emiliano Gulmini + © 2001-2003, 2007 Jan Schäfer + © 1999 François Dupoux + © 2007 David Faure + © 1999 François Dupoux + © 2002 Charles Reitzel, Arlington, MA USA + © 1998-1999 Alexei Dets + + +License: + +Files under cmake/ are referencing a cmake scripts license file, unfortunately +not in the tarball. It is common for all kde modules and has the following content: + + + | Redistribution and use in source and binary forms, with or without + | modification, are permitted provided that the following conditions + | are met: + | + | 1. Redistributions of source code must retain the copyright + | notice, this list of conditions and the following disclaimer. + | 2. Redistributions in binary form must reproduce the copyright + | notice, this list of conditions and the following disclaimer in the + | documentation and/or other materials provided with the distribution. + | 3. The name of the author may not be used to endorse or promote products + | derived from this software without specific prior written permission. + | + | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +Files under doc/ + +These files are under the GNU Free Documentation License v1.2 + + | Permission is granted to copy, distribute and/or modify this + | document under the terms of the GNU Free Documentation License, + | Version 1.1 or any later version published by the Free Software + | Foundation; with no Invariant Sections, with no Front-Cover Texts, + | and with no Back-Cover Texts. + + The full text of the GNU Free Documentation License is available on + Debian systems in /usr/share/common-licenses/GFDL-1.2 + + As well, all the Manpages.dox included are under this license, unless + specified otherwise. + + +Files under kfilereplace/ +Files under kimagemapeditor/ +Files under klinkstatus/ + +These files are under the GPL v2 or later. + + +Files under kommander/ + +These files are under the GPL v2. Except: + kommander/lib/kommandercore_export.h + kommander/widgets/kommanderwidgets_export.h +that are under the LGPL v2 or later. + + +Files under kxsldbg/ + +These files are under the LGPL v2. + + +Files under templates/ + +These files are under the GPL v2 + + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in /usr/share/common-licenses/GPL-2 + +On Debian systems, the complete text of the GNU Library General Public +License version 2 can be found in /usr/share/common-licenses/LGPL-2 + + +The Debian packaging is (C) 2007-2009 by Debian Qt/KDE Maintainers and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- kdewebdev-4.3.1.orig/debian/control +++ kdewebdev-4.3.1/debian/control @@ -0,0 +1,117 @@ +Source: kdewebdev +Section: web +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Ana Beatriz Guerrero Lopez , Sune Vuorela , Xavier Vello +Build-Depends: cdbs, debhelper (>= 7), quilt, pkg-kde-tools (>= 0.4), + kdelibs5-dev (>= 4:4.3.1), kdepimlibs5-dev (>= 4:4.3.1), + libtidy-dev, zlib1g-dev, libboost1.38-dev, libxslt-dev +Standards-Version: 3.8.0 +Homepage: http://kdewebdev.org/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdewebdev +Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdewebdev + +Package: kdewebdev +Architecture: all +Section: kde +Depends: kfilereplace (>= ${source:Version}), kimagemapeditor (>= ${source:Version}), + klinkstatus (>= ${source:Version}), kxsldbg (>= ${source:Version}), + kommander (>= ${source:Version}) +Description: web development apps from the official KDE 4 release + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes a collection of web development applications + provided with the official release of KDE 4. + +Package: kfilereplace +Architecture: any +Section: kde +Depends: ${shlibs:Depends} +Description: batch search-and-replace component for KDE 4 + KFileReplace is an embedded component for KDE that acts as a batch + search-and-replace tool. It allows you to replace one expression with + another in many files at once. + . + This package is part of KDE 4 web development module. + +Package: kimagemapeditor +Architecture: any +Section: editors +Depends: ${shlibs:Depends} +Description: HTML image map editor for KDE 4 + KImageMapEditor is a tool that allows you to edit image maps in HTML + files. As well as providing a standalone application, KImageMapEditor + makes itself available as a KPart for embedding into larger applications. + . + This package is part of KDE 4 web development module. + +Package: klinkstatus +Architecture: any +Section: web +Depends: ${shlibs:Depends} +Suggests: khelpcenter4 +Description: web link validity checker for KDE 4 + KLinkStatus is KDE's web link validity checker. It allows you to + search internal and external links throughout your web site. Simply + point it to a single page and choose the depth to search. + . + You can also check local files, or files over ftp:, fish: or any other + KIO protocols. For performance, links can be checked simultaneously. + . + This package is part of KDE 4 web development module. + +Package: kxsldbg +Architecture: any +Section: text +Depends: ${shlibs:Depends} +Description: graphical XSLT debugger for KDE 4 + KXSLDbg is a debugger for XSLT scripts. It includes a graphical user + interface as well as a text-based debugger. KXSLDbg can be run as a + standalone application or as an embedded KDE part. + . + XSLT is an XML language for defining transformations of XML files from + XML to some other arbitrary format, such as XML, HTML, plain text, etc., + using standard XSLT stylesheets. + . + This package is part of KDE 4 web development module. + +Package: kommander +Architecture: any +Section: devel +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: kommander-dev +Description: visual dialog builder and executor tool + Kommander is a visual dialog building tool whose primary objective is + to create as much functionality as possible without using any scripting + language. + . + More specifically, Kommander is a set of tools that allow you to create + dynamic GUI dialogs that generate, based on their state, a piece of + text. The piece of text can be a command line to a program, any piece + of code, business documents that contain a lot of repetitious or + templated text and so on. + . + The resulting generated text can then be executed as a command line + program (hence the name "Kommander"), written to a file, passed to a + script for extended processing, and literally anything else you can + think of. And you aren't required to write a single line of code! + . + As well as building dialogs, Kommander may be expanded to create full + mainwindow applications. + . + This package is part of KDE 4 web development module. + +Package: kdewebdev-dbg +Section: debug +Architecture: any +Depends: kdebase-runtime-dbg +Suggests: kdewebdev (= ${source:Version}) +Priority: extra +Description: debugging symbols for the KDE 4 web development module + This package contains the debugging symbols associated with kdewebdev. + They will automatically be used by gdb for debugging kdewebdev-related + issues. --- kdewebdev-4.3.1.orig/debian/compat +++ kdewebdev-4.3.1/debian/compat @@ -0,0 +1 @@ +7 --- kdewebdev-4.3.1.orig/debian/installgen +++ kdewebdev-4.3.1/debian/installgen @@ -0,0 +1,20 @@ +[kommander-dev_virtual] +miss from:/kommander/ dst:usr/include/ +miss dst:usr/lib/lib[^/]+\.so$ link: +miss dst:/dbus-1/interfaces/ + +[kfilereplace] +from:/kfilereplace/ + +[kimagemapeditor] +from:/kimagemapeditor/ + +[klinkstatus] +from:/klinkstatus/ + +[kxsldbg] +from:/kxsldbg/ +from:/xsldbg/ + +[kommander] +from:/kommander/ --- kdewebdev-4.3.1.orig/debian/kommander.install +++ kdewebdev-4.3.1/debian/kommander.install @@ -0,0 +1,7 @@ +usr/bin/kommander +usr/lib/libkommandercore.so.4 +usr/lib/libkommandercore.so.4.2.0 +usr/lib/libkommanderwidgets.so +usr/lib/libkommanderwidgets.so.4 +usr/lib/libkommanderwidgets.so.4.2.0 +usr/share/applnk/.hidden/kommander.desktop --- kdewebdev-4.3.1.orig/debian/klinkstatus.install +++ kdewebdev-4.3.1/debian/klinkstatus.install @@ -0,0 +1,30 @@ +usr/bin/klinkstatus +usr/lib/kde4/automationklinkstatus.so +usr/lib/kde4/klinkstatuspart.so +usr/lib/kde4/krossmoduleklinkstatus.so +usr/lib/libklinkstatuscommon.so.4 +usr/lib/libklinkstatuscommon.so.4.0.0 +usr/share/applications/kde4/klinkstatus.desktop +usr/share/doc/kde/HTML/en/klinkstatus/common +usr/share/doc/kde/HTML/en/klinkstatus/index.cache.bz2 +usr/share/doc/kde/HTML/en/klinkstatus/index.docbook +usr/share/doc/kde/HTML/en/klinkstatus/screenshot.png +usr/share/icons/hicolor/128x128/apps/klinkstatus.png +usr/share/icons/hicolor/16x16/apps/klinkstatus.png +usr/share/icons/hicolor/22x22/apps/klinkstatus.png +usr/share/icons/hicolor/32x32/apps/klinkstatus.png +usr/share/icons/hicolor/48x48/apps/klinkstatus.png +usr/share/icons/hicolor/64x64/apps/klinkstatus.png +usr/share/kde4/apps/klinkstatus/klinkstatus_shell.rc +usr/share/kde4/apps/klinkstatus/scripts/scripts.rc +usr/share/kde4/apps/klinkstatus/scripts/statistics.rb +usr/share/kde4/apps/klinkstatus/scripts/statisticsui.ui +usr/share/kde4/apps/klinkstatus/styles/results_stylesheet.xsl +usr/share/kde4/apps/klinkstatuspart/klinkstatus_part.rc +usr/share/kde4/apps/klinkstatuspart/kpartplugins/klinkstatus_automation.rc +usr/share/kde4/apps/klinkstatuspart/kpartplugins/scripting.rc +usr/share/kde4/apps/klinkstatuspart/pics/304.png +usr/share/kde4/config/klinkstatus.knsrc +usr/share/kde4/services/klinkstatus_automation.desktop +usr/share/kde4/services/klinkstatus_part.desktop +usr/share/kde4/services/krossmoduleklinkstatus.desktop --- kdewebdev-4.3.1.orig/debian/kfilereplace.install +++ kdewebdev-4.3.1/debian/kfilereplace.install @@ -0,0 +1,45 @@ +usr/bin/kfilereplace +usr/lib/kde4/libkfilereplacepart.so +usr/share/applications/kde4/kfilereplace.desktop +usr/share/doc/kde/HTML/en/kfilereplace/addstringsdialog_window.png +usr/share/doc/kde/HTML/en/kfilereplace/backup_option.png +usr/share/doc/kde/HTML/en/kfilereplace/casesensitive_option.png +usr/share/doc/kde/HTML/en/kfilereplace/command_option.png +usr/share/doc/kde/HTML/en/kfilereplace/common +usr/share/doc/kde/HTML/en/kfilereplace/edit.png +usr/share/doc/kde/HTML/en/kfilereplace/edit_add.png +usr/share/doc/kde/HTML/en/kfilereplace/edit_remove.png +usr/share/doc/kde/HTML/en/kfilereplace/eraser.png +usr/share/doc/kde/HTML/en/kfilereplace/filereplace.png +usr/share/doc/kde/HTML/en/kfilereplace/filesearch.png +usr/share/doc/kde/HTML/en/kfilereplace/filesimulate.png +usr/share/doc/kde/HTML/en/kfilereplace/index.cache.bz2 +usr/share/doc/kde/HTML/en/kfilereplace/index.docbook +usr/share/doc/kde/HTML/en/kfilereplace/invert.png +usr/share/doc/kde/HTML/en/kfilereplace/kfr_standalone_main_window_1.png +usr/share/doc/kde/HTML/en/kfilereplace/optionsdialog_main_window_1.png +usr/share/doc/kde/HTML/en/kfilereplace/optionsdialog_main_window_2.png +usr/share/doc/kde/HTML/en/kfilereplace/project.png +usr/share/doc/kde/HTML/en/kfilereplace/projectdialog_main_window_1.png +usr/share/doc/kde/HTML/en/kfilereplace/projectdialog_main_window_2.png +usr/share/doc/kde/HTML/en/kfilereplace/recursive_option.png +usr/share/doc/kde/HTML/en/kfilereplace/regularexpression_option.png +usr/share/doc/kde/HTML/en/kfilereplace/report_example.png +usr/share/doc/kde/HTML/en/kfilereplace/results_view.png +usr/share/doc/kde/HTML/en/kfilereplace/stop.png +usr/share/doc/kde/HTML/en/kfilereplace/strings_view.png +usr/share/doc/kde/HTML/en/kfilereplace/toolbar.png +usr/share/doc/kde/HTML/en/kfilereplace/unsortedList.png +usr/share/icons/hicolor/22x22/apps/kfilereplace.png +usr/share/icons/hicolor/32x32/apps/kfilereplace.png +usr/share/icons/hicolor/48x48/apps/kfilereplace.png +usr/share/kde4/apps/kfilereplace/kfilereplaceui.rc +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/backup_option.png +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/casesensitive_option.png +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/command_option.png +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/filesimulate.png +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/invert.png +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/recursive_option.png +usr/share/kde4/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/regularexpression_option.png +usr/share/kde4/apps/kfilereplacepart/kfilereplacepartui.rc +usr/share/kde4/services/kfilereplacepart.desktop --- kdewebdev-4.3.1.orig/debian/README.source +++ kdewebdev-4.3.1/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt for upstream source code patch management. Please read +/usr/share/doc/quilt/README.source for more information how to apply, unapply, +add, modify or remove patches. + +Please note that /usr/share/doc/quilt/README.source is only available in quilt +version 0.46-4.1 or later. --- kdewebdev-4.3.1.orig/debian/rules +++ kdewebdev-4.3.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk + --- kdewebdev-4.3.1.orig/debian/changelog +++ kdewebdev-4.3.1/debian/changelog @@ -0,0 +1,204 @@ +kdewebdev (4:4.3.1-0ubuntu1) karmic; urgency=low + + * New upstream release + * debian/control: Bump Build-Depends versions + + -- Nathan Handler Fri, 28 Aug 2009 21:55:41 +0000 + +kdewebdev (4:4.3.0-0ubuntu1) karmic; urgency=low + + * New upstream release: + - Bump build-depend versions + * Merge with Debian Unstable, remaining changes: + - Keep versioned boost build-dep + - Keep Kubuntu kde docpath + + -- Jonathan Thomas Thu, 30 Jul 2009 10:26:28 -0400 + +kdewebdev (4:4.2.98-0ubuntu1) karmic; urgency=low + + * New upstream release + * debian/control: Bump Build-Depends versions + + -- Nathan Handler Wed, 22 Jul 2009 02:48:17 +0000 + +kdewebdev (4:4.2.96-0ubuntu1) karmic; urgency=low + + * New upstream beta release: + - Bump on Build-Depends versions. + + -- Michał Zając Fri, 10 Jul 2009 19:02:45 +0200 + +kdewebdev (4:4.2.95-0ubuntu1) karmic; urgency=low + + * New upstream beta release: + - Bump on Build-Depends versions + + -- Michał Zając Sun, 28 Jun 2009 02:10:45 +0200 + +kdewebdev (4:4.2.90-0ubuntu1) karmic; urgency=low + + [ Nathan Handler ] + * New upstream release + * debian/control: + - Bump Build-Depends versions + + [ Jonathan Thomas ] + * Bump libboost1.35-dev build-dep to libboost1.38-dev + + -- Nathan Handler Sat, 06 Jun 2009 18:23:42 +0000 + +kdewebdev (4:4.2.4-1) unstable; urgency=low + + * New upstream release. + + ++ Changes by Armin Berres: + + * Update patch 01 to make CMake 2.6.4 happy. + * Install libkommanderwidgets.so and add Replaces: kommander-dev. + (Closes: #524210) + + +++ Changes by Sune Vuorela: + + * Update sections. + + -- Debian Qt/KDE Maintainers Sun, 17 May 2009 17:28:43 -0400 + +kdewebdev (4:4.2.85-0ubuntu1) karmic; urgency=low + + * New upstream beta release: + - Bump build-depend versions + + -- Jonathan Thomas Thu, 14 May 2009 15:41:00 -0400 + +kdewebdev (4:4.2.2-1ubuntu1) karmic; urgency=low + + * Sync with Debian + * Change docs path for Kubuntu + + -- Jonathan Riddell Mon, 11 May 2009 13:44:18 +0000 + +kdewebdev (4:4.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Ana Beatriz Guerrero Lopez Sat, 04 Apr 2009 23:24:31 +0200 + +kdewebdev (4:4.2.1-1) experimental; urgency=low + + * New upstream release. + * Update kdewebdev-dbg: + - Replace wrong Depends on kdelibs-dbg with kdebase-runtime-dbg. + - Add Suggests on metapackage kdewebdev. + * Add Debian Vcs URLs in debian/control. + + -- Ana Beatriz Guerrero Lopez Sun, 08 Mar 2009 23:44:48 +0100 + +kdewebdev (4:4.2.0-1) experimental; urgency=low + + * New upstream release. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Bump KDE build dependencies to 4.2.0. + * Bump Standards-Version to 3.8.0 and add README.source. + * Remove explicit cmake build dependency. + * Update Suggests on khelpcenter to khelpcenter4. + * Update changelog file. + + +++ Changes by Modestas Vainius: + + * Add debian/installgen. + * Bump debian/compat and debhelper build dependency to v7 (to get more + sophisticated debian/tmp handling). + * Switch from internal debian/cdbs/kde.mk to pkg-kde-tools: + - build depend on pkg-kde-tools 0.4; + - remove debian/cdbs directory; + - replace debian/cdbs/kde.mk with + /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk in debian/rules. + + -- Debian Qt/KDE Maintainers Wed, 28 Jan 2009 19:15:14 +0100 + +kdewebdev (4:4.1.3-1) experimental; urgency=low + + * New upstream + - bump b-d. + + -- Sune Vuorela Sat, 01 Nov 2008 20:40:00 +0100 + +kdewebdev (4:4.1.2-1) experimental; urgency=low + + * New upstream release. + + -- Ana Beatriz Guerrero Lopez Tue, 30 Sep 2008 16:35:20 +0200 + +kdewebdev (4:4.1.1-1) experimental; urgency=low + + * New upstream release. + * Update patch 97 to fix linking issues. + + -- Sune Vuorela Wed, 03 Sep 2008 12:34:56 +0200 + +kdewebdev (4:4.1.0-1) experimental; urgency=low + + * New upstream release. + * Update installed files and build depends versions. + + -- Ana Beatriz Guerrero Lopez Mon, 28 Jul 2008 19:09:00 +0200 + +kdewebdev (4:4.0.98-1) experimental; urgency=low + + * New upstream release, Release Candidate 1. + + +++ Changes by Xavier Vello: + + * Update patch 97 to fix linking issues. (Closes: #491174) + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Bump build depends to >= 4:4.0.98. + + -- Debian Qt/KDE Maintainers Thu, 17 Jul 2008 17:59:03 +0200 + +kdewebdev (4:4.0.84-1) experimental; urgency=low + + * Some description tweaking in the control and copyright files. + * Add versioned build depends for kdelibs5-dev and kdepimlibs5-dev. + * Add kommander to the kdewebdev metapackage. + * Remove Suggests on kommander-dev, kdewebdev-doc-html and quanta that does + not exist in KDE 4. + + -- Ana Beatriz Guerrero Lopez Mon, 07 Jul 2008 03:01:30 +0200 + +kdewebdev (4:4.0.84-1) experimental; urgency=low + + +++ Changes by Sune Vuorela: + + * New upstream snapshot + * Kommander has arrived + * Source-Version => source:Version + * dev-stuff to not-installed + * Needs kdepimlibs, boost, libxslt and zlib during build + * Patch away the ruby condition for installing scripts. No need to have ruby + in build environment for installing ruby scripts unmodified. + * Copyright file + + +++ Changes by Matthew Rosewarne: + + * Add Homepage: to control. + + -- Debian Qt/KDE Maintainers Thu, 03 Jul 2008 10:02:19 +0200 + +kdewebdev (4:3.98.0~svn753247-1) experimental; urgency=low + + * Svn snapshot of revision 753247. + * Split out files in different packages. + * todo: update Source-Versions, review descriptions, do copyright + + -- Ana Beatriz Guerrero Lopez Sun, 30 Dec 2007 02:30:00 +0100 + +kdewebdev (4:3.97.0-1) experimental; urgency=low + + * Initial release. + + -- Ana Beatriz Guerrero Lopez Wed, 12 Dec 2007 05:59:34 +0100 --- kdewebdev-4.3.1.orig/debian/not-installed +++ kdewebdev-4.3.1/debian/not-installed @@ -0,0 +1,9 @@ +#we aren't yet shipping dev stuff. Kommander package needs to be split with with a libkommander package if we ever are going to ship them +./usr/include/kommandercore_export.h +./usr/include/kommanderplugin.h +./usr/include/kommanderwidget.h +./usr/include/specials.h +./usr/lib/libklinkstatuscommon.so +./usr/lib/libkommandercore.so +./usr/share/dbus-1/interfaces/org.kde.kdewebdev.klinkstatus.SearchManager.xml +./usr/share/dbus-1/interfaces/org.kde.kfilereplace.xml --- kdewebdev-4.3.1.orig/debian/kimagemapeditor.install +++ kdewebdev-4.3.1/debian/kimagemapeditor.install @@ -0,0 +1,26 @@ +usr/bin/kimagemapeditor +usr/lib/kde4/libkimagemapeditor.so +usr/share/applications/kde4/kimagemapeditor.desktop +usr/share/doc/kde/HTML/en/kimagemapeditor/common +usr/share/doc/kde/HTML/en/kimagemapeditor/index.cache.bz2 +usr/share/doc/kde/HTML/en/kimagemapeditor/index.docbook +usr/share/icons/hicolor/16x16/apps/kimagemapeditor.png +usr/share/icons/hicolor/22x22/actions/addpoint.png +usr/share/icons/hicolor/22x22/actions/arrow.png +usr/share/icons/hicolor/22x22/actions/circle.png +usr/share/icons/hicolor/22x22/actions/circle2.png +usr/share/icons/hicolor/22x22/actions/freehand.png +usr/share/icons/hicolor/22x22/actions/lower.png +usr/share/icons/hicolor/22x22/actions/polygon.png +usr/share/icons/hicolor/22x22/actions/raise.png +usr/share/icons/hicolor/22x22/actions/rectangle.png +usr/share/icons/hicolor/22x22/actions/removepoint.png +usr/share/icons/hicolor/32x32/apps/kimagemapeditor.png +usr/share/icons/hicolor/48x48/apps/kimagemapeditor.png +usr/share/kde4/apps/kimagemapeditor/addpointcursor.png +usr/share/kde4/apps/kimagemapeditor/freehandcursor.png +usr/share/kde4/apps/kimagemapeditor/kimagemapeditorpartui.rc +usr/share/kde4/apps/kimagemapeditor/kimagemapeditorui.rc +usr/share/kde4/apps/kimagemapeditor/polygoncursor.png +usr/share/kde4/apps/kimagemapeditor/removepointcursor.png +usr/share/kde4/services/kimagemapeditorpart.desktop --- kdewebdev-4.3.1.orig/debian/kxsldbg.install +++ kdewebdev-4.3.1/debian/kxsldbg.install @@ -0,0 +1,117 @@ +usr/bin/kxsldbg +usr/bin/xsldbg +usr/lib/kde4/libkxsldbgpart.so +usr/share/applications/kde4/kxsldbg.desktop +usr/share/dbus-1/interfaces/org.kde.kxsldbg.kxsldbg.xml +usr/share/doc/kde/HTML/en/kxsldbg/1downarrow.png +usr/share/doc/kde/HTML/en/kxsldbg/breakpoints_window.png +usr/share/doc/kde/HTML/en/kxsldbg/callstack.docbook +usr/share/doc/kde/HTML/en/kxsldbg/callstack_window.png +usr/share/doc/kde/HTML/en/kxsldbg/common +usr/share/doc/kde/HTML/en/kxsldbg/configure.png +usr/share/doc/kde/HTML/en/kxsldbg/configure_window.png +usr/share/doc/kde/HTML/en/kxsldbg/credits.docbook +usr/share/doc/kde/HTML/en/kxsldbg/entities.docbook +usr/share/doc/kde/HTML/en/kxsldbg/entities_window.png +usr/share/doc/kde/HTML/en/kxsldbg/exit.png +usr/share/doc/kde/HTML/en/kxsldbg/glossary.docbook +usr/share/doc/kde/HTML/en/kxsldbg/index.cache.bz2 +usr/share/doc/kde/HTML/en/kxsldbg/index.docbook +usr/share/doc/kde/HTML/en/kxsldbg/kxsldbg_configure.docbook +usr/share/doc/kde/HTML/en/kxsldbg/kxsldbg_inspector.docbook +usr/share/doc/kde/HTML/en/kxsldbg/kxsldbg_mainwindow.docbook +usr/share/doc/kde/HTML/en/kxsldbg/kxsldbg_tools.docbook +usr/share/doc/kde/HTML/en/kxsldbg/main_window.png +usr/share/doc/kde/HTML/en/kxsldbg/next.png +usr/share/doc/kde/HTML/en/kxsldbg/publicid_window.png +usr/share/doc/kde/HTML/en/kxsldbg/run.png +usr/share/doc/kde/HTML/en/kxsldbg/sources.docbook +usr/share/doc/kde/HTML/en/kxsldbg/sources_window.png +usr/share/doc/kde/HTML/en/kxsldbg/step.png +usr/share/doc/kde/HTML/en/kxsldbg/systemid_window.png +usr/share/doc/kde/HTML/en/kxsldbg/templates.docbook +usr/share/doc/kde/HTML/en/kxsldbg/templates_window.png +usr/share/doc/kde/HTML/en/kxsldbg/variables.docbook +usr/share/doc/kde/HTML/en/kxsldbg/variables_window.png +usr/share/doc/kde/HTML/en/kxsldbg/walk_window.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_break.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_data.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_delete.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_enable.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_output.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_refresh.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_source.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_stepdown.png +usr/share/doc/kde/HTML/en/kxsldbg/xsldbg_stepup.png +usr/share/doc/kde/HTML/en/xsldbg/commands.docbook +usr/share/doc/kde/HTML/en/xsldbg/common +usr/share/doc/kde/HTML/en/xsldbg/credits.docbook +usr/share/doc/kde/HTML/en/xsldbg/index.cache.bz2 +usr/share/doc/kde/HTML/en/xsldbg/index.docbook +usr/share/doc/kde/HTML/en/xsldbg/introduction.docbook +usr/share/doc/kde/HTML/en/xsldbg/man-xsldbg.1.docbook +usr/share/doc/kde/HTML/en/xsldbg/usage.docbook +usr/share/doc/kde/HTML/en/xsldbg/xsldbghelp.xml +usr/share/doc/kde/HTML/en/xsldbg/xsldbghelp.xsl +usr/share/icons/hicolor/16x16/actions/1downarrow.png +usr/share/icons/hicolor/16x16/actions/configure.png +usr/share/icons/hicolor/16x16/actions/exit.png +usr/share/icons/hicolor/16x16/actions/hash.png +usr/share/icons/hicolor/16x16/actions/mark.png +usr/share/icons/hicolor/16x16/actions/next.png +usr/share/icons/hicolor/16x16/actions/run.png +usr/share/icons/hicolor/16x16/actions/step.png +usr/share/icons/hicolor/16x16/actions/xsldbg_break.png +usr/share/icons/hicolor/16x16/actions/xsldbg_data.png +usr/share/icons/hicolor/16x16/actions/xsldbg_delete.png +usr/share/icons/hicolor/16x16/actions/xsldbg_enable.png +usr/share/icons/hicolor/16x16/actions/xsldbg_output.png +usr/share/icons/hicolor/16x16/actions/xsldbg_refresh.png +usr/share/icons/hicolor/16x16/actions/xsldbg_source.png +usr/share/icons/hicolor/16x16/actions/xsldbg_stepdown.png +usr/share/icons/hicolor/16x16/actions/xsldbg_stepup.png +usr/share/icons/hicolor/16x16/apps/kxsldbg.png +usr/share/icons/hicolor/22x22/actions/1downarrow.png +usr/share/icons/hicolor/22x22/actions/configure.png +usr/share/icons/hicolor/22x22/actions/exit.png +usr/share/icons/hicolor/22x22/actions/next.png +usr/share/icons/hicolor/22x22/actions/run.png +usr/share/icons/hicolor/22x22/actions/step.png +usr/share/icons/hicolor/22x22/actions/xsldbg_break.png +usr/share/icons/hicolor/22x22/actions/xsldbg_data.png +usr/share/icons/hicolor/22x22/actions/xsldbg_delete.png +usr/share/icons/hicolor/22x22/actions/xsldbg_enable.png +usr/share/icons/hicolor/22x22/actions/xsldbg_output.png +usr/share/icons/hicolor/22x22/actions/xsldbg_refresh.png +usr/share/icons/hicolor/22x22/actions/xsldbg_source.png +usr/share/icons/hicolor/22x22/actions/xsldbg_stepdown.png +usr/share/icons/hicolor/22x22/actions/xsldbg_stepup.png +usr/share/icons/hicolor/32x32/apps/kxsldbg.png +usr/share/kde4/apps/kxsldbg/empty.xml +usr/share/kde4/apps/kxsldbg/empty.xsl +usr/share/kde4/apps/kxsldbg/kxsldbg_shell.rc +usr/share/kde4/apps/kxsldbg/test1.xml +usr/share/kde4/apps/kxsldbg/test2.xml +usr/share/kde4/apps/kxsldbg/test3.xml +usr/share/kde4/apps/kxsldbg/test4.xml +usr/share/kde4/apps/kxsldbg/test_import.xsl +usr/share/kde4/apps/kxsldbg/test_include_bot.xsl +usr/share/kde4/apps/kxsldbg/test_include_top.xsl +usr/share/kde4/apps/kxsldbg/testdoc.dtd +usr/share/kde4/apps/kxsldbg/testdoc.xml +usr/share/kde4/apps/kxsldbg/testdoc.xsl +usr/share/kde4/apps/kxsldbgpart/kxsldbg_part.rc +usr/share/kde4/apps/xsldbg/empty.xml +usr/share/kde4/apps/xsldbg/empty.xsl +usr/share/kde4/apps/xsldbg/test1.xml +usr/share/kde4/apps/xsldbg/test2.xml +usr/share/kde4/apps/xsldbg/test3.xml +usr/share/kde4/apps/xsldbg/test4.xml +usr/share/kde4/apps/xsldbg/test_import.xsl +usr/share/kde4/apps/xsldbg/test_include_bot.xsl +usr/share/kde4/apps/xsldbg/test_include_top.xsl +usr/share/kde4/apps/xsldbg/testdoc.dtd +usr/share/kde4/apps/xsldbg/testdoc.xml +usr/share/kde4/apps/xsldbg/testdoc.xsl +usr/share/kde4/services/kxsldbg_part.desktop +usr/share/man/man1/xsldbg.1 --- kdewebdev-4.3.1.orig/debian/patches/97_fix_target_link_libraries.diff +++ kdewebdev-4.3.1/debian/patches/97_fix_target_link_libraries.diff @@ -0,0 +1,12 @@ +--- a/kxsldbg/kxsldbgpart/CMakeLists.txt ++++ b/kxsldbg/kxsldbgpart/CMakeLists.txt +@@ -29,7 +29,7 @@ + kde4_add_plugin(kxsldbgpart WITH_PREFIX ${kxsldbgpart_PART_SRCS}) + + +-target_link_libraries(kxsldbgpart ${KDE4_KTEXTEDITOR_LIBS} exslt ${LIBXML2_LIBRARIES} ${LIBXSLT_LIBRARIES} ${KDE4_KPARTS_LIBS} ${QT_QT3SUPPORT_LIBRARY}) ++target_link_libraries(kxsldbgpart ${KDE4_KTEXTEDITOR_LIBS} exslt ${LIBXML2_LIBRARIES} ${LIBXSLT_LIBRARIES} ${KDE4_KPARTS_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ) + + install(TARGETS kxsldbgpart DESTINATION ${PLUGIN_INSTALL_DIR}) + + --- kdewebdev-4.3.1.orig/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff +++ kdewebdev-4.3.1/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff @@ -0,0 +1,23 @@ +Provide the example scripts no matter whether ruby is available in the +build environment or not. + + +--- a/klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt ++++ b/klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt +@@ -5,9 +5,7 @@ install(FILES + macro_optional_find_package(RUBY) + macro_log_feature(RUBY_FOUND "Ruby" "An Interpreted object-oriented scripting language" "http://www.ruby-lang.org" FALSE "" "For KLinkStatus example ruby scripts") + +-if(RUBY_FOUND) + +- include_directories(${RUBY_INCLUDE_PATH}) + + install(FILES + examples/statistics/statisticsui.ui +@@ -17,6 +15,5 @@ if(RUBY_FOUND) + examples/statistics/statistics.rb + DESTINATION ${DATA_INSTALL_DIR}/klinkstatus/scripts) + +-endif(RUBY_FOUND) + + --- kdewebdev-4.3.1.orig/debian/patches/series +++ kdewebdev-4.3.1/debian/patches/series @@ -0,0 +1,2 @@ +01_no_need_to_have_interpreter_to_install_examples.diff +97_fix_target_link_libraries.diff