kdeextragear-1/amarok/debian

2004-10-15 Thread Adeodato Simó
CVS commit by dato: 

1.1.1-1 is in Debian


  M +2 -2  changelog   1.10


--- kdeextragear-1/amarok/debian/changelog  #1.9:1.10
@@ -1,3 +1,3 @@
-amarok (1.1.1-1~kalyxo1) unstable; urgency=low
+amarok (1.1.1-1) unstable; urgency=low
 
   * New upstream release packaged. Most notably, fixes several GStreamer
@@ -13,5 +13,5 @@
 - removed proper-otherlang-handbook-path.patch, issue fixed upstream.
 
- -- Adeodato Simó <[EMAIL PROTECTED]>  Sat, 09 Oct 2004 22:51:06 +0200
+ -- Adeodato Simó <[EMAIL PROTECTED]>  Sat, 16 Oct 2004 05:29:48 +0200
 
 amarok (1.1.0-2) unstable; urgency=low




SpamAssassin 3

2004-10-15 Thread Duncan Findlay
I'm sending you this e-mail because a package you maintain depends (or
recommends or suggests) spamassassin. (I apologize if you get multiple
copies of this message because you maintain multiple packages
depending on spamassassin...)

Most of you will already know that spamassassin has recently upgraded
to a new upstream version. Unfortunately, this new version is not
entirely backwards compatible.

If you access SpamAssassin through the Mail::SpamAssassin perl
modules, your program will not work with the new spamassassin. As a
result, spamassassin 3.0.0 needs to conflict with your package (<=
current version). Since I can't guess which version of your package
will be fixed to work with the new perl interface, it is also
essential that you declare a Conflicts: relationship with spamassassin
>= 3.0.0 in your next upload. If I need to add a Conflicts:
relationship, I need to know; please let me know by posting a message
to [EMAIL PROTECTED]

If you call the spamc program or spamassassin script or communicate
directly with spamd over TCP, your program is not affected by the
upgrade. Feel free to let me know at [EMAIL PROTECTED]
or simply ignore this message.

I appreciate your help in this matter. I simply do not have the time
to check every package manually, so your help is quite valuable.

If you have any questions, please let me know.

Thanks,
-- 
Duncan Findlay


signature.asc
Description: Digital signature


kdenonbeta/kttsd/debian

2004-10-15 Thread Gary Cramblitt
CVS commit by cramblitt: 

More Debian packaging stuff.  Getting better.


  M +13 -12TODO   1.7
  M +1 -2  changelog   1.3
  M +3 -3  control   1.3
  M +3 -0  kttsd-dev.install   1.6
  M +10 -0 kttsd.install   1.5





KDE_3_3_BRANCH: kdewebdev/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Don't ship separate libkommander packages.


  Akommander-dev.install   1.1.2.1
  M +1 -2  .cvsignore   1.4.2.2
  M +6 -4  changelog   1.15.2.2
  M +13 -20control   1.14.2.2
  M +7 -2  kommander.install   1.4.2.2
  M +0 -3  kommander.override   1.3.2.1
  M +3 -1  kommander.shlibs   1.2.6.2
  Rlibkommander-dev.install   1.1.2.1
  Rlibkommander0.install   1.1.2.1
  Rlibkommander0.shlibs   1.1.2.1





KDE_3_3_BRANCH: kdewebdev/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Remove unwanted files _before_ applying patches.


  M +3 -4  rules   1.11.2.3


--- kdewebdev/debian/rules  #1.11.2.2:1.11.2.3
@@ -45,4 +45,7 @@
 dh_testdir
 
+# Make absolutely sure these aren't left around from the .orig.tar.gz.
+-rm -f kxsldbg.shlibs
+
 # Apply Debian specific patches
 if test ! -f patch-stamp; then \
@@ -55,8 +58,4 @@
 fi
 
-# Make absolutely sure these aren't left around from the .orig.tar.gz.
--rm -f debian/kommander.shlibs
--rm -f kxsldbg.shlibs
-
 # KDE CVS does not have aclocal.m4 or configure
 if test ! -f configure; then \




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Remove unwanted files _before_ applying patches.


  M +4 -4  rules   1.57.2.4


--- kdesdk/debian/rules  #1.57.2.3:1.57.2.4
@@ -46,4 +46,8 @@
 dh_testdir
 
