debian/0000755000000000000000000000000011646476236007205 5ustar debian/manpages0000644000000000000000000000002411335327644010710 0ustar debian/kcoloredit.1 debian/control0000644000000000000000000000130711626220053010567 0ustar Source: kcoloredit Section: utils Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Richard A. Johnson Build-Depends: debhelper (>= 7.4.13), pkg-kde-tools (>= 0.5.3), cmake, libx11-dev, kdelibs5-dev (>= 4:4.4.0) Standards-Version: 3.9.2 Homepage: http://www.kde.org/applications/graphics/kcoloredit/ Package: kcoloredit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: color palette file editor for KDE 4 KColorEdit is a palette files editor that can be used for editing color palettes as well as for color choosing and naming in KDE 4. debian/kcoloredit.10000644000000000000000000000165011335327644011421 0ustar .TH "kcoloredit" "1" .if n .ad l .nh .SH "NAME" kcoloredit \- color palette file editor for KDE 4 .SH "SYNOPSIS" .B kcoloredit .RI [ Qt-options ] .RI [ KDE-options ] \&... .SH "DESCRIPTION" KColorEdit is a palette files editor that can be used for editing color palettes as well as for color choosing and naming in KDE 4. .SH OPTIONS .PP All KDE and Qt programs accept a some common command-line options. kcoloredit has no application-specific options. .PP .TP .BR \-\-`help Show help about options .TP .BR \-\-`help\-qt Show Qt specific options .TP .BR \-\-`help\-kde Show KDE specific options .TP .BR \-\-`help\-all Show all options .TP .BR \-\-`author Show author information .TP .BR \-\-`version Show version information .TP .BR \-\-`license Show license information .TP .BR \-\- Indicates end of options .SH COPYRIGHT This manual page was written by Steve Stalcup for the \fBKubuntu system. debian/compat0000644000000000000000000000000211335327644010374 0ustar 7 debian/rules0000755000000000000000000000005111335334047010245 0ustar #!/usr/bin/make -f %: dh --with kde $@ debian/patches/0000755000000000000000000000000011626220204010610 5ustar debian/patches/series0000644000000000000000000000002411626220204012021 0ustar binutils-gold.patch debian/patches/binutils-gold.patch0000644000000000000000000000107211511275253014414 0ustar Description: Fix FTBFS with ld --no-add-needed in natty toolchain Author: Bhavani Shankar Forwarded: https://bugs.kde.org/show_bug.cgi?id=262281 --- kcoloredit-2.0.0-kde4.4.0.orig/src/CMakeLists.txt +++ kcoloredit-2.0.0-kde4.4.0/src/CMakeLists.txt @@ -56,6 +56,6 @@ kde4_add_kcfg_files ( kcoloredit_SRCS se kde4_add_executable ( kcoloredit ${kcoloredit_SRCS} ) -target_link_libraries ( kcoloredit ${KDE4_KFILE_LIBS} ) +target_link_libraries ( kcoloredit ${KDE4_KFILE_LIBS} X11 ) install (TARGETS kcoloredit ${INSTALL_TARGETS_DEFAULT_ARGS} ) debian/copyright0000644000000000000000000000321111626220324011114 0ustar This package was debianized by Richard A. Johnson on Sat, 05 Jan 2008 23:31:02 -0600. Tarball downloaded from ftp://ktown.kde.org/ Upstream Author: Artur Rataj Copyright Holder: Copyright © 2000 - 2007 by Artur Rataj License: This package 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; version 2 dated June, 1991. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The documentation docbook files in this package, placed under docs/, are under the GNU Free Documentation License: 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 The Debian packaging is © 2008, Richard A. Johnson and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011334067133010467 5ustar debian/source/format0000644000000000000000000000001411511270317011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013411642035203010211 0ustar version=3 ftp://ftp.kde.org/pub/kde/stable/extragear/kcoloredit-(.*).tar.bz2 debian uupdate debian/changelog0000644000000000000000000001427411646476236011067 0ustar kcoloredit (5:2.0.0-kde4.4.0-0ubuntu6) precise; urgency=low * Fix watch file. -- Ilya Barygin Sun, 16 Oct 2011 10:41:19 +0400 kcoloredit (5:2.0.0-kde4.4.0-0ubuntu5) oneiric; urgency=low * Add missing build dependency: libx11-dev (LP: #831126). * Bump Standards-Version to 3.9.2. -- Ilya Barygin Sat, 27 Aug 2011 20:50:04 +0400 kcoloredit (5:2.0.0-kde4.4.0-0ubuntu4) natty; urgency=low * debian/patches/binutils-gold.patch: + src/CMakeLists.txt - Link against X11 libraries during build to fix FTBFS with ld --no-add-needed * debian/control: + Bump up Standards-Version to 3.9.1 + Add Homepage field + Wrap around Build-Depends -- Bhavani Shankar Thu, 06 Jan 2011 13:50:53 +0530 kcoloredit (5:2.0.0-kde4.4.0-0ubuntu3) maverick; urgency=low * Forgot to delete the old kcoloredit.install file -- Jonathan Thomas Wed, 19 May 2010 19:22:21 -0400 kcoloredit (5:2.0.0-kde4.4.0-0ubuntu2) maverick; urgency=low * Add build-depend on cmake now that kdelibs5-dev no longer depends on it * Remove now-unnecessary kcoloredit-kde4 transitional package -- Jonathan Thomas Tue, 18 May 2010 20:31:50 -0400 kcoloredit (5:2.0.0-kde4.4.0-0ubuntu1) lucid; urgency=low * New upstream release - Bump build-depends - Bump Standards-Version to 3.8.4 - Switch to dh --with kde in rules - Source format 3.0 -- Alessandro Ghersi Fri, 12 Feb 2010 20:46:15 +0100 kcoloredit (5:2.0.0-kde4.3.0-0ubuntu1~ppa1) karmic; urgency=low * New upstream release * Bump version of kdelibs5-dev build-dep to 4.3.0 -- Christian Mangold Fri, 31 Jul 2009 23:40:11 +0200 kcoloredit (5:2.0.0-kde4.2.4-0ubuntu1) karmic; urgency=low * New upstream release: * Remove unnecessary build-deps on quilt and cmake * Bump kdelibs5-dev build-dep to the earliest version that depends on cmake * Switch over to pkg-kde-tools' kde.mk, bumping debhelper/compat version to 7 -- Jonathan Thomas Wed, 03 Jun 2009 13:50:27 -0400 kcoloredit (5:2.0.0-kde4.2.0-0ubuntu1) jaunty; urgency=low * New upstream release -- Steve Stalcup Tue, 27 Jan 2009 22:18:15 -0500 kcoloredit (5:2.0.0-kde4.1.3-0ubuntu1) jaunty; urgency=low * New upstream release -- Nathan Handler Mon, 22 Dec 2008 12:41:17 -0600 kcoloredit (5:2.0.0-kde4.1.2-0ubuntu1) intrepid; urgency=low * New upstream release * debian/control: - bumped kdelibs5-dev build-dep version to (>= 4.1.2) -- Guillaume Martres Sat, 27 Sep 2008 17:02:43 +0200 kcoloredit (5:1.9.0-kde4.1.1-0ubuntu2) intrepid; urgency=low * Update rules, rebuild with new kdelibs * Removed kcoloredit-kde4.lintian file, not needed in intrepid. -- Steve Stalcup Wed, 03 Sep 2008 08:04:22 -0400 kcoloredit (5:1.9.0-kde4.1.1-0ubuntu1) intrepid; urgency=low * New upstream release * Removed debiain/cdbs, now uses cdbs kde4.mk -- Steve Stalcup Sat, 30 Aug 2008 20:25:55 -0400 kcoloredit (5:1.9.0-kde4.1.0-0ubuntu2) intrepid; urgency=low * Added transitional package kcoloredit-kde4 -> kcoloredit * Added kcoloredit.install file -- Steve Stalcup Wed, 30 Jul 2008 13:13:14 -0400 kcoloredit (5:1.9.0-kde4.1.0-0ubuntu1) intrepid; urgency=low * New upstream release, 4.1 final * Added manpage kcoloredit.1 -- Steve Stalcup Sat, 26 Jul 2008 20:28:56 -0400 kcoloredit (5:1.5.0-kde4.0.98-0ubuntu1) intrepid; urgency=low [ Richard Birnie ] * New upstream release candidate (LP: #248542) * debian/control: added Replaces: kcoloredit-kde4 * bumped standards version to 3.8.0 * added epoch version 5 to match upstream version [ Steve Stalcup ] * debian/control: added Replaces: kcoloredit-kde4 * bumped standards version to 3.8.0 * added epoch version 5 to match upstream version -- Richard Birnie Mon, 14 Jul 2008 19:27:55 +0000 kcoloredit (4:4.0.83-0ubuntu1) intrepid; urgency=low * New minor upstream release -- root Thu, 26 Jun 2008 20:03:30 +0000 kcoloredit (4:4.0.80-0ubuntu2) intrepid; urgency=low * Fix broken version number -- Richard Birnie Tue, 17 Jun 2008 19:41:17 +0000 kcoloredit (4:4.0.80-0ubuntu1) intrepid; urgency=low * New Upstream release -- Richard Birnie Sun, 15 Jun 2008 16:31:27 +0100 kcoloredit-kde4 (4.0.4-0ubuntu1~hardy1) hardy; urgency=low * New upstream release (LP: #226694) * Updated control file bumping 4:4.0.3 to 4:4.0.4 and fixing description to show package is for KDE 4 -- Richard A. Johnson Sun, 04 May 2008 18:53:06 -0500 kcoloredit-kde4 (4.0.3-0ubuntu1) hardy; urgency=low * New upstream release * Bumped KDE 4 deps to 4:4.0.3 * Updated rules file removing old wrapper script - replaced by kde.mk -- Richard A. Johnson Tue, 01 Apr 2008 12:36:18 -0500 kcoloredit-kde4 (4.0.2-0ubuntu3) hardy; urgency=low * Fixed watch file * Fixed copyright file by removing the (s) created by template * Added lintian overrides: - for image files being installed into /usr/lib as our KDE 4 packages get installed to /usr/lib/kde4, so there will always be image files in there - for rpath defines since it is necessary for our KDE 4 packages -- Richard A. Johnson Wed, 26 Mar 2008 18:58:47 -0500 kcoloredit-kde4 (4.0.2-0ubuntu2) hardy; urgency=low * Added watch file -- Richard A. Johnson Wed, 26 Mar 2008 13:15:07 -0500 kcoloredit-kde4 (4.0.2-0ubuntu1) hardy; urgency=low * New upstream release -- Richard A. Johnson Mon, 03 Mar 2008 17:27:34 -0600 kcoloredit-kde4 (4.0.1-0ubuntu1) hardy; urgency=low * New upstream release * Updated kde.mk * Bumped kdelibs5-dev dep to 4:4.0.1 -- Richard A. Johnson Mon, 04 Feb 2008 17:35:06 -0600 kcoloredit-kde4 (4.0.0-0ubuntu1) hardy; urgency=low * Initial release -- Richard A. Johnson Wed, 09 Jan 2008 22:38:28 -0600