rev 4135 - kde-extras/digikam/trunk/debian
Mark Purcell
msp at costa.debian.org
Thu Jul 20 06:02:16 UTC 2006
Author: msp
Date: 2006-07-20 06:02:12 +0000 (Thu, 20 Jul 2006)
New Revision: 4135
Modified:
kde-extras/digikam/trunk/debian/changelog
kde-extras/digikam/trunk/debian/copyright
kde-extras/digikam/trunk/debian/rules
kde-extras/digikam/trunk/debian/watch
Log:
* Include translators in debian/copyright (problem with unicode though)
* Fixes:
- needs to call update-desktop-files in postinst (Closes: #344092)
- fails to start with "albumtreestate.bin not found" (Closes: #340567)
- general disfunctionning (Closes: #309726)
Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog 2006-07-19 21:36:01 UTC (rev 4134)
+++ kde-extras/digikam/trunk/debian/changelog 2006-07-20 06:02:12 UTC (rev 4135)
@@ -1,8 +1,5 @@
-digikam (0.8.2-1) UNRELEASED; urgency=low
+digikam (0.8.2-1) unstable; urgency=low
- * NOT RELEASED YET
- !! TODO: check copyright of new translations !!
-
[ Achim Bohnet ]
* new upstream release
* adapt debian/patches/11_only_-lqt-mt.diff to apply cleanly
@@ -12,9 +9,16 @@
- remove x-raw.desktop removal. No longer delivered by upstream
* debian/control: x-raw.desktop is in kdelibs >= 4:3.5.1-3 so add
a versioned depend on it.
-
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Wed, 12 Jul 2006 01:26:25 +0200
+ [ Mark Purcell ]
+ * Include translators in debian/copyright (problem with unicode though)
+ * Fixes:
+ - needs to call update-desktop-files in postinst (Closes: #344092)
+ - fails to start with "albumtreestate.bin not found" (Closes: #340567)
+ - general disfunctionning (Closes: #309726)
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Thu, 20 Jul 2006 06:59:38 +0100
+
digikam (0.8.1+0.8.2-rc1-2) unstable; urgency=low
* Depends: libgphoto2-2-dev
Modified: kde-extras/digikam/trunk/debian/copyright
===================================================================
--- kde-extras/digikam/trunk/debian/copyright 2006-07-19 21:36:01 UTC (rev 4134)
+++ kde-extras/digikam/trunk/debian/copyright 2006-07-20 06:02:12 UTC (rev 4135)
@@ -213,3 +213,49 @@
o original printing code from Kuickshow program.
* Copyright (C) 2002 Carsten Pfeiffer <pfeiffer at kde.org>
+Translations:
+ ?????? ????? (bg)
+ Golam Mortuza Hossain (bn)
+ Thierry Vignaud (br)
+ Josep Ma. Ferrer (ca)
+ Klara Cihlarova (cs)
+ Thierry Vignaud (cy)
+ Erik Kjær Pedersen (da)
+ Thomas Reitelbach (de)
+ Spiros Georgaras (el)
+ Malcolm Hunter (en_GB)
+ Pablo de Vicente (es)
+ Marek Laane (et)
+ marcos (eu)
+ Mikael Lammentausta (fi)
+ Tung Nguyen (fr)
+ Kevin Patrick Scannell (ga)
+ Xabi G. Feal (gl)
+ elcuco at kde.org (he)
+ Tamas Szanto (hu)
+ Federico Zenith (it)
+ Yukiko BANDO (ja)
+ Leang Chumsoben (km)
+ Donatas Glodenis (lt)
+ Bozidar Proevski (mk)
+ Sharuzzaman Ahmat Raslan (ms)
+ Kevin Attard Compagno (mt)
+ Øyvind A. Holm (nb)
+ Bram Schoenmakers (nl)
+ Karl Ove Hufthammer (nn)
+ Amanpreet Singh Brar (pa)
+ Robert Gomulka (pl)
+ Pedro Morais (pt)
+ Lisiane Sztoltz Teixeira (pt_BR)
+ Claudiu Costin (ro)
+ Nick Shaforostoff (ru)
+ Steve Murphy (rw)
+ Gregor Rakar (sl)
+ Chusslove Illich (sr)
+ Chusslove Illich (sr at Latn)
+ Stefan Asserhäll (sv)
+ Tamil PC (ta)
+ ?smail ?im?ek (tr)
+ Ivan Petrouchtchak (uk)
+ Clytie Siddall (vi)
+ Funda Wang (zh_CN)
Modified: kde-extras/digikam/trunk/debian/rules
===================================================================
--- kde-extras/digikam/trunk/debian/rules 2006-07-19 21:36:01 UTC (rev 4134)
+++ kde-extras/digikam/trunk/debian/rules 2006-07-20 06:02:12 UTC (rev 4135)
@@ -15,3 +15,7 @@
# remove empty API-docs dirs tree
rm -rf $(CURDIR)/debian/digikam/usr/share/doc/kde
+get-orig-source:
+ @@dh_testdir
+ @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+ @@dpatch-get-origtargz ../tarballs
Modified: kde-extras/digikam/trunk/debian/watch
===================================================================
--- kde-extras/digikam/trunk/debian/watch 2006-07-19 21:36:01 UTC (rev 4134)
+++ kde-extras/digikam/trunk/debian/watch 2006-07-20 06:02:12 UTC (rev 4135)
@@ -16,5 +16,5 @@
# Uncommment to examine a FTP server
#ftp://ftp.example.com/pub/twinkle-(.*)\.tar\.gz debian uupdate
-http://sf.net/digikam/digikam-([\d.].*)\.tar\.bz2 debian svn-upgrade
+http://sf.net/digikam/digikam-([\d].[\d].[\d])\.tar\.bz2 debian svn-upgrade
More information about the pkg-kde-commits
mailing list