+# Make absolutely sure these aren't left around from the .orig.tar.gz.
+-rm -f kmtrace.shlibs kmtrace.overrides kmtrace.README.Debian
+-rm -f patches/python.diff
+
 # Apply Debian specific patches
 if test ! -f patch-stamp; then \
@@ -56,8 +60,4 @@
 fi
 
-# Make absolutely sure these aren't left around from the .orig.tar.gz.
--rm -f kmtrace.shlibs kmtrace.overrides kmtrace.README.Debian
--rm -f patches/python.diff
-
 # KDE CVS does not have aclocal.m4 or configure
 if test ! -f configure; then \




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Bleh.


  M +1 -1  control   1.61.2.6
  M +1 -1  copyright   1.15.2.2


--- kdesdk/debian/control  #1.61.2.5:1.61.2.6
@@ -129,5 +129,5 @@
 Architecture: all
 Section: devel
-Depends: ${perl:Depends}, php4-cli | php3-cgi, python
+Depends: ${perl:Depends}, php4-cli, python
 Recommends: kcachegrind
 Description: format converters for KCachegrind profiling visualisation tool

--- kdesdk/debian/copyright  #1.15.2.1:1.15.2.2
@@ -78,5 +78,5 @@
   domain. An individual or company may do whatever they wish with source
   code distributed with ANTLR or the code generated by ANTLR, including
-  the incorporation of ANTLR, or its output, into commerical software.
+  the incorporation of ANTLR, or its output, into commercial software.
 
   We encourage users to develop software with ANTLR. However, we do ask




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Some files need to be deleted from debian/.


  M +2 -1  rules   1.57.2.3


--- kdesdk/debian/rules  #1.57.2.2:1.57.2.3
@@ -57,5 +57,6 @@
 
 # Make absolutely sure these aren't left around from the .orig.tar.gz.
--rm -f kmtrace.shlibs
+-rm -f kmtrace.shlibs kmtrace.overrides kmtrace.README.Debian
+-rm -f patches/python.diff
 
 # KDE CVS does not have aclocal.m4 or configure




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Added manpages for kcachegrind converters.


  Adprof2calltree.1   1.1.2.1
  Ahotshot2calltree.1   1.1.2.1
  Akcachegrind-converters.manpages   1.1.2.1
  Amemprof2calltree.1   1.1.2.1
  Aop2calltree.1   1.1.2.1
  Approf2calltree.1   1.1.2.1
  M +7 -1  kcachegrind.1   1.3.2.1


--- kdesdk/debian/kcachegrind.1  #1.3:1.3.2.1
@@ -3,5 +3,5 @@
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH KCACHEGRIND 1 "January 31, 2004"
+.TH KCACHEGRIND 1 "October 15, 2004"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -52,4 +52,10 @@
 \fIkdesdk-doc-html\fP and read this documentation in HTML format from
 \fI/usr/share/doc/kde/HTML/en/kcachegrind/\fP.
+.SH SEE ALSO
+.BR dprof2calltree (1),
+.BR hotshot2calltree (1),
+.BR memprof2calltree (1),
+.BR op2calltree (1),
+.BR pprof2calltree (1).
 .SH AUTHOR
 KCachegrind was written by Josef Weidendorfer <[EMAIL PROTECTED]>.




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Finished license/author audit.


  M +4 -3  catalogmanager.1   1.7.2.1
  M +82 -11copyright   1.15.2.1
  M +4 -3  kbabel.1   1.12.2.1
  M +4 -3  kbabeldict.1   1.11.2.1
  M +3 -3  kompare.1   1.7.2.1





KDE_3_3_BRANCH: kdesdk/debian/patches

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Missed this in the /usr/lib/kmtrace/ transition.


  M +11 -0 kmtrace.diff   1.1.2.2


--- kdesdk/debian/patches/kmtrace.diff  #1.1.2.1:1.1.2.2
@@ -39,2 +39,13 @@
  Note that the static library is used.
  You can now activate malloc logging by starting yourApplication as:
+--- kdesdk/kmtrace/kminspector.in   27 Nov 2001 01:44:01 -  1.2
 kdesdk/kmtrace/kminspector.in   15 Oct 2004 23:05:03 -
+@@ -2,7 +2,7 @@
+ 
+ export MALLOC_TREE=kminspector.tree
+ export MALLOC_THRESHOLD=2000
+-export [EMAIL PROTECTED]@/libktrace.so
++export [EMAIL PROTECTED]@/kmtrace/libktrace.so
+ 
+ $*
+ 




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Massaged control file.


  M +3 -0  changelog   1.60.2.2
  M +21 -13control   1.61.2.5


--- kdesdk/debian/changelog  #1.60.2.1:1.60.2.2
@@ -9,4 +9,7 @@
   * Versioned libqt3-mt-dev build-depends is no longer necessary since
 kdelibs4-dev already forces Qt 3.3.
+  * Made libcvsservice-dev depend on kdelibs4-dev.
+  * Removed python dependency from poxml, since all apps are now compiled
+binaries.
   * Added a sample kde-buildrc to the kdesdk-scripts documentation.
 

--- kdesdk/debian/control  #1.61.2.4:1.61.2.5
@@ -10,5 +10,5 @@
 Section: kde
 Depends: cervisia (>= ${Source-Version}), kapptemplate (>= ${Source-Version}), 
kbabel (>= ${Source-Version}), kbugbuster (>= ${Source-Version}), kcachegrind 
(>= ${Source-Version}), kdesdk-kfile-plugins (>= ${Source-Version}), 
kdesdk-misc (>= ${Source-Version}), kdesdk-scripts (>= ${Source-Version}), 
kmtrace (>= ${Source-Version}), kompare (>= ${Source-Version}), kspy (>= 
${Source-Version}), kuiviewer (>= ${Source-Version}), poxml (>= 
${Source-Version}), umbrello (>= ${Source-Version})
-Suggests: kbabel-dev, kdesdk-doc-html
+Suggests: kcachegrind-converters, kbabel-dev, kdesdk-doc-html
 Description: KDE Software Development Kit
  The KDE Software Development Kit is a collection of applications and tools
@@ -129,8 +129,16 @@
 Architecture: all
 Section: devel
-Depends: ${perl:Depends}, php4-cgi, python
+Depends: ${perl:Depends}, php4-cli | php3-cgi, python
 Recommends: kcachegrind
-Description: TODO
- TODO
+Description: format converters for KCachegrind profiling visualisation tool
+ This is a collection of scripts for converting the output from
+ different profiling tools into a format that KCachegrind can use.
+ .
+ KCachegrind is a visualisation tool for the profiling data generated
+ by calltree, a profiling skin for valgrind.  Applications can be
+ profiled using calltree without being recompiled, and shared libraries
+ and plugin architectures are supported.
+ .
+ This package is part of the KDE Software Development Kit.
 
 Package: kdesdk-kfile-plugins
@@ -138,8 +146,8 @@
 Section: kde
 Depends: ${shlibs:Depends}
-Description: KDE file dialog plugins for source and patch files
+Description: KDE file dialog plugins for software development files
  This is a collection of plugins for the KDE file dialog.  These plugins
- extend the file dialog to offer advanced meta-information for source
- and patch files.
+ extend the file dialog to offer advanced meta-information for source files,
+ patch files and Qt Linguist data.
  .
  This package is part of the KDE Software Development Kit.
@@ -189,6 +197,5 @@
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}
-Recommends: less
+Depends: ${shlibs:Depends}, less
 Description: a KDE memory leak tracer
  KMtrace is a KDE tool to assist with malloc debugging using glibc's
@@ -203,6 +210,7 @@
 Suggests: khelpcenter
 Description: a KDE GUI for viewing differences between files
- Kompare is a KDE GUI for viewing the differences between two files.
- It will also optionally create a diff file.
+ Kompare is a KDE GUI for viewing the differences between files.
+ It can compare two documents, create a diff file, display a diff file
+ and/or blend a diff file back into the original documents.
  .
  This package is part of the KDE Software Development Kit.
@@ -259,5 +267,5 @@
 Architecture: any
 Section: libdevel
-Depends: libcvsservice0 (= ${Source-Version})
+Depends: libcvsservice0 (= ${Source-Version}), kdelibs4-dev
 Replaces: cervisia (<< 4:3.2.0)
 Description: development files for CVS DCOP service
@@ -275,5 +283,5 @@
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}, python
+Depends: ${shlibs:Depends}
 Description: tools for using PO-files to translate DocBook XML files
  This is a collection of tools that facilitate translating DocBook XML




Bug#276586: kopete: depends on libgtk1.2 (via xmms)

2004-10-15 Thread Mario Girlando
Alle 00:04, venerdì 15 ottobre 2004, Tobias Hunger ha scritto:

>
> I am trying to finally remove gtk < 2 from my systems. kopete depends on
> this through xmms. Could you suggest xmms only, instead of depending on it?
>

Xmms is there because kopete's "now listening" plugin, in the same package as 
kopete itself,  actually requires it. There are two solutions (yes, I want 
gtk1.2 out of my system as well): one is to split the plugin into a different 
package so you can purge it without losing kopete, the other is to disable it 
altogether. I implemented a package split in a patch attached to bug #271880, 
however no one from the kde packaging team has commented about it yet.
The patch has been working without problems since I submitted the bug but, as 
far as I know, I've been the only one using it, so I'm not sure about its 
stability.

-- 
ciao

Mario


PGP fingerprint: 1060 FE47 C00C 219E 76AB 6ADE 7A85 326A 3791 88DE


pgpLzH4IOwABZ.pgp
Description: PGP signature


Bug#257439: kicker doesn't crash any longer

2004-10-15 Thread Julian Mehnle
Since my last KDE-related package upgrade or so, kicker doesn't crash any
longer on every first login after bootup.  I'm currently running version
4:3.2.2-1 of kicker.  My guess is that upgrading some kdelibs packages
made the problem go away, but I can't say for sure.

As far as I am concerned, this bug report can be closed.




Bug#276487: reproducible.

2004-10-15 Thread Nathaniel W. Turner
I can reproduce this (with konqueror 4:3.3.0a-1).

-- 
Nathaniel W. Turner
http://houseofnate.net/



KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

More manpage updates before I sleep.


  M +6 -5  cvsservice.1   1.2.2.1
  M +2 -2  demangle.1   1.8.2.1
  M +29 -10extractrc.1   1.6.2.1
  M +2 -2  kminspector.1   1.11.2.1


--- kdesdk/debian/cvsservice.1  #1.2:1.2.2.1
@@ -3,5 +3,5 @@
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH CVSSERVICE 1 "February 6, 2004"
+.TH CVSSERVICE 1 "October 15, 2004"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -65,11 +65,12 @@
 .BR dcop (1).
 .PP
-Details of how to use the CVS service from within another script or C++
-program can be found in \fI/usr/share/doc/libcvsservice0/DESIGN\fP.
+Details of how to use the CVS service from within a shell script, a C++
+program or through the JavaScript bindings can be found in
+\fI/usr/share/doc/libcvsservice0/DESIGN\fP.
 .SH AUTHOR
-The CVS service was written by Christian Loose <[EMAIL PROTECTED]>.
+The CVS service was written by Christian Loose <[EMAIL PROTECTED]>.
 .br
 Cervisia was written by Bernd Gehrmann <[EMAIL PROTECTED]>,
-Christian Loose <[EMAIL PROTECTED]> and
+Christian Loose <[EMAIL PROTECTED]> and
 Andre Woebbeking <[EMAIL PROTECTED]>.
 .br

--- kdesdk/debian/demangle.1  #1.8:1.8.2.1
@@ -51,6 +51,6 @@
 .SH SEE ALSO
 .BR kminspector (1),
-.BR kmmatch (1).
-.BR kmtrace (1),
+.BR kmmatch (1),
+.BR kmtrace (1).
 .SH AUTHOR
 This manual page was prepared by Ben Burton <[EMAIL PROTECTED]>

--- kdesdk/debian/extractrc.1  #1.6:1.6.2.1
@@ -3,5 +3,5 @@
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH EXTRACTRC 1 "January 31, 2004"
+.TH EXTRACTRC 1 "October 15, 2004"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -17,27 +17,46 @@
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-extractrc \- extract message strings from UI and GUI-RC files
+extractrc \- extract message strings from UI and XML GUI files
 .SH SYNOPSIS
 .B extractrc
+[ \fB\-\-tag\-group=\fP\fIgroup\fP ]
+[ \fB\-\-tag=\fP\fIname\fP ... ]
 [ \fB\-\-context=\fP\fIname\fP ]
-[ \fB\-\-tag=\fP\fIname\fP ]
+[ \fB\-\-lines\fP ]
 \fIfile\fP ...
+.PP
+.B extractrc \-\-help
 .SH DESCRIPTION
-\fBextractrc\fP finds all text tags and other message strings in the given
-files and writes the corresponding \fIi18n()\fP calls to standard output
-so that xgettext can parse them.
+\fBextractrc\fP finds all text tags and other message strings within the
+given files.  It then writes the corresponding \fIi18n()\fP calls to
+standard output (usually redirected to rc.cpp) so that xgettext can parse
+them.
 .PP
