--- kio-apt-0.13.2.orig/debian/changelog +++ kio-apt-0.13.2/debian/changelog @@ -1,3 +1,45 @@ +kio-apt (0.13.2-2ubuntu2) gutsy; urgency=low + + * Change header-background-color to white. + + -- Frode M. Døving Fri, 03 Aug 2007 15:22:23 +0200 + +kio-apt (0.13.2-2ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable. + * Remaining Ubuntu changes: + - Kubuntu branding, and using Ubuntu releases and URLs. + - Add the dpatch CDBS include, and Build-Depend on dpatch. + - Store Kubuntu icon uuencoded in debian/, and Build-Depend on sharutils + so it can be uudecoded during post-install. + - Set Ubuntu maintainer address. + + -- Steve Kowalik Sun, 24 Jun 2007 21:40:26 +1000 + +kio-apt (0.13.2-2) unstable; urgency=low + + * Fix wrong locale dir: usr/share/locale/pl-utf/ (Closes: #429749) + + -- Emmanuel Bouthenot Wed, 20 Jun 2007 00:06:01 +0200 + +kio-apt (0.13.2-1ubuntu1) gutsy; urgency=low + + * Manually merge from Debian unstable. + * Ubuntu changes kept: + - Kubuntu branding, and using Ubuntu releases and URLs. + + Add Gutsy to the list of releases. + - Set Ubuntu maintainer address. + * Ubuntu changes dropped: + - Add kubuntu_01_kdepot.diff + - Alter debian/rules to create .pot file + * Add the dpatch CDBS include, and Build-Depend on dpatch. + * Don't patch a uuencoded icon in the Kubuntu branding patch, it makes + baby Jesus and me cry. Instead, store it uuencoded in debian/, and + uudecode it in the post-install hook. Add a Build-Depends on sharutils + as a result. + + -- Steve Kowalik Mon, 28 May 2007 20:29:54 +1000 + kio-apt (0.13.2-1) unstable; urgency=low * Setting me as maintainer in debian/control @@ -19,6 +61,41 @@ -- Sylvain Joyeux Tue, 29 Aug 2006 22:06:07 +0200 +kio-apt (0.13-0ubuntu5) feisty; urgency=low + + * Rebuild for changes in the amd64 toolchain. + * Set Ubuntu maintainer address. + + -- Matthias Klose Mon, 5 Mar 2007 01:19:35 +0000 + +kio-apt (0.13-0ubuntu4) feisty; urgency=low + + * Add Feisty sections. + * Add self as Maintainer. + * Rename old Maintainer field to X-Original-Maintainer. + + -- Frode M. Doeving Thu, 2 Nov 2006 11:11:29 +0100 + +kio-apt (0.13-0ubuntu3) edgy; urgency=low + + * Add edgy to the list of distributions. + + -- Frode M. Doeving Thu, 29 Jun 2006 17:07:41 +0200 + +kio-apt (0.13-0ubuntu2) dapper; urgency=low + + * Alter debian/rules to create .pot file + * Add kubuntu_01_kdepot.diff + + -- Jonathan Riddell Tue, 9 May 2006 17:25:03 +0300 + +kio-apt (0.13-0ubuntu1) dapper; urgency=low + + * Merge with upstream. + * Update 01_kubuntufication.dpatch for Dapper + + -- Frode M. Doeving Tue, 21 Mar 2006 20:04:29 +0100 + kio-apt (0.13) unstable; urgency=low * Rebuild for the KDE transition @@ -31,6 +108,31 @@ -- Sylvain Joyeux Fri, 8 Jul 2005 08:14:25 +0200 +kio-apt (0.11-0ubuntu3) dapper; urgency=low + + * Rebuild because libXft.la is gone + + -- Stephan Hermann Sat, 14 Jan 2006 17:21:54 +0100 + +kio-apt (0.11-0ubuntu2) dapper; urgency=low + + * Rebuild for libstdc++ transition + + -- Jonathan Riddell Wed, 7 Dec 2005 17:09:13 +0000 + +kio-apt (0.11-0ubuntu1) breezy; urgency=low + + * Build for ubuntu. + * Add dpatch capabilities. + * [patch]: 01_kubuntufication.dpatch - kubuntu branding. the 16x16 icon is + from + and the logo in apt:/ is a modified version + of the kubuntu logo at https://wiki.ubuntu.com/KubuntuArtwork + * [patch]: 02_gcc4fix.dpatch - gcc4 compile fixes. + * Sponsored upload for Frode M. Doeving + + -- Jonathan Riddell Thu, 30 Jun 2005 18:19:35 +0200 + kio-apt (0.11) unstable; urgency=low * Changes in order to behave better when the view is not @@ -135,3 +237,4 @@ * Initial Release. -- Sylvain Joyeux Mon, 6 Oct 2003 10:35:33 +0200 + --- kio-apt-0.13.2.orig/debian/control +++ kio-apt-0.13.2/debian/control @@ -1,8 +1,9 @@ Source: kio-apt Section: kde Priority: optional -Maintainer: Emmanuel Bouthenot -Build-Depends: debhelper (>= 5), cdbs, autotools-dev, kdelibs-dev +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Emmanuel Bouthenot +Build-Depends: debhelper (>= 5), cdbs, autotools-dev, kdelibs-dev, dpatch, sharutils Standards-Version: 3.7.2 Package: kio-apt --- kio-apt-0.13.2.orig/debian/rules +++ kio-apt-0.13.2/debian/rules @@ -1,10 +1,14 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/kde.mk +include /usr/share/cdbs/1/rules/dpatch.mk configure/kio-apt:: #fix rpath issue -chmod +x debian/fixrpath debian/fixrpath $(DEB_BUILDDIR) +install/kio-apt:: + uudecode debian/kdedeb_logo.png.uu -o $(DEB_DESTDIR)/usr/share/apps/kio_apt/kdedeb_logo.png --- kio-apt-0.13.2.orig/debian/patches/01_kubuntufication.dpatch +++ kio-apt-0.13.2/debian/patches/01_kubuntufication.dpatch @@ -0,0 +1,91 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_kubuntufication.dpatch by Frode M. Doeving +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad kio-apt-0.13.2~/src/apt.protocol kio-apt-0.13.2/src/apt.protocol +--- kio-apt-0.13.2~/src/apt.protocol 2004-04-03 11:20:49.000000000 +0200 ++++ kio-apt-0.13.2/src/apt.protocol 2007-08-03 15:21:15.000000000 +0200 +@@ -5,7 +5,7 @@ + output=stream + reading=true + defaultMimetype=text/html +-Icon=remote ++Icon=kioapt + Description=A kioslave for using apt-cache functionalities inside konqueror + determineMimetypeFromExtension=false + DocPath=kio_apt/index.html +diff -urNad kio-apt-0.13.2~/src/dpkg.cpp kio-apt-0.13.2/src/dpkg.cpp +--- kio-apt-0.13.2~/src/dpkg.cpp 2006-11-19 13:00:32.000000000 +0100 ++++ kio-apt-0.13.2/src/dpkg.cpp 2007-08-03 15:21:15.000000000 +0200 +@@ -131,7 +131,7 @@ + } + + static const QString +- html_form_begin("\n
\n" ++ html_form_begin("\n\n" + "\n"); + + static QString make_title(const QString& title) +@@ -181,27 +181,25 @@ + QTextOStream stream(&buffer); + stream + << html_form_begin +- << make_title( i18n("packages.debian.org")) ++ << make_title( i18n("packages.ubuntu.com")) + + << make_form_text("word", i18n("File to search")) + << begin_form_combo("arch", i18n("Architecture")) + << make_form_option("i386", i18n("Intel x86")) + << make_form_option("amd64", i18n("AMD64")) +- << make_form_option("m68k", i18n("Motorola 680x0")) +- << make_form_option("alpha", i18n("Alpha")) + << make_form_option("sparc", i18n("SPARC")) + << make_form_option("powerpc", i18n("PowerPC")) +- << make_form_option("arm", i18n("ARM")) + << make_form_option("hppa", i18n("HP PA/RISC")) + << make_form_option("ia64", i18n("Intel IA-64")) +- << make_form_option("mips", i18n("MIPS")) +- << make_form_option("mipsel", i18n("MIPS (DEC)")) +- << make_form_option("s390", i18n("IBM S/390")) + << end_form_combo() + << begin_form_combo("version", i18n("Version")) +- << make_form_option("stable", "stable") +- << make_form_option("testing", "testing") +- << make_form_option("unstable", "unstable") ++ << make_form_option("gutsy", "gutsy") ++ << make_form_option("feisty", "feisty") ++ << make_form_option("edgy", "edgy") ++ << make_form_option("dapper", "dapper") ++ << make_form_option("breezy", "breezy") ++ << make_form_option("hoary", "hoary") ++ << make_form_option("warty", "warty") + << end_form_combo() + + << html_form_end.arg(i18n("Go online!")); +diff -urNad kio-apt-0.13.2~/src/kio_apt.css kio-apt-0.13.2/src/kio_apt.css +--- kio-apt-0.13.2~/src/kio_apt.css 2005-07-07 20:30:08.000000000 +0200 ++++ kio-apt-0.13.2/src/kio_apt.css 2007-08-03 15:22:14.000000000 +0200 +@@ -12,17 +12,17 @@ + table.header { + margin-top: 0; + margin-bottom: 1em; +- width: 100%; ++ width: 90%; + font-weight: bold; + /* font-variant: small-caps; */ + font-size: x-large; + +- color: white; ++ color: #0855C5; + + /*vertical-align: middle;*/ + + height: 85px; +- background-color: #0855C5; ++ background-color: #FFFFFF; + background-image: url("headerbg.png"); + } + --- kio-apt-0.13.2.orig/debian/patches/00list +++ kio-apt-0.13.2/debian/patches/00list @@ -0,0 +1 @@ +01_kubuntufication.dpatch --- kio-apt-0.13.2.orig/debian/patches/01_rename_pl_po_file.patch +++ kio-apt-0.13.2/debian/patches/01_rename_pl_po_file.patch @@ -0,0 +1,393 @@ +diff -Naur kio-apt-0.13.2.orig/po/Makefile.in kio-apt-0.13.2/po/Makefile.in +--- kio-apt-0.13.2.orig/po/Makefile.in 2006-11-23 09:12:13.000000000 +0100 ++++ kio-apt-0.13.2/po/Makefile.in 2007-06-20 00:16:07.177945940 +0200 +@@ -302,8 +302,8 @@ + xdg_menudir = @xdg_menudir@ + #>- POFILES = AUTO + #>+ 2 +-POFILES = pl-utf.po sv.po +-GMOFILES = pl-utf.gmo sv.gmo ++POFILES = pl.po sv.po ++GMOFILES = pl.gmo sv.gmo + #>- all: all-am + #>+ 1 + all: all-nls docs-am all-am +@@ -497,23 +497,23 @@ + .NOEXPORT: + + #>+ 2 +-KDE_DIST=Makefile.in sv.po Makefile.am pl-utf.po ++KDE_DIST=Makefile.in sv.po Makefile.am pl.po + + #>+ 7 +-pl-utf.gmo: pl-utf.po +- rm -f pl-utf.gmo; $(GMSGFMT) -o pl-utf.gmo $(srcdir)/pl-utf.po +- test ! -f pl-utf.gmo || touch pl-utf.gmo ++pl.gmo: pl.po ++ rm -f pl.gmo; $(GMSGFMT) -o pl.gmo $(srcdir)/pl.po ++ test ! -f pl.gmo || touch pl.gmo + sv.gmo: sv.po + rm -f sv.gmo; $(GMSGFMT) -o sv.gmo $(srcdir)/sv.po + test ! -f sv.gmo || touch sv.gmo + + #>+ 3 + clean-nls: +- -rm -f pl-utf.gmo sv.gmo ++ -rm -f pl.gmo sv.gmo + + #>+ 10 + install-nls: +- @for base in pl-utf sv ; do \ ++ @for base in pl sv ; do \ + echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\ + $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES ; \ + if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\ +@@ -524,7 +524,7 @@ + + #>+ 4 + uninstall-nls: +- rm -f $(DESTDIR)$(kde_locale)/pl-utf/LC_MESSAGES/$(PACKAGE).mo ++ rm -f $(DESTDIR)$(kde_locale)/pl/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/sv/LC_MESSAGES/$(PACKAGE).mo + + #>+ 2 +diff -Naur kio-apt-0.13.2.orig/po/pl.po kio-apt-0.13.2/po/pl.po +--- kio-apt-0.13.2.orig/po/pl.po 1970-01-01 01:00:00.000000000 +0100 ++++ kio-apt-0.13.2/po/pl.po 2004-04-03 11:20:49.000000000 +0200 +@@ -0,0 +1,166 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++#, fuzzy ++msgid "" ++msgstr "" ++"Project-Id-Version: 0.6\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2003-12-31 02:15+0100\n" ++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" ++"Last-Translator: Jakub Stachowski \n" ++"Language-Team: Polish \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++ ++#: apt.cpp:156 ++msgid "Search" ++msgstr "Szukaj" ++ ++#: apt.cpp:157 ++msgid "Show" ++msgstr "Pokaż" ++ ++#: apt.cpp:158 ++msgid "Policy" ++msgstr "Ustawienia polityki" ++ ++#: apt.cpp:162 ++msgid "Search for a file" ++msgstr "Szukaj pliku" ++ ++#: apt.cpp:163 ++msgid "List the files of a package" ++msgstr "Lista plików pakietu" ++ ++#: apt.cpp:177 apt.cpp:178 ++msgid "Page generated by kio_apt." ++msgstr "Strona wygenerowana przez kio_apt." ++ ++#: apt.cpp:323 ++msgid "AptCache" ++msgstr "" ++ ++#: apt.cpp:324 ++msgid "AptCache Interface" ++msgstr "" ++ ++#: apt.cpp:348 ++msgid "AptCache search result for %1" ++msgstr "" ++ ++#: apt.cpp:349 ++msgid "Search result for \"%1\"" ++msgstr "Wyniki wyszukiwania \"%1\"" ++ ++#: apt.cpp:358 ++msgid "Can't launch \"apt-cache search %1\"" ++msgstr "Nie można uruchomić \"apt-cache search %1\"" ++ ++#: apt.cpp:367 ++msgid "%1 results" ++msgstr "%1 wyników" ++ ++#: apt.cpp:406 apt.cpp:553 apt.cpp:723 ++msgid "\"%1\" is not a valid package name" ++msgstr "\"%1\" nie jest prawidłową nazwą pakietu" ++ ++#: apt.cpp:416 ++msgid "AptCache show result for %1" ++msgstr "" ++ ++#: apt.cpp:419 apt.cpp:425 ++msgid "Description for \"%1\"" ++msgstr "Opis \"%1\"" ++ ++#: apt.cpp:420 ++msgid "List package files" ++msgstr "Lista plików pakietu" ++ ++#: apt.cpp:434 apt.cpp:573 ++msgid "Can't launch \"apt-cache policy %1\"" ++msgstr "Nie można uruchomić \"apt-cache policy %1\"" ++ ++#: apt.cpp:444 ++msgid "Can't launch \"apt-cache show %1\"" ++msgstr "Nie można uruchomić \"apt-cache show %1\"" ++ ++#: apt.cpp:460 ++msgid "No package found named \"%1\"" ++msgstr "Nie znaleziono pakietu o nazwie \"%1\"" ++ ++#: apt.cpp:464 ++msgid "%1 versions found" ++msgstr "Znaleziono %1 wersji" ++ ++#: apt.cpp:531 ++msgid "Version %1" ++msgstr "Wersja %1" ++ ++#: apt.cpp:565 ++msgid "AptCache policy result for %1" ++msgstr "" ++ ++#: apt.cpp:566 ++msgid "APT Policy for \"%1\"" ++msgstr "Polityka APT dla \"%1\"" ++ ++#: apt.cpp:593 ++msgid "Installed" ++msgstr "Zainstalowany" ++ ++#: apt.cpp:595 ++msgid "Candidate" ++msgstr "Kandydat" ++ ++#: apt.cpp:599 ++msgid "The table of available versions" ++msgstr "Tablela dostępnych wersji" ++ ++#: apt.cpp:602 ++msgid "Version Table" ++msgstr "Tabela wersji" ++ ++#: apt.cpp:659 ++msgid "File search for %1" ++msgstr "Szukanie pliku %1" ++ ++#: apt.cpp:660 ++msgid "File search for \"%1\"" ++msgstr "Szukanie pliku \"%1\"" ++ ++#: apt.cpp:668 apt.cpp:746 ++msgid "Can't launch the package manager" ++msgstr "Nie można uruchomić menedżera pakietów" ++ ++#: apt.cpp:672 ++msgid "%1 files found" ++msgstr "Znaleziono %1 plików" ++ ++#: apt.cpp:735 ++msgid "Package file list for %1" ++msgstr "Lista plików pakietu %1" ++ ++#: apt.cpp:736 ++msgid "Package file list for \"%1\"" ++msgstr "Lista plików pakietu \"%1\"" ++ ++#: apt.cpp:737 ++msgid "Show package info" ++msgstr "Pokaż informacje o pakiecie" ++ ++#: apt.cpp:750 ++msgid "%1 files in the package" ++msgstr "%1 plików w pakiecie" ++ ++#: dpkg.cpp:73 ++msgid "%1 not found" ++msgstr "Nie znaleziono %1" ++ ++#: dpkg.cpp:110 ++msgid "Package %1 is not installed" ++msgstr "Pakiet %1 nie jest zainstalowany" +diff -Naur kio-apt-0.13.2.orig/po/pl-utf.po kio-apt-0.13.2/po/pl-utf.po +--- kio-apt-0.13.2.orig/po/pl-utf.po 2004-04-03 11:20:49.000000000 +0200 ++++ kio-apt-0.13.2/po/pl-utf.po 1970-01-01 01:00:00.000000000 +0100 +@@ -1,166 +0,0 @@ +-# SOME DESCRIPTIVE TITLE. +-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +-# This file is distributed under the same license as the PACKAGE package. +-# FIRST AUTHOR , YEAR. +-# +-#, fuzzy +-msgid "" +-msgstr "" +-"Project-Id-Version: 0.6\n" +-"Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2003-12-31 02:15+0100\n" +-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +-"Last-Translator: Jakub Stachowski \n" +-"Language-Team: Polish \n" +-"MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit\n" +- +- +-#: apt.cpp:156 +-msgid "Search" +-msgstr "Szukaj" +- +-#: apt.cpp:157 +-msgid "Show" +-msgstr "Pokaż" +- +-#: apt.cpp:158 +-msgid "Policy" +-msgstr "Ustawienia polityki" +- +-#: apt.cpp:162 +-msgid "Search for a file" +-msgstr "Szukaj pliku" +- +-#: apt.cpp:163 +-msgid "List the files of a package" +-msgstr "Lista plików pakietu" +- +-#: apt.cpp:177 apt.cpp:178 +-msgid "Page generated by kio_apt." +-msgstr "Strona wygenerowana przez kio_apt." +- +-#: apt.cpp:323 +-msgid "AptCache" +-msgstr "" +- +-#: apt.cpp:324 +-msgid "AptCache Interface" +-msgstr "" +- +-#: apt.cpp:348 +-msgid "AptCache search result for %1" +-msgstr "" +- +-#: apt.cpp:349 +-msgid "Search result for \"%1\"" +-msgstr "Wyniki wyszukiwania \"%1\"" +- +-#: apt.cpp:358 +-msgid "Can't launch \"apt-cache search %1\"" +-msgstr "Nie można uruchomić \"apt-cache search %1\"" +- +-#: apt.cpp:367 +-msgid "%1 results" +-msgstr "%1 wyników" +- +-#: apt.cpp:406 apt.cpp:553 apt.cpp:723 +-msgid "\"%1\" is not a valid package name" +-msgstr "\"%1\" nie jest prawidłową nazwą pakietu" +- +-#: apt.cpp:416 +-msgid "AptCache show result for %1" +-msgstr "" +- +-#: apt.cpp:419 apt.cpp:425 +-msgid "Description for \"%1\"" +-msgstr "Opis \"%1\"" +- +-#: apt.cpp:420 +-msgid "List package files" +-msgstr "Lista plików pakietu" +- +-#: apt.cpp:434 apt.cpp:573 +-msgid "Can't launch \"apt-cache policy %1\"" +-msgstr "Nie można uruchomić \"apt-cache policy %1\"" +- +-#: apt.cpp:444 +-msgid "Can't launch \"apt-cache show %1\"" +-msgstr "Nie można uruchomić \"apt-cache show %1\"" +- +-#: apt.cpp:460 +-msgid "No package found named \"%1\"" +-msgstr "Nie znaleziono pakietu o nazwie \"%1\"" +- +-#: apt.cpp:464 +-msgid "%1 versions found" +-msgstr "Znaleziono %1 wersji" +- +-#: apt.cpp:531 +-msgid "Version %1" +-msgstr "Wersja %1" +- +-#: apt.cpp:565 +-msgid "AptCache policy result for %1" +-msgstr "" +- +-#: apt.cpp:566 +-msgid "APT Policy for \"%1\"" +-msgstr "Polityka APT dla \"%1\"" +- +-#: apt.cpp:593 +-msgid "Installed" +-msgstr "Zainstalowany" +- +-#: apt.cpp:595 +-msgid "Candidate" +-msgstr "Kandydat" +- +-#: apt.cpp:599 +-msgid "The table of available versions" +-msgstr "Tablela dostępnych wersji" +- +-#: apt.cpp:602 +-msgid "Version Table" +-msgstr "Tabela wersji" +- +-#: apt.cpp:659 +-msgid "File search for %1" +-msgstr "Szukanie pliku %1" +- +-#: apt.cpp:660 +-msgid "File search for \"%1\"" +-msgstr "Szukanie pliku \"%1\"" +- +-#: apt.cpp:668 apt.cpp:746 +-msgid "Can't launch the package manager" +-msgstr "Nie można uruchomić menedżera pakietów" +- +-#: apt.cpp:672 +-msgid "%1 files found" +-msgstr "Znaleziono %1 plików" +- +-#: apt.cpp:735 +-msgid "Package file list for %1" +-msgstr "Lista plików pakietu %1" +- +-#: apt.cpp:736 +-msgid "Package file list for \"%1\"" +-msgstr "Lista plików pakietu \"%1\"" +- +-#: apt.cpp:737 +-msgid "Show package info" +-msgstr "Pokaż informacje o pakiecie" +- +-#: apt.cpp:750 +-msgid "%1 files in the package" +-msgstr "%1 plików w pakiecie" +- +-#: dpkg.cpp:73 +-msgid "%1 not found" +-msgstr "Nie znaleziono %1" +- +-#: dpkg.cpp:110 +-msgid "Package %1 is not installed" +-msgstr "Pakiet %1 nie jest zainstalowany" --- kio-apt-0.13.2.orig/debian/patches/kubuntu_01_kdepot.diff.dpatch +++ kio-apt-0.13.2/debian/patches/kubuntu_01_kdepot.diff.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## kubuntu_01_kdepot.diff.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad kio-apt-0.13~/admin/cvs.sh kio-apt-0.13/admin/cvs.sh +--- kio-apt-0.13~/admin/cvs.sh 2006-05-09 17:19:59.000000000 +0300 ++++ kio-apt-0.13/admin/cvs.sh 2006-05-09 17:21:25.000000000 +0300 +@@ -517,7 +517,7 @@ + perl -e '$mes=0; while () { next if (/^(if|else|endif)\s/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile + + $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" \ +- XGETTEXT="${XGETTEXT:-xgettext} -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x ${includedir:-${KDEDIR:-/usr/local/kde}/include}/kde.pot" \ ++ XGETTEXT="${XGETTEXT:-xgettext} -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x /usr/include/kde/kde.pot" \ + messages + exit_code=$? + if test "$exit_code" != 0; then --- kio-apt-0.13.2.orig/debian/kdedeb_logo.png.uu +++ kio-apt-0.13.2/debian/kdedeb_logo.png.uu @@ -0,0 +1,139 @@ +begin 644 kdedeb_logo.png.uu +MB5!.1PT*&@H````-24A$4@```%@```!5"`8```#-"R/J````!F)+1T0`_P#_ +M`/^@O:>3````"7!(67,```L3```+$P$`FIP8````!W1)344'U0<2"Q8`UMH^ +M#@```!UT15AT0V]M;65N=`!#6Q=Y97_G;N^_3T_[X[7["$)V0,)M(10(*4+7>BD>QD-ZJ)6 +MU525IM-6JM3I:$8SK31;2Z4RG4YGH,N(,DQI2T.!`"4E!+*0V"'>=\?+\]NW +MNWUG_GB.$\=.[.<\$D,XDBW9]]W[W?N[YYSOG-\YW_>(F06N,WGX\39ZZ+%N +MD$3X]'N;\>D/KF=%E@``HQ-I?/Y;SY''K>`K]V_B;1MJ($FTZ+$D7(<2\.F0 +M)`E"`']X:02#9U,`@$3*P(]^V4;1-&,X8N)HVSB!KFPLY?H$6&6:@FYXPL"/ +M?ME*MVRIX>Z!)!U\=0P@@JI(:%[F9XGH;8`O)YFLA?')+"K";OB]&H1@&*8# +MGOX$X:6341QIBY$0#$<4`'5KA*WKJZ]X_+<\P$\^WX-'?MM-JYN"V+PV#+=+ +MYD>?ZB/'.0^Q8$#8/.,\KUN&WZM=\?CT5I[D1L92^.8_O4S=([G"A$/G`3TG +M08^,@+^@V9&X`L;,*M]]%?OT[_ +M4\\??NQH!GPI',#K[XOC/_^V@X8@!`)"EPH]E"S@""'DE +M//;]>UA3Y;==!`!X/2H^N_]&KJOPXJ>_[J#QN#U][)W;*O&5^[<@X-.G_[>\ +M(81532'^TM^^2.D\PQ&`(PK!EBPQ-$W!Z$0:C77!M\.T:1,EX-VWM^#+G]S( +M[#A3#RWPL?>LY@O!G0:Y,80[=]4Q,T^?'_(I^-#>>OSC5V_F^IK`VY/4 +M)6BJ!,&`#"#D5]"T[-):N&%U.?[ON4$()I0'5'SCLYMYZ_KJ124<2QY@TW(P +M&LDAE;412]MHZTWA[*1!ILTPK<*$I!W,!S(J0BBTW5"\ZFUMR`#,S+)MQ +M]/0$3G2F:##J8"1.2.8$4GF&0RI(TB]U+CUQ?!(>#5A3Q;AGNY=_=:"'3OI(03+,< +M\R._Z2&?1^,[=C=-_SN6R..GC[71ZWV9PK4`Q-,.OON35NH>2/`G[UV'LJ#K +MS1FFC49R^,:_=]%@R@5!)7COMH$'WBGS,X?ZR;`$_!X57K>"UWM32&8+DUW` +M(V/;VC(TU/K8L@5.=<:H?2`-:RKI8.9IH%49^-1[E_/]'U[_YM3@<%##YN5N +M#)RDTEQ0T3$X:=+??W4W#XUFD,HYV+(VC*LJD#.L'EP)(7> +MH01M7%.Y].G*[OX8GCLRA)QASSI64>;&AW:501)F:2(0X-64*:LL5J/+Y_+FJW(VF94&X=`5E`1=N7%N)>]^UDEVZLG0! +M%H)QJCV"/[7%*6UK=+)]$CS'Y]ZUO8*W-I1^?(_J8/<-/C[:%B%,<95;UP3Q +M\/?NXD>^=S?_V5W-TUQ%,F,CG;5*,NY5`=AV!(Z?'L?I_@P%`SYHFH*NP31E +M<[,?(A30L7]/!2M.OJ3W$%(---;X$/`J4&5"8XT+']FWDK_WLRYZ\-$>>L?V +M.@X'E&D79IA.:3+)-SJ*,$P;QTY/H&_,(J_//2/>]5`.>V]N8%F6+HIG@7]X +MN).>/D-@DDNC2<+&KA8''[V]BCO[H@CZ-?RI/4]/MRMPR0Z^4(%/?V`=!WPZ?%YUZ0(L!..%5X_\_"R-I/72\1(L4.6UL+U%8;=+QJ^/662R"C!C5[.-_7LJ.):TT#&81FN_ +M03Z/C"]_N)&KPNZE"7!;9P2M?3ER>^8.SAU'@,T,/GC'&$FB +MM2=]27`!0)8EL.+&JZUG<8Z]NE#>_XY:W%!E`W-.AU?"L-$,<`'`(AV1O`NF +MY($D%\!D2<&!-L;/#@S.J(!<\S@XE[=QHCU*FGM^TU(4&?VC65K9:/#%::C? +MJ^+>FT/<]V2*+):A<1Y!7:`JI,#GDB'+!%D".P[39,I&-.4@;B@PH%PR;MY8CE#`-4_*G<61MBA.].7I6(^%E*T!=.6&NK;"P+<^U<35Y>YK"W!; +MYR1:^[*7=0US23Z;PXZU`6Z98\);K!7UCF3PY.%Q.M0ID+14\!5HM`P;^V]2 +M^2_>UWSM`$ZD##QSY"PIKN)37<=QH(@\]MW2P*HJE^R%,P,G.Z)X^)EQ.C8D +M`U6`8BSZ6FEVX]$7QL@LXAY+!K!E"W0,I$G7%]=+D,_FL'UMB#TN%6^$ +M^+TJ/K&O"9^[*\@^:;%9(N'5'@LC$[FK#_#+)T80#`<79<*Y3!:;5_EYP^K* +M*VJTF]]*"/MVU^*;'ZG@@+(XD,$&4::;7OAYA:/)K%[ +M2RU?`^6]R!]78$M]\6XB:6KH'$@M'.#12!;?_5DW_>#1'D23!I@90C!>ZXB# +ME8+YIX4+)SLB8&:8EH.GCXSB;QX9IA\=B%)=E0]./@O'F?]F+DU7U/K14C*,K5MQY0Q/S1Q(*`*B*C'5-7C[2GR>3%73%W?BW`SER +MF&#SS,FK)^'&CY\S20`0*!QK*F/LW5J.X;$L%'7^1$$B1M"G8:E(T*]ARW(7 +MNE\5X"*(H:$$86(RB\IRS^5=A"P3[ME5C755]A3U2C"$`IOE:*;0=["FTL8M:]T(^R6.)BT<:C>I?4*&F#JURF/@ +MEDTMZ!V(09+E&=TPEQ*/+KVA&=MB9-NZ,OYH;(Q,6X"HP&%(4\HU_3>=TS$" +M$:#*"BI"VL(`+K@*"8I,@`,0&.]!.[8F>,?/CY`+_0P`,)D +M3L7K/0FL:PDADY_D1#J'=-8F(6GP>.>F+'558BPQJ2KWX/[WM93\OJA_."F& +M(WE,)FV\TIZF%[L`R`K\4A8/?K&)ZZIG3U@3L3R^\,]=%',*9AZ0LZ@-R5A9 +MI_.J96[->6.EP/HGSMH6[*P(>\Q;"%!)HJH3>$ +M"7.!"P`!KXKF:@6QD8(6)QT/DI-`>T20]_4D*OS$EVKU9.925'+>/``GLH`Q +M17!?.(%J*ETND8%;DV:Y6P9!V#94F3!G3CV5HIJF<_T`?-=F-P:C-D;30#K' +MR%@RF"0,3`@D4B:"_ME./).ST3-F$4V1ZXV^'-8WJ*@OEWE50P6JPBZT]R>@ +M7B)ZL0L5R27EAS,Y"\.C*5Q(!5RH(WSN-Y__6Y$E--3ZX7%?.C15_O)C:SAO +MV!@>SZ+W;!8_?#)&<>&\8E]C;BP)\!Q&+]_:93&LAI`@&3G\-7[ +MZOB&Y4'\ZJEN&IHP,#AA075=.C8\MQ9M*4!S5\_;-;>55+^/)1A$M7L*(A@+I*#_[8FL*+W0PF&3\_;%+_1#?NWE[& +M?K>$K"'PS+$X/=,V,-5A[I"&%[L%C@W$25<)ELU( +MFS0-+@"D'!=^\N"]]2RL&)BU>>-@258P-I%!0UU@20"<2!EXY=1$4>`" +M0&69#N\\RVVE\P2,@_]^ZBP-)6>>P"0A8RN(YF2D+&6Z&8_/$=4DX?D.QG/' +M(MBVIHSSN?E+,;8@1!+&DG$/7?UQM/>GBCZO,NR>-R":!OC0:Q-XI0\@28($ +M!TW!/.Y<;:$A:($NJ.R7:2;N6>_@#65<#]^^JY +MJ?Z%/_RV5$ZW9_&9_8U\\NGQDEQ +MS=_Y0D00I&+P;/*R"P*OAK1U3N)$>[SH\P(>"3LVUF#!`#?4>/'MSS1Q1U\< +MM^VH@SR5>"^K]*`Z)*-GBLIKK-;XW+&697[\]:?\'$_F<:1U'%FA7W)QW\7B +M\WMPO#U&Y64>]GG4:P*N:3GXZ>/M%$M90)'8UY2@+S4]LS4BWZJN]V'O3 +MLFEP`4#7)-2%%;`0<,P\UC;-[FJ9C!L8BSND%TF@FZS@3$_TFH`K!./@X4&\ +MUADO&EQ5(>S84+F@'HYY$7'K"MZUV<^*E"`XP/*&V2;M]ZIPZ\6'7"Z7CH[! +M-#749/AJTY>M'1'\^%?M9"\BJ0QX9&S?N+#=4!:D?#RJ0C=MEWAH%^_*N".3V;Q+S]]C<:BBUO-=,/R(.JJ%]:? +MMB#Z7I8(NJ;@4LN8)(FPNBG(Z72NZ)N5)`DF-+Q\LKB>K\7*X-DDOO.#(]0Y +MG%M4KNY2"7?=VKC@:ZX/PJ`X)-75%DY+," +M0HA2OG\&%%EX-Z]+5S,9DDEK9NO:@JA9RC%IA`D +M2<6!9!DF-JX(L5["4O[$9!:'3YS%+W[714,3QA4U8!,8M^^HPHX;:XM3G%(" +M+,L2=FZLPA]>'H7'Y\5"6Z*$$'`K#E8TS>YN3V=-=/;%41EV(^37X?5HEXRJ +M+%L@&L\AEC1PZ.@PO?#J*(8G\C#M`D17(@W5;NR_9W71;KODG1_E(1=6U7NX +M?\(F55M8`I'/YK!]4_FL*@@SX^E#`WCP%Z?)YU&QJBF`U4U!E`4T^#PJZZJ$ +MO.E0WG"0R=D8&<_BM8XH1B,YY"V@5#UOBL3X]/M7\:KF);#:GHBP95T58LDA +M)$V"JEY^",<1J"M7>2[:;W0B@U\\V45YBY!/V(B)@WX=?_?0:Y2W"F_N[EOJ +M>/?66D13-H<#&EPJH:[Z\B6A:Z+!TR![->Q87\["RL^YDE.3;*QJGCVQ.8+Q +MR]]U(IJP2VM9$K!W1R6^]L!6EA4)H8`+^_>UL-GZ+Q)*BU +M-TVR3%<$[ANJP=.S;ZT?CB/X<%N,7!XWSH5OF4P>.]8$YHPI3[2-X4\G(E1J +M[?6["??M6\FOG(Z0-Q#`J9XT-JTMYQ6-`:XN]Q3P3@;2 +MR30VK`C-V9_VXM&1`H7X!@B#:#K?%2??X9H1V\>3Y +M\M?),^/X[?.]U#-07(_K-=G6:^AL$O6ULPN>D6@67_CV\S06*YWO)3`VK`@@ +MF;&1REAX]ZUU^-#=*_GW+XU1,.2_3,3&2"8RJ`S*&!G/PAOPP^52P?D,[KJE +MGA?JFZ])B_ES`1+^W$5A52\:TO[N!$RD#>L%%?XT,XL"P'FB9#DA7(LH1@R(>T::.BNGSZ'ATA8%H.EC3`H;2E,G+ +MT%WZ]#('VW(@S!SV[JSC^5;\+TF`PV5NW+NGD4^TQVAP+(M$VIJ])6*1HJN$ +MFS;5\$C$(&\@`&9&3C!TKPXB@F79:*R0<=.F6E:F$HF*L`?+&T/\XK$1FLQ8 +MT/6"I@HSB]NVUW`X5-QV!DL&X/*0&P_LOQ%YP^:.WBC:.F,X=/PLG>E-PK`7 +MQRNH,L'K5I`>2(`4'1Z/7NA_GI)L*H,=M[1,@SL=GZLR;MI8PX\^W4^Z7BB1 +M>5S2HI:<+=DMQID+/B^9-G&Z="%FDHWW[BF$LL;0Q`,G#HSCIZ1+-E0IQO#[6P*'[IS^9Q.*6_8^.T+ +M@U`]/@*`;#*)G1LJN+D^@&*6#+\I]W`W3`?1>`Y&0;4+`"L2@K[+TYGIK(G? +M_W$`FB](`&"DD_C(W2OF!#B7M_'$\X/D\A5\M67:L&T+;MG&IC7EW%`;6-`R +MB#?E#MBZ)L_;='''H^!A-1+.S:-+#)\?) +M'_!.11`V;,N"95HP30N*Q*@L][YU7<1BY.29"9SJ39'7YYMAVJ9I@1T3E0$% +MND(P+,9XPH:BNZ`H,BS+AHL,--;X6#!#,,/K4K"Z96'D^W6Q27XR;>!T;X)\ +M_D`A/+,=F(8%ETN#IJE@5A'+%Y9O,0,N[WGZU,SEL.?F&BXO6]RB]>O"101\ +M.FK+76P8%B8C,7@D`QN:W6RDD[!M!T2%>J(D287-\BZ8]E1=0S2Q^(U*KQL7 +MD3=LG#PSCDWKJG"NRZ;AR(Q'-N!I.K0=!6F::/*)_C6 +M;75OS:]Y*)6X=`4[-\U>FT=3H`DA$-`=[-A8S9($O'ATE&Q;@JK*&!K/D&4+ +M7FCGZ'4915PZH2D`G$IFL'U#%5>4N1$.NO&N7?7,1A;Q6!(-U6Y6Y+?(]VA< +M3;%M@>IR%\)^!94^WPP2Q^-6<>?N96S9`J&`:U91]FT?O$3D_P&WW%EW(^#C +-#0````!)14Y$KD)@@@`` +` +end --- kio-apt-0.13.2.orig/po/pl-utf.po +++ kio-apt-0.13.2/po/pl-utf.po @@ -16,7 +16,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" - #: apt.cpp:156 msgid "Search" msgstr "Szukaj" --- kio-apt-0.13.2.orig/po/sv.po +++ kio-apt-0.13.2/po/sv.po @@ -15,8 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apt.cpp:134 -#: apt.cpp:135 +#: apt.cpp:134 apt.cpp:135 msgid "Page generated by kio_apt." msgstr "Sidan genererades av kio_apt." @@ -84,8 +83,7 @@ msgid "Can't launch \"apt-cache policy %1\"" msgstr "Kan inte starta \"apt-cache policy %1\"" -#: apt.cpp:554 -#: apt.cpp:560 +#: apt.cpp:554 apt.cpp:560 msgid "Package description for \"%1\"" msgstr "Paketbeskrivning för \"%1\"" @@ -123,8 +121,7 @@ msgid "File search for \"%1\"" msgstr "Filsökning efter \"%1\"" -#: apt.cpp:688 -#: apt.cpp:735 +#: apt.cpp:688 apt.cpp:735 msgid "Can't launch the package manager" msgstr "Kan inte starta pakethanteraren" @@ -152,13 +149,11 @@ msgid "Both package version and distribution are specified" msgstr "Både paketversion och distribution har angivits" -#: dpkg.cpp:90 -#: rpm.cpp:91 +#: dpkg.cpp:90 rpm.cpp:91 msgid "%1 not found" msgstr "%1 hittades inte" -#: dpkg.cpp:127 -#: rpm.cpp:121 +#: dpkg.cpp:127 rpm.cpp:121 msgid "Package %1 is not installed" msgstr "Paketet %1 är inte installerat" @@ -166,13 +161,11 @@ msgid "packages.ubuntu.com" msgstr "packages.ubuntu.com" -#: dpkg.cpp:186 -#: rpm.cpp:181 +#: dpkg.cpp:186 rpm.cpp:181 msgid "File to search" msgstr "Fil att söka efter" -#: dpkg.cpp:187 -#: rpm.cpp:182 +#: dpkg.cpp:187 rpm.cpp:182 msgid "Architecture" msgstr "Arkitektur" @@ -184,8 +177,7 @@ msgid "AMD 64" msgstr "AMD 64" -#: dpkg.cpp:190 -#: rpm.cpp:192 +#: dpkg.cpp:190 rpm.cpp:192 msgid "PowerPC" msgstr "PowerPC" @@ -193,8 +185,7 @@ msgid "Version" msgstr "Version" -#: dpkg.cpp:199 -#: rpm.cpp:208 +#: dpkg.cpp:199 rpm.cpp:208 msgid "Go online!" msgstr "Gå online!" @@ -265,4 +256,3 @@ #: rpm.cpp:200 msgid "Distribution" msgstr "Distribution" -