[SCM] konqueror packaging branch, master, updated. 5f2c6d237e526aecb51ad069e012b69cadbb293b

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Dec 22 16:03:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/konqueror.git;a=commitdiff;h=7b66de1

The following commit has been merged in the master branch:
commit 7b66de158c56c8eafaf25d9df4c7195c3cdbdf6b
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Dec 15 19:11:35 2016 +0000

    updates for 16.12
---
 debian/changelog                   |   5 +
 debian/control                     | 102 ++++++++++++++++
 debian/copyright                   |  59 +++++++++
 debian/konq-plugins.install        |  51 ++++++++
 debian/konqueror.install           |  36 ++++++
 debian/konqueror.lintian-overrides |   4 +
 debian/konqueror.manpages          |   2 +
 debian/konqueror.postinst          |  22 ++++
 debian/konqueror.prerm             |  22 ++++
 debian/libkf5konq-dev.install      |   4 +
 debian/libkf5konq6.install         |   1 +
 debian/man/kfmclient.1             |  58 +++++++++
 debian/man/konqueror.1             | 239 +++++++++++++++++++++++++++++++++++++
 debian/rules                       |  10 ++
 debian/source/format               |   1 +
 debian/upstream/metadata           |   7 ++
 debian/watch                       |   2 +
 17 files changed, 625 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9ef9958
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+konqueror (4:16.12.0-0neon) xenial; urgency=medium
+
+  * Initial release. 
+
+ -- Raymond Wooninck <tittiatcoke at gmail.com>  Mon, 07 Nov 2016 18:50:18 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fb40865
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,102 @@
+Source: konqueror
+Section: kde
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Sune Vuorela <sune at debian.org>,
+           Fathi Boudra <fabo at debian.org>,
+           Modestas Vainius <modax at debian.org>,
+           George Kiagiadakis <kiagiadakis.george at gmail.com>,
+           Eshat Cakar <info at eshat.de>,
+           Maximiliano Curia <maxy at debian.org>
+Build-Depends: cmake (>= 2.8.9~),
+               debhelper (>= 9),
+               extra-cmake-modules (>= 1.7.0),
+               kded5-dev,
+               libkf5archive-dev,
+               libkf5crash-dev,
+               libkf5doctools-dev,
+               libkf5kcmutils-dev,
+               libkf5kdelibs4support-dev,
+               libkf5khtml-dev,
+               libkf5parts-dev,
+               libqt5webengine5-dev,
+               libqt5x11extras5-dev,
+               libx11-dev,
+               pkg-config,
+               pkg-kde-tools (>= 0.12),
+               qtbase5-dev (>= 5.4)
+Standards-Version: 3.9.8
+Homepage: http://www.kde.org/
+Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kde-baseapps.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kde-baseapps.git
+
+Package: konqueror
+Section: web
+Architecture: any
+Provides: info-browser, man-browser, www-browser
+Depends: dolphin, install-info, ${misc:Depends}, ${shlibs:Depends}
+Recommends: kfind, kpart-webkit
+Description: advanced file manager, web browser and document viewer
+ Konqueror is the KDE web browser and advanced file manager.
+ .
+ Konqueror is a standards-compliant web browser, supporting HTML 5, Java,
+ JavaScript, CSS3, and Netscape plugins such as Flash.
+ .
+ It supports advanced file management on local UNIX filesystems, with flexible
+ views, network transparency, and embedded file viewing.
+ .
+ It is the canvas for many KDE technologies, from remote file access via KIO to
+ component embedding via the KParts object interface, making it one of the most
+ customizable applications available.
+
+Package: konq-plugins
+Architecture: any
+Depends: konqueror (>= 4:4.1.0), ${misc:Depends}, ${shlibs:Depends}
+Enhances: konqueror
+Recommends: imagemagick
+Description: plugins for Konqueror, the KDE file/web/document browser
+ This package contains a variety of useful plugins for Konqueror, the
+ file manager, web browser and document viewer for KDE.  Many of these
+ plugins will appear in Konqueror's Tools menu.
+ .
+ Web navigation plugins:
+  - Akregator feed icon: allows one to add a feed to Akregator from Konqueror
+  - Auto Refresh: refresh a webpage at a given rate
+  - Bookmarklets: enables the use of bookmarklets, bookmarks containing
+    JavaScript code
+  - Document Relations: displays the document relations of a document
+  - DOM Tree Viewer: view the DOM tree of the current page
+  - KHTML Settings: fast way to change the JavaScript/images/cookies settings
+  - Microformat Icon: displays an icon in the statusbar if the page contains
+    a microformat
+  - Search Bar: launches web searches from the Konqueror's toolbar
+  - Translate: language translation for the current page using Babelfish
+  - UserAgent Changer: quick switch of the UserAgent used for the current site
+  - Website Validators: CSS and HTML validation tools
+  - Web Archiver: creates archives of websites
+  - Crash manager: restores your opened tabs if Konqueror crashes (disabled
+    by default as Konqueror has this feature builtin)
+ .
+ File management plugins:
+  - Image Gallery: an easy way to generate a HTML image gallery
+  - File Size View (kpart): a proportional view of directories and files
+    based on file size
+  - Transform Image (service menu): rotate and flip images
+  - Convert To (service menu): convert and image to another format
+  - Directory Filter (dolphin): filter directory views
+
+Package: libkf5konq6
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: core libraries for Konqueror
+ This package contains libraries used by several KDE 4 applications,
+ particularly Konqueror.
+
+Package: libkf5konq-dev
+Section: libdevel
+Architecture: any
+Depends: libkf5konq6 (= ${binary:Version}), ${misc:Depends}
+Description: development files for the Konqueror libraries
+ This package contains development files for building software that uses the
+ Konqueror libraries.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4b2c35e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,59 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: konqueror
+Source: http://download.kde.org
+
+Files: *
+Copyright: (C) 1996-2016 Started by Torben Weis <weis at kde.org>
+           (C) 1996-2016 David Faure <faure at kde.org>
+           (C) 1996-2016 Simon Hausmann <hausmann at kde.org>
+           (C) 1996-2016 Matthias Welk <welk at fokus.gmd.de>
+           (C) 1996-2016 Michael Reiher <michael.reiher at gmx.de>
+           (C) 1996-2016 Alexander Neundorf <neundorf at kde.org> (List views)
+           (C) 1996-2016 Michael Brade <brade at kde.org> (List Views, I/O lib)
+           (C) 1996-2016 Lars Knoll <knoll at kde.org> (HTML rendering engine)
+           (C) 1996-2016 Antti Koivisto <koivisto at kde.org> (HTML rendering engine)
+           (C) 1996-2016 Waldo Bastian <bastian at kde.org> (HTML rendering engine)
+           (C) 1996-2016 Matt Koss <koss at miesto.sk> (I/O lib)
+           (C) 1996-2016 Stephan Kulow <coolo at kde.org> (I/O lib)
+           (C) 1996-2016 Richard Moore <rich at kde.org> (Java applet support)
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2016 Raymond Wooninck <tittiatcoke at gmail.com>
+License: GPL-2+
+
+Files: webenginepart/*
+Copyright: (C) 2009 Dawit Alemayehu <adawit at kde.org>
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 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 Lesser General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/konq-plugins.install b/debian/konq-plugins.install
new file mode 100644
index 0000000..994da8c
--- /dev/null
+++ b/debian/konq-plugins.install
@@ -0,0 +1,51 @@
+etc/xdg/translaterc
+usr/bin/fsview
+usr/lib/*/qt5/plugins/akregatorkonqfeedicon.so
+usr/lib/*/qt5/plugins/autorefresh.so
+usr/lib/*/qt5/plugins/babelfishplugin.so
+usr/lib/*/qt5/plugins/dirfilterplugin.so
+usr/lib/*/qt5/plugins/domtreeviewerplugin.so
+usr/lib/*/qt5/plugins/fsviewpart.so
+usr/lib/*/qt5/plugins/khtmlsettingsplugin.so
+usr/lib/*/qt5/plugins/kimgallery.so
+usr/lib/*/qt5/plugins/konq_shellcmdplugin.so
+usr/lib/*/qt5/plugins/minitoolsplugin.so
+usr/lib/*/qt5/plugins/rellinksplugin.so
+usr/lib/*/qt5/plugins/searchbarplugin.so
+usr/lib/*/qt5/plugins/validatorsplugin.so
+usr/lib/*/qt5/plugins/webarchiverplugin.so
+usr/lib/*/qt5/plugins/webarchivethumbnail.so
+usr/share/akregator/pics/feed.png
+usr/share/config.kcfg/validators.kcfg
+usr/share/dolphinpart/
+usr/share/domtreeviewer/
+usr/share/fsview/
+usr/share/fsview/fsview_part.rc
+usr/share/icons/hicolor/16x16/actions/babelfish.png
+usr/share/icons/hicolor/16x16/actions/cssvalidator.png
+usr/share/icons/hicolor/16x16/actions/htmlvalidator.png
+usr/share/icons/hicolor/16x16/actions/imagegallery.png
+usr/share/icons/hicolor/16x16/actions/validators.png
+usr/share/icons/hicolor/16x16/actions/webarchiver.png
+usr/share/icons/hicolor/22x22/actions/babelfish.png
+usr/share/icons/hicolor/22x22/actions/cssvalidator.png
+usr/share/icons/hicolor/22x22/actions/htmlvalidator.png
+usr/share/icons/hicolor/22x22/actions/imagegallery.png
+usr/share/icons/hicolor/22x22/actions/validators.png
+usr/share/icons/hicolor/22x22/actions/webarchiver.png
+usr/share/icons/hicolor/22x22/apps/fsview.png
+usr/share/icons/hicolor/32x32/actions/htmlvalidator.png
+usr/share/icons/hicolor/32x32/actions/validators.png
+usr/share/icons/hicolor/32x32/apps/fsview.png
+usr/share/icons/hicolor/48x48/actions/htmlvalidator.png
+usr/share/icons/hicolor/48x48/actions/validators.png
+usr/share/icons/hicolor/64x64/actions/htmlvalidator.png
+usr/share/icons/hicolor/64x64/actions/validators.png
+usr/share/icons/oxygen/scalable/actions/htmlvalidator.svgz
+usr/share/icons/oxygen/scalable/actions/validators.svgz
+usr/share/kf5/kbookmark/directory_bookmarkbar.desktop
+usr/share/khtml/
+usr/share/kservices5/filebehavior.desktop
+usr/share/kservices5/fsview_part.desktop
+usr/share/kservices5/khtml_*.desktop
+usr/share/kservices5/webarchivethumbnail.desktop
diff --git a/debian/konqueror.install b/debian/konqueror.install
new file mode 100644
index 0000000..e139d50
--- /dev/null
+++ b/debian/konqueror.install
@@ -0,0 +1,36 @@
+etc/xdg/autostart/konqy_preload.desktop
+usr/bin/kfmclient
+usr/bin/konqueror
+usr/lib/*/libkdeinit5_kfmclient.so
+usr/lib/*/libkdeinit5_konqueror.so
+usr/lib/*/libkonquerorprivate.so.*
+usr/lib/*/libkwebenginepartlib.so
+usr/lib/*/qt5/plugins/kcm_bookmarks.so
+usr/lib/*/qt5/plugins/kcm_konq.so
+usr/lib/*/qt5/plugins/kcm_konqhtml.so
+usr/lib/*/qt5/plugins/kcm_performance.so
+usr/lib/*/qt5/plugins/kf5/parts/webenginepart.so
+usr/lib/*/qt5/plugins/konq_aboutpage.so
+usr/share/applications/kfmclient.desktop
+usr/share/applications/kfmclient_*.desktop
+usr/share/applications/konqbrowser.desktop
+usr/share/config.kcfg/konqueror.kcfg
+usr/share/dbus-1/interfaces/org.kde.Konqueror.*.xml
+usr/share/doc/HTML/*/kcontrol5/
+usr/share/doc/HTML/*/konqueror/
+usr/share/icons/hicolor/*/apps/konqueror.png
+usr/share/icons/hicolor/*/apps/webengine.png
+usr/share/kcmcss/
+usr/share/kcontrol/pics/*png
+usr/share/konqueror/
+usr/share/kservices5/bookmarks.desktop
+usr/share/kservices5/kcmkonqyperformance.desktop
+usr/share/kservices5/kcmperformance.desktop
+usr/share/kservices5/konq_aboutpage.desktop
+usr/share/kservices5/org.kde.konqueror.desktop
+usr/share/kservices5/webenginepart.desktop
+usr/share/kservicetypes5/konqaboutpage.desktop
+usr/share/kwebkitpart/
+usr/share/kxmlgui5/konqueror/
+usr/share/kxmlgui5/webenginepart/
+usr/share/metainfo/org.kde.konqueror.appdata.xml
diff --git a/debian/konqueror.lintian-overrides b/debian/konqueror.lintian-overrides
new file mode 100644
index 0000000..beafbda
--- /dev/null
+++ b/debian/konqueror.lintian-overrides
@@ -0,0 +1,4 @@
+konqueror: package-name-doesnt-match-sonames libkdeinit5-kfmclient libkdeinit5-konqueror libkonquerorprivate5 libkwebenginepartlib
+konqueror: shlib-without-versioned-soname usr/lib/x86_64-linux-gnu/libkdeinit5_kfmclient.so libkdeinit5_kfmclient.so
+konqueror: shlib-without-versioned-soname usr/lib/x86_64-linux-gnu/libkwebenginepartlib.so libkwebenginepartlib.so
+konqueror: shlib-without-versioned-soname usr/lib/x86_64-linux-gnu/libkdeinit5_konqueror.so libkdeinit5_konqueror.so
diff --git a/debian/konqueror.manpages b/debian/konqueror.manpages
new file mode 100644
index 0000000..40b7d0d
--- /dev/null
+++ b/debian/konqueror.manpages
@@ -0,0 +1,2 @@
+debian/man/kfmclient.1
+debian/man/konqueror.1
diff --git a/debian/konqueror.postinst b/debian/konqueror.postinst
new file mode 100644
index 0000000..60dab12
--- /dev/null
+++ b/debian/konqueror.postinst
@@ -0,0 +1,22 @@
+#! /bin/sh -e
+
+case "$1" in
+    configure)
+	update-alternatives --install /usr/bin/x-www-browser \
+	    x-www-browser /usr/bin/konqueror 30 \
+	    --slave /usr/share/man/man1/x-www-browser.1.gz \
+	    x-www-browser.1.gz /usr/share/man/man1/konqueror.1.gz
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/konqueror.prerm b/debian/konqueror.prerm
new file mode 100644
index 0000000..dc7be8e
--- /dev/null
+++ b/debian/konqueror.prerm
@@ -0,0 +1,22 @@
+#! /bin/sh -e
+
+case "$1" in
+    remove)
+        update-alternatives --remove x-www-browser /usr/bin/konqueror
+    ;;
+
+    upgrade|deconfigure)
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/libkf5konq-dev.install b/debian/libkf5konq-dev.install
new file mode 100644
index 0000000..fc922c6
--- /dev/null
+++ b/debian/libkf5konq-dev.install
@@ -0,0 +1,4 @@
+usr/include/KF5/konq_*.h
+usr/include/KF5/libkonq_export.h
+usr/lib/*/cmake/KF5Konq/
+usr/lib/*/libKF5Konq.so
diff --git a/debian/libkf5konq6.install b/debian/libkf5konq6.install
new file mode 100644
index 0000000..cb42ba4
--- /dev/null
+++ b/debian/libkf5konq6.install
@@ -0,0 +1 @@
+usr/lib/*/libKF5Konq.so.*
diff --git a/debian/man/kfmclient.1 b/debian/man/kfmclient.1
new file mode 100644
index 0000000..5a53c4f
--- /dev/null
+++ b/debian/man/kfmclient.1
@@ -0,0 +1,58 @@
+.\" This file was generated by kdemangen.pl
+.TH KFMCLIENT 1 "Aug 2008" "K Desktop Environment" "KDE tool for opening URLs from the command line"
+.SH NAME
+kfmclient
+\- KDE tool for opening URLs from the command line
+.SH SYNOPSIS
+kfmclient [KDE\-tempfile\-options] [options] command [URL(s)] 
+.SH DESCRIPTION
+KDE tool for opening URLs from the command line
+.SH OPTIONS
+.SS
+.SS Arguments:
+.TP
+.B command
+Command (see --commands)
+URL(s)                    Arguments for command
+.SS Options:
+.TP
+.B  \-\-noninteractive  
+Non interactive use: no message boxes
+.TP
+.B  \-\-commands  
+Show available commands
+.SS 
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-kde\-tempfile  
+Show KDE-tempfile specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center.  You can also enter the URL
+.BR help:/kfmclient/
+directly into konqueror or you can run 
+.BR "`khelpcenter help:/kfmclient/'"
+from the command-line.
+.br
+.SH AUTHORS
+.nf
+
diff --git a/debian/man/konqueror.1 b/debian/man/konqueror.1
new file mode 100644
index 0000000..ad3acad
--- /dev/null
+++ b/debian/man/konqueror.1
@@ -0,0 +1,239 @@
+.\" This file was generated by kdemangen.pl
+.TH KONQUEROR 1 "Aug 2008" "K Desktop Environment" "Web browser, file manager and document viewer."
+.SH NAME
+konqueror
+\- Web browser, file manager and document viewer.
+.SH SYNOPSIS
+konqueror [Qt\-options] [KDE\-options] [KDE\-tempfile\-options] [options] [URL] 
+.SH DESCRIPTION
+Web browser, file manager and document viewer.
+.SH OPTIONS
+.SS
+.SS Arguments:
+.TP
+.B URL
+Location to open
+.SS Options:
+.TP
+.B  \-\-silent  
+Start without a default window
+.TP
+.B  \-\-preload  
+Preload for later use
+.TP
+.B  \-\-profile  <profile>
+Profile to open
+.TP
+.B  \-\-profiles  
+List available profiles
+.TP
+.B  \-\-mimetype  <mimetype>
+Mimetype to use for this URL (e.g. text/html or inode/directory)
+.TP
+.B  \-\-select  
+For URLs that point to files, opens the directory and selects the file, instead of opening the actual file
+.SS 
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-qt  
+Show Qt specific options
+.TP
+.B  \-\-help\-kde  
+Show KDE specific options
+.TP
+.B  \-\-help\-kde\-tempfile  
+Show KDE-tempfile specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+.SS KDE options:
+.TP
+.B  \-\-caption  <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B  \-\-icon  <icon>
+Use 'icon' as the application icon
+.TP
+.B  \-\-config  <filename>
+Use alternative configuration file
+.TP
+.B  \-\-nocrashhandler  
+Disable crash handler, to get core dumps
+.TP
+.B  \-\-waitforwm  
+Waits for a WM_NET compatible windowmanager
+.TP
+.B  \-\-style  <style>
+sets the application GUI style
+.TP
+.B  \-\-geometry  <geometry>
+sets the client geometry of the main widget - see man X for the argument format
+.SS 
+.SS Qt options:
+.TP
+.B  \-\-display  <displayname>
+Use the X-server display 'displayname'
+.TP
+.B  \-\-session  <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B  \-\-cmap  
+Causes the application to install a private color
+map on an 8-bit display
+.TP
+.B  \-\-ncols  <count>
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B  \-\-nograb  
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B  \-\-dograb  
+running under a debugger can cause an implicit
+-nograb, use -dograb to override
+.TP
+.B  \-\-sync  
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn,  \-\-font  <fontname>
+defines the application font
+.TP
+.B \-\-bg,  \-\-background  <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg,  \-\-foreground  <color>
+sets the default foreground color
+.TP
+.B \-\-btn,  \-\-button  <color>
+sets the default button color
+.TP
+.B  \-\-name  <name>
+sets the application name
+.TP
+.B  \-\-title  <title>
+sets the application title (caption)
+.TP
+.B  \-\-visual  TrueColor
+forces the application to use a TrueColor visual on
+an 8-bit display
+.TP
+.B  \-\-inputstyle  <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B  \-\-im  <XIM server>
+set XIM server
+.TP
+.B  \-\-noxim  
+disable XIM
+.TP
+.B  \-\-reverse  
+mirrors the whole layout of widgets
+.TP
+.B  \-\-stylesheet  
+<file.qss>   applies the Qt stylesheet to the application widgets
+.SS 
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center.  You can also enter the URL
+.BR help:/konqueror/
+directly into konqueror or you can run 
+.BR "`khelpcenter help:/konqueror/'"
+from the command-line.
+.br
+.SH AUTHORS
+.nf
+David Faure <faure at kde.org>
+.br
+Simon Hausmann <hausmann at kde.org>
+.br
+Michael Reiher <michael.reiher at gmx.de>
+.br
+Matthias Welk <welk at fokus.gmd.de>
+.br
+Alexander Neundorf <neundorf at kde.org>
+.br
+Michael Brade <brade at kde.org>
+.br
+Lars Knoll <knoll at kde.org>
+.br
+Dirk Mueller <mueller at kde.org>
+.br
+Peter Kelly <pmk at post.com>
+.br
+Waldo Bastian <bastian at kde.org>
+.br
+Germain Garand <germain at ebooksfrance.org>
+.br
+Leo Savernik <l.savernik at aon.at>
+.br
+Stephan Kulow <coolo at kde.org>
+.br
+Antti Koivisto <koivisto at kde.org>
+.br
+Zack Rusin <zack at kde.org>
+.br
+Tobias Anton <anton at stud.fbi.fh-darmstadt.de>
+.br
+Lubos Lunak <l.lunak at kde.org>
+.br
+Allan Sandfeld Jensen <kde at carewolf.com>
+.br
+Apple Safari Developers
+.br
+Harri Porten <porten at kde.org>
+.br
+Koos Vriezen <koos.vriezen at xs4all.nl>
+.br
+Matt Koss <koss at miesto.sk>
+.br
+Alex Zepeda <zipzippy at sonic.net>
+.br
+Richard Moore <rich at kde.org>
+.br
+Dima Rogozin <dima at mercury.co.il>
+.br
+Wynn Wilkes <wynnw at calderasystems.com>
+.br
+Stefan Schimanski <schimmi at kde.org>
+.br
+George Staikos <staikos at kde.org>
+.br
+Dawit Alemayehu <adawit at kde.org>
+.br
+Carsten Pfeiffer <pfeiffer at kde.org>
+.br
+Torsten Rahn <torsten at kde.org>
+.br
+Torben Weis <weis at kde.org>
+.br
+Joseph Wenninger <jowenn at kde.org>
+.br
+Stephan Binner <binner at kde.org>
+.br
+Ivor Hewitt <ivor at ivor.org>
+.br
+Eduardo Robles Elvira <edulix at gmail.com>
+.br
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..da68011
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_auto_test:
+	# Disable dh_auto_test at build time
+	:
+
+override_dh_strip:
+	$(overridden_command) --dbgsym-migration='kde-baseapps-dbg (<= 4:15.12.1-1~~)'
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..0acf426
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Name: konqueror
+Changelog: https://quickgit.kde.org/?p=konqueror.git&a=log
+Contact: kde-devel at kde.org
+Donation: https://www.kde.org/community/donations/index.php
+Repository: https://anongit.kde.org/konqueror.git
+Repository-Browse: https://quickgit.kde.org/?p=konqueror.git
+Security-Contact: security at kde.org
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..10e648c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ http://download.kde.org/stable/applications/([\d.]+)/src/konqueror-([\d.]+).tar.xz

-- 
konqueror packaging



More information about the pkg-kde-commits mailing list