-It understands both (Qt/KDE)-designer's UI files and XML GUI-RC files.
+It understands both Qt designer (.ui) files and XML GUI (.rc) files.
 .PP
 This utility is part of the KDE Software Development Kit.
 .SH OPTIONS
 .TP
+\fB\-\-tag\-group=\fP\fIgroup\fP
+Use a predefined group of tags that we are interested in.
+Valid groups are default, koffice and none.
+The default group will be used if this option is omitted.
+.TP
+\fB\-\-tag=\fP\fIname\fP
+Extract also the contents of the tag \fIname\fP.
+This option may be used multiple times
+(e.g., \-\-tag=tag_one \-\-tag=tag_two).
+.TP
 \fB\-\-context=\fP\fIname\fP
 Give all i18n() calls the given context: i18n("\fIname\fP", ...).
 .TP
-\fB\-\-tag=\fP\fIname\fP
-Extract also the contents of the tag \fIname\fP (this option may be
-used multiple times).
+\fB\-\-lines\fP
+Include source line numbers in comments.
+.TP
+\fB\-\-help\fP
+Display a summary of options.
 .SH AUTHOR
+This utility was written by Richard Evans <[EMAIL PROTECTED]> and others.
+.br
 This manual page was prepared by Ben Burton <[EMAIL PROTECTED]>
 for the Debian GNU/Linux system (but may be used by others).

--- kdesdk/debian/kminspector.1  #1.11:1.11.2.1
@@ -38,6 +38,6 @@
 .SH SEE ALSO
 .BR demangle (1),
-.BR kmmatch (1).
-.BR kmtrace (1),
+.BR kmmatch (1),
+.BR kmtrace (1).
 .PP
 Much more extensive documentation for KMtrace can be found in




Bug#252412: kopete: Ctrl-V works, Ctrl-C doesn't in MSN/ICQ windows.

2004-10-15 Thread Artom Lifshitz
Package: kopete
Version: 4:3.3.0-2
Followup-For: Bug #252412

I cannot copy with Ctrl-C in ICQ and MSN windows - these are the only
protocols I use, so I can't say anything about other protocols, but
logically this should happen in all Kopete chat windows. Copy from the
context menu and Ctrl-V work.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=en_CA, LC_CTYPE=en_CA

Versions of packages kopete depends on:
ii  kdelibs4  4:3.3.0-2  KDE core libraries
ii  libart-2.0-2  2.3.16-6   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-17   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgadu3  1:1.5-2Gadu-Gadu protocol library - runti
ii  libgcc1   1:3.4.2-2  GCC support library
ii  libglib1.21.2.10-9   The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libice6   4.3.0.dfsg.1-8 Inter-Client Exchange library
ii  libidn11  0.5.2-3GNU libidn library, implementation
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.5.0-7  PNG library - runtime
ii  libqt3c102-mt 3:3.3.3-4.1Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-8 X Window System Session Management
ii  libstdc++51:3.3.5-1  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-8 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-8 X Window System miscellaneous exte
ii  libxi64.3.0.dfsg.1-8 X Window System Input extension li
ii  libxml2   2.6.11-3   GNOME XML library
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxslt1.11.1.8-4XSLT processing library - runtime 
ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries m
ii  xmms  1.2.10-1   Versatile X audio player that look
ii  zlib1g1:1.2.2-1  compression library - runtime

-- no debconf information



KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Manpages, icons and rules, oh my.


  Acvsbackport.1   1.1.2.1
  Afixuifiles.1   1.1.2.1
  Akdemangen.pl.1   1.1.2.1
  Apackage_crystalsvg.1   1.1.2.1
  Apng2mng.pl.1   1.1.2.1
  M +194 -95   cervisia.xpm   1.4.2.1
  M +1 -1  control   1.61.2.4
  M +2 -1  cvslastchange.1   1.6.2.1
  M +2 -1  cvslastlog.1   1.5.4.1
  M +2 -1  cvsrevertlast.1   1.4.4.1
  M +5 -0  kdesdk-scripts.manpages   1.13.2.1
  M +5 -5  rules   1.57.2.2
  M +102 -44   umbrello.xpm   1.2.2.1





kdenonbeta/akregator/debian

2004-10-15 Thread Pierre Habouzit
CVS commit by habouzit: 

last touchups


  M +7 -5  akregator.install   1.6
  M +0 -5  rules   1.8


--- kdenonbeta/akregator/debian/akregator.install  #1.5:1.6
@@ -1,11 +1,13 @@
 debian/tmp/usr/bin/akregator
 debian/tmp/usr/lib/kde3/libakregatorpart.*
-debian/tmp/usr/share/config.kcfg
-debian/tmp/usr/share/config.kcfg/akregator.kcfg
+debian/tmp/usr/share/applnk/Internet/akregator.desktop
 debian/tmp/usr/share/apps/akregator/akregator_shell.rc
 debian/tmp/usr/share/apps/akregatorpart/akregator_part.rc
-debian/tmp/usr/share/applnk/Internet/akregator.desktop
-debian/tmp/usr/share/services/akregator_part.desktop
 debian/tmp/usr/share/apps/akregatorpart/welcome.html
-debian/tmp/usr/share/icons/*/*/*/*.png
+debian/tmp/usr/share/config.kcfg
+debian/tmp/usr/share/config.kcfg/akregator.kcfg
 debian/tmp/usr/share/icons/crystalsvg/scalable/apps/akregator.svgz
+debian/tmp/usr/share/icons/*/*/*/*.png
+debian/tmp/usr/share/services/akregator_part.desktop
+debian/tmp/usr/share/services/feed.protocol
+debian/overrides/akregator  /usr/share/lintian/overrides/

--- kdenonbeta/akregator/debian/rules  #1.7:1.8
@@ -11,9 +11,4 @@
 DEB_INSTALL_MANPAGES_akregator := debian/akregator.1
 
-DEB_DH_INSTALL_ARGS := --fail-missing
-
-install/akregator::
-dh_install -pakregator debian/overrides/akregator 
usr/share/lintian/overrides/
-
 install/akregator-konq-plugin::
 dh_link




kdenonbeta/akregator/debian

2004-10-15 Thread Pierre Habouzit
CVS commit by habouzit: 

beta7


  M +7 -0  changelog   1.31
  M +2 -0  rules   1.7


--- kdenonbeta/akregator/debian/changelog  #1.30:1.31
@@ -1,2 +1,9 @@
+akregator (1.0-beta7-1) unstable; urgency=low
+
+  * new upstream.
+  * htmlentities now are supported (closes: #263213).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Fri, 15 Oct 2004 10:31:35 +0200
+
 akregator (1.0-beta6-2) unstable; urgency=low
 

--- kdenonbeta/akregator/debian/rules  #1.6:1.7
@@ -11,4 +11,6 @@
 DEB_INSTALL_MANPAGES_akregator := debian/akregator.1
 
+DEB_DH_INSTALL_ARGS := --fail-missing
+
 install/akregator::
 dh_install -pakregator debian/overrides/akregator 
usr/share/lintian/overrides/




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

Install the example kde-buildrc.


  Apatches/kde-buildrc.diff   1.1.2.1
  M +1 -0  kdesdk-scripts.install   1.12.2.1


--- kdesdk/debian/kdesdk-scripts.install  #1.12:1.12.2.1
@@ -34,4 +34,5 @@
 usr/bin/qtdoc
 usr/bin/zonetab2pot.py
+usr/share/doc/kdesdk-scripts
 usr/share/man/man1/cvsblame.1
 usr/share/man/man1/cvsversion.1




KDE_3_3_BRANCH: kdesdk/debian

2004-10-15 Thread Ben Burton
CVS commit by benb: 

First round of packaging changes for kdesdk 3.3.


  Apatches/env.diff   1.1.2.1
  Apatches/kmtrace.diff   1.1.2.1
  M +0 -2  cervisia.override   1.4.2.1
  M +8 -3  changelog   1.60.2.1
  M +1 -1  control   1.61.2.3
  M +2 -2  kbabel.shlibs   1.8.2.1
  M +1 -1  kdesdk-doc-html.doc-base.cervisia   1.3.2.1
  M +2 -1  kdesdk-doc-html.doc-base.kcachegrind   1.3.2.1
  M +5 -2  kdesdk-scripts.README.Debian   1.8.2.1
  M +0 -1  kdesdk-scripts.docs   1.2.6.1
  M +1 -1  kmtrace.install   1.3.4.1
  M +2 -1  kompare.install   1.11.2.1
  M +1 -1  libcvsservice0.shlibs   1.2.2.1
  M +7 -0  rules   1.57.2.1
  M +1 -1  patches/pod2man.diff   1.3.2.1
  Rkmtrace.README.Debian   1.2
  Rkmtrace.override   1.4
  Rkmtrace.shlibs   1.7
  Rpatches/python.diff   1.1