--- konq-kim-0.8.3.orig/debian/changelog +++ konq-kim-0.8.3/debian/changelog @@ -0,0 +1,6 @@ +konq-kim (0.8.3-0ubuntu1) dapper; urgency=low + + * Initial release. + * Sponsored upload for Raphaël Pinson + + -- Jonathan Riddell Wed, 25 Jan 2006 01:27:42 +0100 --- konq-kim-0.8.3.orig/debian/control +++ konq-kim-0.8.3/debian/control @@ -0,0 +1,26 @@ +Source: konq-kim +Section: kde +Priority: optional +Maintainer: Raphaël Pinson +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: docbook2x +Standards-Version: 3.6.2 + +Package: konq-kim +Architecture: all +Depends: konqueror, imagemagick +Recommends: mjpegtools +Description: image service menu for Konqueror + Kim (KDE Image Menu) is an image service menu for Konqueror's + file manager which allows to: + - compress images, + - resize images, + - convert images, + - rotate images, + - rename images, + - resize and send by mail images, + - and more other actions! + . + Note that mjpegtools is necessary to get the mpeg plugins to work. + . + Homepage: http://bouveyron.free.fr/kim/ --- konq-kim-0.8.3.orig/debian/compat +++ konq-kim-0.8.3/debian/compat @@ -0,0 +1 @@ +5 --- konq-kim-0.8.3.orig/debian/postinst +++ konq-kim-0.8.3/debian/postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for kim +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + dpkg-divert --divert /usr/share/apps/konqueror/servicemenus/imageconverter.desktop~ --rename /usr/share/apps/konqueror/servicemenus/imageconverter.desktop + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- konq-kim-0.8.3.orig/debian/postrm +++ konq-kim-0.8.3/debian/postrm @@ -0,0 +1,37 @@ +#! /bin/sh +# postrm script for kim +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + dpkg-divert --rename --remove /usr/share/apps/konqueror/servicemenus/imageconverter.desktop + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- konq-kim-0.8.3.orig/debian/dirs +++ konq-kim-0.8.3/debian/dirs @@ -0,0 +1 @@ +/usr/share/apps/kim --- konq-kim-0.8.3.orig/debian/copyright +++ konq-kim-0.8.3/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Raphaël Pinson on +Mon, 14 Nov 2005 22:48:15 +0100. + +It was downloaded from http://bouveyron.free.fr + +Upstream Author : Charles Bouveyron + +Contributors : + Mathieu Vilaplana + Peter Bubenik + Alessandro Faggiano + Sylvain Colinet + Toni aka + Manfred Timm + Raphaël Pinson + +License: + + 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, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +Copyright + +All the software: + + Copyright (C) 2005,2006 by Charles Bouveyron + +All debian/man/*.docbook: + + Copyright (C) 2005,2006 by Raphaël Pinson + --- konq-kim-0.8.3.orig/debian/rules +++ konq-kim-0.8.3/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_INSTALL_MANPAGES_konq-kim = kim_album.1 kim_compress.1 kim_convert.1 kim_flipflop.1 kim_multiburst.1 kim_other.1 kim_record.1 kim_record_mpg.1 kim_rename.1 kim_resize.1 kim_resizeandsend.1 kim_rotate.1 kim_treatment.1 kim_webexport.1 + +build/konq-kim:: + docbook2x-man debian/man/kim_album.1.docbook + docbook2x-man debian/man/kim_compress.1.docbook + docbook2x-man debian/man/kim_convert.1.docbook + docbook2x-man debian/man/kim_flipflop.1.docbook + docbook2x-man debian/man/kim_multiburst.1.docbook + docbook2x-man debian/man/kim_other.1.docbook + docbook2x-man debian/man/kim_record.1.docbook + docbook2x-man debian/man/kim_record_mpg.1.docbook + docbook2x-man debian/man/kim_rename.1.docbook + docbook2x-man debian/man/kim_resize.1.docbook + docbook2x-man debian/man/kim_resizeandsend.1.docbook + docbook2x-man debian/man/kim_rotate.1.docbook + docbook2x-man debian/man/kim_treatment.1.docbook + docbook2x-man debian/man/kim_webexport.1.docbook + +clean:: + rm -f kim_album.1 kim_compress.1 kim_convert.1 kim_flipflop.1 kim_multiburst.1 kim_other.1 kim_record.1 kim_record_mpg.1 kim_rename.1 kim_resize.1 kim_resizeandsend.1 kim_rotate.1 kim_treatment.1 kim_webexport.1 --- konq-kim-0.8.3.orig/debian/install +++ konq-kim-0.8.3/debian/install @@ -0,0 +1,3 @@ +src/kim*.desktop /usr/share/apps/konqueror/servicemenus/ +src/plugins/kim*.desktop /usr/share/apps/konqueror/servicemenus/ +src/bin/kim* /usr/bin/ --- konq-kim-0.8.3.orig/debian/man/kim_album.1.docbook +++ konq-kim-0.8.3/debian/man/kim_album.1.docbook @@ -0,0 +1,60 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-18 + + + + kim_album + 1 + + + kim_album + creates a PDF album from image files + + + + kim_album + directory + image files + ... + + + + DESCRIPTION + + kim_album creates a PDF album file from a collection of image files. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_compress.1.docbook +++ konq-kim-0.8.3/debian/man/kim_compress.1.docbook @@ -0,0 +1,61 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-18 + + + + kim_compress + 1 + + + kim_compress + compresses image files + + + + kim_compress + quality + directory + image files + ... + + + + DESCRIPTION + + kim_compress compresses image files. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_convert.1.docbook +++ konq-kim-0.8.3/debian/man/kim_convert.1.docbook @@ -0,0 +1,60 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_convert + 1 + + + kim_convert + converts image files to various formats + + + + kim_convert + format + image files + ... + + + + DESCRIPTION + + kim_convert converts image files to various formats. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_flipflop.1.docbook +++ konq-kim-0.8.3/debian/man/kim_flipflop.1.docbook @@ -0,0 +1,60 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_flipflop + 1 + + + kim_flipflop + flips image files + + + + kim_flipflop + angle + image files + ... + + + + DESCRIPTION + + kim_flipflop flips image files verticaly (flip) or horizontaly (flop). It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_resize.1.docbook +++ konq-kim-0.8.3/debian/man/kim_resize.1.docbook @@ -0,0 +1,61 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_resize + 1 + + + kim_resize + resizes image files + + + + kim_resize + scale + directory + image files + ... + + + + DESCRIPTION + + kim_resize resizes image files to a given scale. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_rotate.1.docbook +++ konq-kim-0.8.3/debian/man/kim_rotate.1.docbook @@ -0,0 +1,60 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_rotate + 1 + + + kim_rotate + rotates image files + + + + kim_rotate + angle + image files + ... + + + + DESCRIPTION + + kim_rotate rotates image files of a given angle. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_multiburst.1.docbook +++ konq-kim-0.8.3/debian/man/kim_multiburst.1.docbook @@ -0,0 +1,59 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_multiburst + 1 + + + kim_multiburst + converts multiburst images to GIF + + + + kim_multiburst + image files + ... + + + + DESCRIPTION + + kim_multiburst converts Sony Cybershot multiburst images into animated GIF files. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_other.1.docbook +++ konq-kim-0.8.3/debian/man/kim_other.1.docbook @@ -0,0 +1,58 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_other + 1 + + + kim_other + display informations about Kim + + + + kim_other + about + + + + DESCRIPTION + + kim_other displays informations about Kim. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_record.1.docbook +++ konq-kim-0.8.3/debian/man/kim_record.1.docbook @@ -0,0 +1,57 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_record + 1 + + + kim_record + takes an animated screenshot + + + + kim_record + + + + DESCRIPTION + + kim_record captures an animated screenshot and saves it as a GIF image file. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_record_mpg.1.docbook +++ konq-kim-0.8.3/debian/man/kim_record_mpg.1.docbook @@ -0,0 +1,57 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_record_mpg + 1 + + + kim_record_mpg + takes an animated screenshot + + + + kim_record_mpg + + + + DESCRIPTION + + kim_record captures an animated screenshot and saves it as a MPG file. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_rename.1.docbook +++ konq-kim-0.8.3/debian/man/kim_rename.1.docbook @@ -0,0 +1,61 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_rename + 1 + + + kim_rename + renames image files + + + + kim_rename + scale + directory + image files + ... + + + + DESCRIPTION + + kim_rename renames image files with a given pattern. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_resizeandsend.1.docbook +++ konq-kim-0.8.3/debian/man/kim_resizeandsend.1.docbook @@ -0,0 +1,59 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_resizeandsend + 1 + + + kim_resizeandsend + resizes image files and sends them + + + + kim_resizeandsend + image files + ... + + + + DESCRIPTION + + kim_resizeandsend resizes image files and sends them using Kmail. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_treatment.1.docbook +++ konq-kim-0.8.3/debian/man/kim_treatment.1.docbook @@ -0,0 +1,60 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_treatment + 1 + + + kim_treatment + annotates image files or add a border to them + + + + kim_treatment + mark | border + image files + ... + + + + DESCRIPTION + + kim_treatment annotates or add a border to image files. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- konq-kim-0.8.3.orig/debian/man/kim_webexport.1.docbook +++ konq-kim-0.8.3/debian/man/kim_webexport.1.docbook @@ -0,0 +1,61 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-19 + + + + kim_webexport + 1 + + + kim_webexport + export image files for web usage + + + + kim_webexport + scelta + directory + image files + ... + + + + DESCRIPTION + + kim_webexport exports image files to be used in web pages. It is part of the Kim (KDE Image Menu) package and is aimed to be used as a servicemenu in Konqueror. + + + + COPYRIGHT + + This manual page was written by Raphaël Pinson + raphink@raphink.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + +