KDE_3_4_BRANCH: kdeaddons/debian

2005-05-01 Thread Ben Burton
CVS commit by benb: 

Forwardport changes from 3_3_BRANCH.


  M +9 -0  changelog   1.30.4.7
  M +1 -1  control   1.35.4.7


--- kdeaddons/debian/changelog  #1.30.4.6:1.30.4.7
@@ -8,4 +8,13 @@
  -- Ben Burton [EMAIL PROTECTED]  Tue,  8 Mar 2005 07:43:35 +1100
 
+kdeaddons (4:3.3.2-4) unstable; urgency=low
+
+  * Replaced vimpart's long list of GUI vim dependencies with the single
+(vim-gtk | gvim).  This removes an indirect (and unnecessary) conflict
+between vimpart and the new vim-full package, and should avoid similar
+such problems in the future (closes: #306538).
+
+ -- Ben Burton [EMAIL PROTECTED]  Sun,  1 May 2005 13:41:04 +1000
+
 kdeaddons (4:3.3.2-3) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.35.4.6:1.35.4.7
@@ -202,5 +202,5 @@
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), vim-gtk | 
vim-gnome | vim-lesstif | vim-perl | vim-python | vim-ruby | vim-tcl
+Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), vim-gtk | 
gvim
 Replaces: libvimpart0, libvimpart-dev
 Conflicts: libvimpart0, libvimpart-dev



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdeaddons/debian

2005-04-25 Thread Ben Burton
CVS commit by benb: 

Change default gvim dependency for vimpart; fix /lib64 problem for amd64/ppc64.


  Apatches/lib64.diff   1.1.2.1
  M +10 -0 changelog   1.30.2.10
  M +5 -5  control   1.35.2.4
  M +7 -3  vimpart.README.Debian   1.3.2.1


--- kdeaddons/debian/changelog  #1.30.2.9:1.30.2.10
@@ -1,2 +1,12 @@
+kdeaddons (4:3.3.2-3) unstable; urgency=low
+
+  * Made the default vimpart dependency vim-gtk (closes: #304189).
+Previously it was kvim, but kvim has since been removed from debian.
+  * Added a note in vimpart.README.Debian that the above change may require
+you to reconfigure your vimpart in the control centre.
+  * Don't use 'libsuff=64' on amd64 or ppc64 (closes: #301794).
+
+ -- Ben Burton [EMAIL PROTECTED]  Mon, 25 Apr 2005 23:08:18 +1000
+
 kdeaddons (4:3.3.2-2) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.35.2.3:1.35.2.4
@@ -195,5 +195,5 @@
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), kvim | 
kvim-perl | kvim-python | kvim-ruby | kvim-tcl | vim-gnome | vim-gtk | 
vim-lesstif | vim-perl | vim-python | vim-ruby | vim-tcl
+Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), vim-gtk | 
vim-gnome | vim-lesstif | vim-perl | vim-python | vim-ruby | vim-tcl
 Replaces: libvimpart0, libvimpart-dev
 Conflicts: libvimpart0, libvimpart-dev
@@ -207,8 +207,8 @@
  Konqueror and KWrite.
  .
- Note that this component requires a graphical version of Vim (such as KVim
- or GVim) to be installed separately.  The Vim component may also need
- to be configured before use - this can be done in the KDE Components
- section of the KDE Control Centre.
+ Note that this component requires a graphical version of Vim (such as
+ GVim) to be installed separately.  The Vim component may also need to be
+ configured before use - this can be done in the KDE Components section of
+ the KDE Control Centre.
  .
  This package is part of the KDE add-ons module.

--- kdeaddons/debian/vimpart.README.Debian  #1.3:1.3.2.1
@@ -11,6 +11,10 @@
 need a separate graphical Vim installation for the component to hook into
 (this is the /usr/bin/vim that you provide during the configuration
-described above).  For example, any of the kvim, vim-gtk or vim-gnome
-packages will be suitable.
+described above).  For example, either of the vim-gtk or vim-gnome
+packages would be suitable.
 
- -- Ben Burton [EMAIL PROTECTED], Sat, 13 Mar 2004 09:58:54 +1100
+If you change your graphical Vim installation (such as from kvim to
+vim-gtk), you may need to reconfigure the Vim component in the KDE
+Control Centre.
+
+ -- Ben Burton [EMAIL PROTECTED], Mon, 25 Apr 2005 23:08:18 +1000



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-04-25 Thread Ben Burton
CVS commit by benb: 

Forwardport recent changes on KDE_3_3_BRANCH.


  M +10 -0 changelog   1.30.4.6
  M +5 -5  control   1.35.4.6
  M +7 -3  vimpart.README.Debian   1.3.4.1


--- kdeaddons/debian/changelog  #1.30.4.5:1.30.4.6
@@ -8,4 +8,14 @@
  -- Ben Burton [EMAIL PROTECTED]  Tue,  8 Mar 2005 07:43:35 +1100
 
+kdeaddons (4:3.3.2-3) unstable; urgency=low
+
+  * Made the default vimpart dependency vim-gtk (closes: #304189).
+Previously it was kvim, but kvim has since been removed from debian.
+  * Added a note in vimpart.README.Debian that the above change may require
+you to reconfigure your vimpart in the control centre.
+  * Don't use 'libsuff=64' on amd64 or ppc64 (closes: #301794).
+
+ -- Ben Burton [EMAIL PROTECTED]  Mon, 25 Apr 2005 23:08:18 +1000
+
 kdeaddons (4:3.3.2-2) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.35.4.5:1.35.4.6
@@ -202,5 +202,5 @@
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), kvim | 
kvim-perl | kvim-python | kvim-ruby | kvim-tcl | vim-gnome | vim-gtk | 
vim-lesstif | vim-perl | vim-python | vim-ruby | vim-tcl
+Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), vim-gtk | 
vim-gnome | vim-lesstif | vim-perl | vim-python | vim-ruby | vim-tcl
 Replaces: libvimpart0, libvimpart-dev
 Conflicts: libvimpart0, libvimpart-dev
@@ -214,8 +214,8 @@
  Konqueror and KWrite.
  .
- Note that this component requires a graphical version of Vim (such as KVim
- or GVim) to be installed separately.  The Vim component may also need
- to be configured before use - this can be done in the KDE Components
- section of the KDE Control Centre.
+ Note that this component requires a graphical version of Vim (such as
+ GVim) to be installed separately.  The Vim component may also need to be
+ configured before use - this can be done in the KDE Components section of
+ the KDE Control Centre.
  .
  This package is part of the KDE add-ons module.

--- kdeaddons/debian/vimpart.README.Debian  #1.3:1.3.4.1
@@ -11,6 +11,10 @@
 need a separate graphical Vim installation for the component to hook into
 (this is the /usr/bin/vim that you provide during the configuration
-described above).  For example, any of the kvim, vim-gtk or vim-gnome
-packages will be suitable.
+described above).  For example, either of the vim-gtk or vim-gnome
+packages would be suitable.
 
- -- Ben Burton [EMAIL PROTECTED], Sat, 13 Mar 2004 09:58:54 +1100
+If you change your graphical Vim installation (such as from kvim to
+vim-gtk), you may need to reconfigure the Vim component in the KDE
+Control Centre.
+
+ -- Ben Burton [EMAIL PROTECTED], Mon, 25 Apr 2005 23:08:18 +1000



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeaddons/debian

2005-03-25 Thread Ben Burton
CVS commit by benb: 

Sync HEAD with KDE_3_4_BRANCH so it's not so terribly out of date for the next 
branch.


  M +5 -4  atlantikdesigner.1   1.5
  M +1 -1  atlantikdesigner.menu   1.4
  M +37 -3 changelog   1.31
  M +34 -39control   1.36
  M +578 -15   copyright   1.11
  M +22 -12jpegorient.1   1.3
  M +3 -1  kaddressbook-plugins.install   1.3
  M +3 -0  kate-plugins.install   1.7
  M +0 -1  kdeaddons-doc-html.install   1.4
  M +4 -0  kdeaddons-kfile-plugins.install   1.5
  M +7 -0  kicker-applets.install   1.6
  M +31 -16konq-plugins.install   1.7
  M +0 -1  konq-plugins.menu   1.4
  M +0 -1  ksig.menu   1.4
  M +10 -0 noatun-plugins.install   1.7
  M +2 -2  orient.py.1   1.3
  M +15 -4 rules   1.21
  M +2 -2  source.lintian-overrides   1.3
  Ratlantikdesigner.override   1.2
  Rkonq-plugins.override   1.4
  Rksig.override   1.2
  Rpatches/db++.diff   1.2




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeaddons/debian

2005-03-25 Thread Ben Burton
CVS commit by benb: 

Sync HEAD with KDE_3_4_BRANCH so it's not so terribly out of date for the next 
branch.


  M +1 -0  kdeaddons-kfile-plugins.manpages   1.2
  M +60 -0 lnkforward.1   1.2




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdeaddons/debian

2005-03-25 Thread Ben Burton
CVS commit by benb: 

Include full GFDL text in debian/copyright.


  M +7 -0  changelog   1.30.2.9
  M +412 -0copyright   1.10.2.2




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-13 Thread Ben Burton
CVS commit by benb: 

Update build-deps for kdepim 3.4.


  M +1 -1  control   1.35.4.5


--- kdeaddons/debian/control  #1.35.4.4:1.35.4.5
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: atlantik-dev (= 4:3.4.0), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev ( 4:3.4.0), kdelibs4-dev (= 4:3.4.0), 
kdemultimedia-dev (= 4:3.4.0), libdb4.2++-dev, libkdegames-dev (= 4:3.4.0), 
libkonq4-dev (= 4:3.4.0), kdepim-dev ( 4:3.3.0), libsdl1.2-dev (= 
1.2.2-3.3), libssl-dev (= 0.9.6), libxine-dev, xlibs-pic, xmms-dev
+Build-Depends: atlantik-dev (= 4:3.4.0), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev ( 4:3.4.0), kdelibs4-dev (= 4:3.4.0), 
kdemultimedia-dev (= 4:3.4.0), libdb4.2++-dev, libkdegames-dev (= 4:3.4.0), 
libkonq4-dev (= 4:3.4.0), kdepim-dev ( 4:3.4.0), libsdl1.2-dev (= 
1.2.2-3.3), libssl-dev (= 0.9.6), libxine-dev, xlibs-pic, xmms-dev
 Build-Conflicts: autoconf2.13
 Standards-Version: 3.6.1



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-13 Thread Ben Burton
CVS commit by benb: 

Finished license audit for kdeaddons 3.4.  The full text of the GFDL has also 
been added to the debian copyright file.


  M +449 -6copyright   1.10.4.2




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-11 Thread Ben Burton
CVS commit by benb: 

Update menu files.


  M +1 -0  atlantikdesigner.menu   1.3.4.1


--- kdeaddons/debian/atlantikdesigner.menu  #1.3:1.3.4.1
@@ -4,4 +4,5 @@
   kderemove=1\
   title=Atlantik Designer\
+  longtitle=Atlantik Designer (Monopoly(R)-like Board Designer)\
   command=/usr/bin/atlantikdesigner\
   icon=/usr/share/pixmaps/atlantikdesigner.xpm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-11 Thread Ben Burton
CVS commit by benb: 

Note new plugins in description.


  M +7 -7  control   1.35.4.3


--- kdeaddons/debian/control  #1.35.4.2:1.35.4.3
@@ -138,7 +138,7 @@
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}, ark, imagemagick, libjpeg-progs, python
+Depends: ${shlibs:Depends}, akregator, ark, imagemagick, libjpeg-progs, python
 Suggests: khelpcenter, kdeaddons-doc-html
-Enhances: konqueror
+Enhances: konqueror, akregator
 Replaces: akregator ( 1.1), akregator-konq-plugin ( 1.1)
 Conflicts: akregator-konq-plugin ( 1.1)
@@ -151,11 +151,11 @@
  Highlights for web browsing include web page translation, web page archiving,
  auto-refreshing, HTML and CSS structural analysis, a search toolbar, a
- sidebar news ticker, fast access to common options, bookmarklets and a
- crash monitor.
+ sidebar news ticker, fast access to common options, bookmarklets, a crash
+ monitor and integration with the aKregator RSS feed reader.
  .
  Highlights for directory browsing include directory filters, image gallery
- creation, archive compression and extraction, samba share mounting, quick
- copy/move, a sidebar media player, a graphical disk usage viewer and image
- conversions and transformations.
+ creation, archive compression and extraction, quick copy/move, a sidebar
+ media player, a graphical disk usage viewer and image conversions and
+ transformations.
  .
  This package is part of the KDE add-ons module.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-11 Thread Ben Burton
CVS commit by benb: 

Remove the obsolete kderemove tags from menu files.


  M +0 -1  atlantikdesigner.menu   1.3.4.2
  M +0 -1  konq-plugins.menu   1.3.4.1
  M +0 -1  ksig.menu   1.3.4.1
  M +3 -0  rules   1.20.4.4
  Ratlantikdesigner.override   1.2
  Rkonq-plugins.override   1.4
  Rksig.override   1.2


--- kdeaddons/debian/atlantikdesigner.menu  #1.3.4.1:1.3.4.2
@@ -2,5 +2,4 @@
   section=Games/Board\
   hints=KDE,Monopoly\
-  kderemove=1\
   title=Atlantik Designer\
   longtitle=Atlantik Designer (Monopoly(R)-like Board Designer)\

--- kdeaddons/debian/konq-plugins.menu  #1.3:1.3.4.1
@@ -2,5 +2,4 @@
   section=Apps/System\
   hints=KDE\
-  kderemove=1\
   title=FSView\
   longtitle=FSView (Graphical Disk Usage / Filesystem Viewer)\

--- kdeaddons/debian/ksig.menu  #1.3:1.3.4.1
@@ -2,5 +2,4 @@
   section=Apps/Net\
   hints=KDE\
-  kderemove=1\
   title=KSig\
   longtitle=KSig (Signature Editor)\

--- kdeaddons/debian/rules  #1.20.4.3:1.20.4.4
@@ -47,4 +47,7 @@
 # Make absolutely sure these aren't left around from the .orig.tar.gz.
 -rm -f debian/patches/db++.diff
+-rm -f debian/atlantikdesigner.override
+-rm -f debian/konq-plugins.override
+-rm -f debian/ksig.override
 
 # Apply Debian specific patches



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-11 Thread Ben Burton
CVS commit by benb: 

Note what we did.


  M +1 -0  changelog   1.30.4.3


--- kdeaddons/debian/changelog  #1.30.4.2:1.30.4.3
@@ -2,4 +2,5 @@
 
   * New major upstream release.
+  * Removed obsolete kderemove tags from menu items.
 
  -- Ben Burton [EMAIL PROTECTED]  Tue,  8 Mar 2005 07:43:35 +1100



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_4_BRANCH: kdeaddons/debian

2005-03-10 Thread Ben Burton
CVS commit by benb: 

Updated build-deps and install files.


  M +6 -0  changelog   1.30.4.2
  M +4 -1  control   1.35.4.2
  M +3 -1  kaddressbook-plugins.install   1.2.4.1
  M +1 -0  kate-plugins.install   1.6.4.2
  M +0 -1  kdeaddons-doc-html.install   1.3.4.1
  M +1 -1  kdeaddons-kfile-plugins.install   1.4.4.2
  M +0 -1  kicker-applets.install   1.5.6.2
  M +9 -21 konq-plugins.install   1.6.4.2
  M +2 -1  rules   1.20.4.3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdeaddons/debian

2005-01-21 Thread Ben Burton
CVS commit by benb: 

Prepare 3.3.2 upload.


  M +6 -0  changelog   1.30.2.8


--- kdeaddons/debian/changelog  #1.30.2.7:1.30.2.8
@@ -1,2 +1,8 @@
+kdeaddons (4:3.3.2-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 22 Jan 2005 06:53:59 +1100
+
 kdeaddons (4:3.3.1-1) unstable; urgency=medium
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdeaddons/debian

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

A round of fixes for 3.3.1.


  M +13 -0 changelog   1.30.2.6
  M +1 -0  control   1.35.2.3
  M +7 -3  rules   1.20.2.1


--- kdeaddons/debian/changelog  #1.30.2.5:1.30.2.6
@@ -1,2 +1,15 @@
+kdeaddons (4:3.3.1-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+  * Patched .lnk kfile plugin and /usr/bin/lnkforward so that they can
+distinguish between drive and path information.  Previously, lnkforward
+would lose path information altogether (and thus fail to work).
+  * Force a rerun of admin/Makefile.common when building (not just after a
+clean), since the debian patches affect Makefile.ams.
+  * Build-conflict with autoconf2.13, since admin/Makefile.common does not
+operate correctly in its presence.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 23 Oct 2004 15:17:56 +1000
+
 kdeaddons (4:3.3.0-1) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.35.2.2:1.35.2.3
@@ -4,4 +4,5 @@
 Maintainer: Ben Burton [EMAIL PROTECTED]
 Build-Depends: atlantik-dev ( 4:3.3.0), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev ( 4:3.3.0), kdelibs4-dev ( 4:3.3.0), 
kdemultimedia-dev ( 4:3.3.0), libdb4.2++-dev, libkdegames-dev ( 4:3.3.0), 
libkonq4-dev ( 4:3.3.0), kdepim-dev ( 4:3.3.0), libsdl1.2-dev (= 
1.2.2-3.3), libxine-dev, xlibs-pic, xmms-dev
+Build-Conflicts: autoconf2.13
 Standards-Version: 3.6.1
 

--- kdeaddons/debian/rules  #1.20:1.20.2.1
@@ -56,7 +56,11 @@
 
 # KDE CVS does not have aclocal.m4 or configure
-if test ! -f configure; then \
-$(MAKE) -f admin/Makefile.common ;\
-fi
+# if test ! -f configure; then \
+#   $(MAKE) -f admin/Makefile.common ;\
+# fi
+
+# Force a rerun of automake/etc since this is required by the
+# debian patches.
+$(MAKE) -f admin/Makefile.common ;\
 
 # ensure configure is executable




KDE_3_3_BRANCH: kdeaddons/debian

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

Remove the rellinks plugin until it's unbroken.


  M +2 -0  changelog   1.30.2.7
  M +3 -0  rules   1.20.2.2


--- kdeaddons/debian/changelog  #1.30.2.6:1.30.2.7
@@ -5,4 +5,6 @@
 distinguish between drive and path information.  Previously, lnkforward
 would lose path information altogether (and thus fail to work).
+  * Removed the rellinks plugin, which is terribly broken at this stage
+(see Debian bug #276633 and KDE bugs #84966 and #86113).
   * Force a rerun of admin/Makefile.common when building (not just after a
 clean), since the debian patches affect Makefile.ams.

--- kdeaddons/debian/rules  #1.20.2.1:1.20.2.2
@@ -134,4 +134,7 @@
 chmod 755 debian/tmp/usr/share/apps/knewsticker/scripts/*.py
 
+# Remove the rellinks plugin until it becomes unbroken.
+rm -vr `find debian/konq-plugins -name *rellinks*`
+
 # Generate HTML docs.
 for i in `find debian/tmp -name index.docbook`; do \




KDE_3_3_BRANCH: kdeaddons/debian

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

More manpages.


  Akdeaddons-kfile-plugins.manpages   1.1.2.1
  Alnkforward.1   1.1.2.1





Re: KDE_3_3_BRANCH: kdeaddons/debian

2004-10-13 Thread Adeodato Simó
* Ben Burton [Wed, 13 Oct 2004 03:34:58 +0200]:

  hi bab, just in case:

 -kdeaddons (4:3.2.92-1) experimental; urgency=low
 +kdeaddons (4:3.3.0-1) experimental; urgency=low
 

  is that intentional or a forgot-to-change thing?

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
The reader this message encounters not failing to understand is cursed.



KDE_3_3_BRANCH: kdeaddons/debian

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

Install docs for individual plugins/etc.


  M +1 -0  kate-plugins.install   1.6.2.2
  M +1 -0  kdeaddons-kfile-plugins.install   1.4.2.2
  M +7 -0  kicker-applets.install   1.5.4.2
  M +8 -0  konq-plugins.install   1.6.2.2
  M +10 -0 noatun-plugins.install   1.6.2.1


--- kdeaddons/debian/kate-plugins.install  #1.6.2.1:1.6.2.2
@@ -8,2 +8,3 @@
 usr/share/doc/kde/HTML/en/kate-plugins/*.docbook
 usr/share/services/kate*
+../../kate/xmltools/README usr/share/doc/kate-plugins/xmltools

--- kdeaddons/debian/kdeaddons-kfile-plugins.install  #1.4.2.1:1.4.2.2
@@ -7,2 +7,3 @@
 usr/share/services/ren*
 usr/share/doc/kdeaddons-kfile-plugins
+../../kfile-plugins/lnk/README usr/share/doc/kdeaddons-kfile-plugins/lnk

--- kdeaddons/debian/kicker-applets.install  #1.5.4.1:1.5.4.2
@@ -14,2 +14,9 @@
 usr/share/icons/crystalsvg/16x16/apps/ktimemon.png
 usr/share/icons/crystalsvg/32x32/apps/ktimemon.png
+../../kicker-applets/kolourpicker/TODO 
usr/share/doc/kicker-applets/kolourpicker
+../../kicker-applets/mediacontrol/AUTHORS 
usr/share/doc/kicker-applets/mediacontrol
+../../kicker-applets/mediacontrol/ChangeLog 
usr/share/doc/kicker-applets/mediacontrol
+../../kicker-applets/mediacontrol/README 
usr/share/doc/kicker-applets/mediacontrol
+../../kicker-applets/mediacontrol/TODO 
usr/share/doc/kicker-applets/mediacontrol
+../../kicker-applets/ktimemon/README usr/share/doc/kicker-applets/ktimemon
+../../kicker-applets/ktimemon/TODO usr/share/doc/kicker-applets/ktimemon

--- kdeaddons/debian/konq-plugins.install  #1.6.2.1:1.6.2.2
@@ -146,2 +146,10 @@
 usr/share/services/webarchivethumbnail.desktop
 ../fsview.xpm usr/share/pixmaps
+../../konq-plugins/fsview/README usr/share/doc/konq-plugins/fsview
+../../konq-plugins/rellinks/AUTHORS usr/share/doc/konq-plugins/rellinks
+../../konq-plugins/rellinks/ChangeLog usr/share/doc/konq-plugins/rellinks
+../../konq-plugins/rellinks/README usr/share/doc/konq-plugins/rellinks
+../../konq-plugins/rellinks/TODO usr/share/doc/konq-plugins/rellinks
+../../konq-plugins/sidebar/mediaplayer/AUTHORS 
usr/share/doc/konq-plugins/sidebar-mediaplayer
+../../konq-plugins/sidebar/newsticker/README 
usr/share/doc/konq-plugins/sidebar-newsticker
+../../konq-plugins/smbmounter/Readme usr/share/doc/konq-plugins/smbmounter

--- kdeaddons/debian/noatun-plugins.install  #1.6:1.6.2.1
@@ -21,2 +21,12 @@
 usr/share/apps/noatun/wavecapture.plugin
 usr/share/icons/crystalsvg/16x16/apps/synaescope.png
+../../noatun-plugins/dub/AUTHORS usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/dub/BUGS usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/dub/ChangeLog usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/dub/design.txt usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/dub/NEWS usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/dub/README usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/dub/TODO usr/share/doc/noatun-plugins/dub
+../../noatun-plugins/lyrics/TODO usr/share/doc/noatun-plugins/lyrics
+../../noatun-plugins/tyler/AUTHORS usr/share/doc/noatun-plugins/tyler
+../../noatun-plugins/tyler/README usr/share/doc/noatun-plugins/tyler




Re: KDE_3_3_BRANCH: kdeaddons/debian

2004-10-13 Thread Ben Burton

   is that intentional or a forgot-to-change thing?

Neither, I haven't finalised the changelogs yet.  But it's probably
best that you pointed this out. :)

b.



KDE_3_3_BRANCH: kdeaddons/debian

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

Fix the changelog date.


  M +1 -1  changelog   1.30.2.5


--- kdeaddons/debian/changelog  #1.30.2.4:1.30.2.5
@@ -7,5 +7,5 @@
   * Happy anniversarymits!
 
- -- Ben Burton [EMAIL PROTECTED]  Wed, 13 Oct 2004 23:55:03 +1000
+ -- Ben Burton [EMAIL PROTECTED]  Thu, 14 Oct 2004 00:10:01 +1000
 
 kdeaddons (4:3.2.3-2) unstable; urgency=low




KDE_3_3_BRANCH: kdeaddons/debian

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

Remove kontact-plugins, update *.install.


  M +2 -1  changelog   1.30.2.2
  M +4 -19 control   1.35.2.1
  M +1 -0  kate-plugins.install   1.6.2.1
  M +3 -0  kdeaddons-kfile-plugins.install   1.4.2.1
  M +1 -0  kicker-applets.install   1.5.4.1
  M +19 -0 konq-plugins.install   1.6.2.1





kdeaddons/debian

2004-08-01 Thread Ben Burton
CVS commit by benb: 

Changelog entry for 3.2.92.


  M +6 -0  changelog   1.30


--- kdeaddons/debian/changelog  #1.29:1.30
@@ -1,2 +1,8 @@
+kdeaddons (4:3.2.92-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sun,  1 Aug 2004 18:41:10 +1000
+
 kdeaddons (4:3.2.3-2) unstable; urgency=low
 




kdeaddons/debian

2004-08-01 Thread Ben Burton
CVS commit by benb: 

Update versioned build-depends for 3.2.92.


  M +1 -1  control   1.35


--- kdeaddons/debian/control  #1.34:1.35
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: atlantik-dev ( 4:3.2.0), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev ( 4:3.2.0), kdelibs4-dev ( 4:3.2.0), 
kdemultimedia-dev ( 4:3.2.0), libdb4.0++-dev, libkdegames-dev ( 4:3.2.0), 
libkonq4-dev ( 4:3.2.0), kdepim-dev ( 4:3.2.0), libsdl1.2-dev (= 
1.2.2-3.3), libxine-dev, xlibs-pic, xmms-dev
+Build-Depends: atlantik-dev ( 4:3.2.92), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev ( 4:3.2.92), kdelibs4-dev ( 4:3.2.92), 
kdemultimedia-dev ( 4:3.2.92), libdb4.0++-dev, libkdegames-dev ( 4:3.2.92), 
libkonq4-dev ( 4:3.2.92), kdepim-dev ( 4:3.2.92), libsdl1.2-dev (= 
1.2.2-3.3), libxine-dev, xlibs-pic, xmms-dev
 Standards-Version: 3.6.1
 




kdeaddons/debian

2004-08-01 Thread Ben Burton
CVS commit by benb: 

Sync from BRANCH.


  M +38 -0 changelog   1.29
  M +3 -4  control   1.34
  M +2 -0  source.lintian-overrides   1.2
  M +3 -2  vimpart.README.Debian   1.3


--- kdeaddons/debian/changelog  #1.28:1.29
@@ -1,2 +1,40 @@
+kdeaddons (4:3.2.3-2) unstable; urgency=low
+
+  * Patched vimpart so that the kvim process is reliably caught and embedded
+by the vimpart parent.  This is still hit-and-miss though when using
+vim-gtk or vim-gnome.
+  * Made vimpart depend on kcontrol = 4:3.2.0, since it must be configured
+before it can be used (closes: #247684).
+
+ -- Ben Burton [EMAIL PROTECTED]  Thu,  1 Jul 2004 08:21:20 +1000
+
+kdeaddons (4:3.2.3-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Don't have atlantikdesigner suggest atlantik since it already depends
+on it.
+  * Suggests (konqueror | www-browser) for kdeaddons-doc-html instead of
+just www-browser.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sun, 20 Jun 2004 09:48:28 +1000
+
+kdeaddons (4:3.2.2-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 24 Apr 2004 08:53:43 +1000
+
+kdeaddons (4:3.2.1-1) unstable; urgency=low
+
+  * First KDE 3.2 upload to sid.
+  * Expanded list of vimpart dependencies to include all available graphical
+vims (closes: #234523).
+  * Web archiver now saves original URL as !-- saved from: ... --
+(closes: #120277).
+  * Control applet for vimpart integrates properly with KDE 3.2
+(closes: #230290).
+
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 13 Mar 2004 09:58:54 +1100
+
 kdeaddons (4:3.2.0-2) experimental; urgency=low
 

--- kdeaddons/debian/control  #1.33:1.34
@@ -18,5 +18,5 @@
 Architecture: all
 Section: doc
-Suggests: www-browser, kdeaddons
+Suggests: konqueror | www-browser, kdeaddons
 Description: KDE add-ons documentation in HTML format
  By default the add-on plugins and applets provided with KDE (the K Desktop
@@ -37,5 +37,4 @@
 Section: games
 Depends: ${shlibs:Depends}
-Suggests: atlantik
 Enhances: atlantik
 Description: game board designer for Atlantik
@@ -50,5 +49,5 @@
 Package: kaddressbook-plugins
 Architecture: any
-Section: editors
+Section: kde
 Depends: ${shlibs:Depends}
 Suggests: kworldclock, kontact-plugins, khelpcenter, kdeaddons-doc-html
@@ -208,5 +207,5 @@
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}, ${misc:Depends}, kvim | vim-gtk
+Depends: ${shlibs:Depends}, ${misc:Depends}, kcontrol (= 4:3.2.0), kvim | 
kvim-perl | kvim-python | kvim-ruby | kvim-tcl | vim-gnome | vim-gtk | 
vim-lesstif | vim-perl | vim-python | vim-ruby | vim-tcl
 Replaces: libvimpart0, libvimpart-dev
 Conflicts: libvimpart0, libvimpart-dev

--- kdeaddons/debian/vimpart.README.Debian  #1.2:1.3
@@ -11,5 +11,6 @@
 need a separate graphical Vim installation for the component to hook into
 (this is the /usr/bin/vim that you provide during the configuration
-described above).  Either the kvim or the vim-gtk package will be suitable.
+described above).  For example, any of the kvim, vim-gtk or vim-gnome
+packages will be suitable.
 
- -- Ben Burton [EMAIL PROTECTED], Wed,  4 Feb 2004 07:56:56 +1100
+ -- Ben Burton [EMAIL PROTECTED], Sat, 13 Mar 2004 09:58:54 +1100




KDE_3_2_BRANCH: kdeaddons/debian

2004-06-19 Thread Ben Burton
CVS commit by benb: 

Prepare 3.2.3 upload.


  Asource.lintian-overrides   1.1.2.1
  M +8 -0  changelog   1.26.2.7
  M +1 -1  control   1.31.2.11


--- kdeaddons/debian/changelog  #1.26.2.6:1.26.2.7
@@ -1,2 +1,10 @@
+kdeaddons (4:3.2.3-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Suggests (konqueror | www-browser) for kdeaddons-doc-html instead of
+just www-browser.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sun, 20 Jun 2004 09:48:28 +1000
+
 kdeaddons (4:3.2.2-1) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.31.2.10:1.31.2.11
@@ -18,5 +18,5 @@
 Architecture: all
 Section: doc
-Suggests: www-browser, kdeaddons
+Suggests: konqueror | www-browser, kdeaddons
 Description: KDE add-ons documentation in HTML format
  By default the add-on plugins and applets provided with KDE (the K Desktop




KDE_3_2_BRANCH: kdeaddons/debian

2004-03-12 Thread Ben Burton
CVS commit by benb: 

Oops, fix section.


  M +1 -1  control   1.31.2.10


--- kdeaddons/debian/control  #1.31.2.9:1.31.2.10
@@ -50,5 +50,5 @@
 Package: kaddressbook-plugins
 Architecture: any
-Section: editors
+Section: kde
 Depends: ${shlibs:Depends}
 Suggests: kworldclock, kontact-plugins, khelpcenter, kdeaddons-doc-html




KDE_3_2_BRANCH: kdeaddons/debian

2004-02-23 Thread Ben Burton
CVS commit by benb: 

Upload to experimental, versioned metapackage dependencies.


  M +8 -0  changelog   1.26.2.4
  M +2 -2  control   1.31.2.8
  M +3 -0  copyright   1.8.2.3


--- kdeaddons/debian/changelog  #1.26.2.3:1.26.2.4
@@ -1,2 +1,10 @@
+kdeaddons (4:3.2.0-2) experimental; urgency=low
+
+  * First KDE 3.2 upload to experimental.
+  * Sync from KDE_3_2_BRANCH for recent bugfixes.
+  * Using versioned dependencies for the kdeaddons metapackage.
+
+ -- Ben Burton [EMAIL PROTECTED]  Mon, 23 Feb 2004 08:14:22 +1100
+
 kdeaddons (4:3.2.0-1) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.31.2.7:1.31.2.8
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: atlantik-dev ( 4:3.1.93), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libdb4.0++-dev, 
libkdegames-dev, libkonq4-dev, kdepim-dev, libsdl1.2-dev (= 1.2.2-3.3), 
libxine-dev, xlibs-pic, xmms-dev
+Build-Depends: atlantik-dev ( 4:3.2.0), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev ( 4:3.2.0), kdelibs4-dev ( 4:3.2.0), 
kdemultimedia-dev ( 4:3.2.0), libdb4.0++-dev, libkdegames-dev ( 4:3.2.0), 
libkonq4-dev ( 4:3.2.0), kdepim-dev ( 4:3.2.0), libsdl1.2-dev (= 
1.2.2-3.3), libxine-dev, xlibs-pic, xmms-dev
 Standards-Version: 3.6.1
 
@@ -9,5 +9,5 @@
 Architecture: all
 Section: kde
-Depends: atlantikdesigner, kaddressbook-plugins, kate-plugins, 
kdeaddons-kfile-plugins, kicker-applets, knewsticker-scripts, konq-plugins, 
kontact-plugins, ksig, noatun-plugins, vimpart
+Depends: atlantikdesigner (= ${Source-Version}), kaddressbook-plugins (= 
${Source-Version}), kate-plugins (= ${Source-Version}), 
kdeaddons-kfile-plugins (= ${Source-Version}), kicker-applets (= 
${Source-Version}), knewsticker-scripts (= ${Source-Version}), konq-plugins 
(= ${Source-Version}), kontact-plugins (= ${Source-Version}), ksig (= 
${Source-Version}), noatun-plugins (= ${Source-Version}), vimpart (= 
${Source-Version})
 Suggests: kdeaddons-doc-html
 Description: add-on plugins and applets provided with KDE

--- kdeaddons/debian/copyright  #1.8.2.2:1.8.2.3
@@ -158,4 +158,7 @@
   BSD License
 
+NexScope:
+  LGPL (GNU Lesser General Public License)
+
   On Debian GNU/Linux systems, the complete texts of these licenses can be
   found in `/usr/share/common-licenses/GPL', `/usr/share/common-licenses/LGPL'




KDE_3_2_BRANCH: kdeaddons/debian

2004-02-05 Thread Ben Burton
CVS commit by benb: 

Finished manpages for kdeaddons 3.2 packaging.


  Aexif.py.1   1.1.2.1
  Aorient.py.1   1.1.2.1
  M +2 -0  konq-plugins.manpages   1.1.2.2
  M +14 -0 rules   1.19.2.3


--- kdeaddons/debian/rules  #1.19.2.2:1.19.2.3
@@ -178,4 +178,18 @@
 dh_installmenu
 dh_installmime
+
+# Move some incorrectly installed man pages.
+for pkg in `dh_listpackages`; do \
+  case $$pkg in \
+konq-plugins ) \
+  mv debian/konq-plugins/usr/share/man/py/man1/exif.1 \
+debian/konq-plugins/usr/share/man/man1/exif.py.1; \
+  mv debian/konq-plugins/usr/share/man/py/man1/orient.1 \
+debian/konq-plugins/usr/share/man/man1/orient.py.1; \
+  rm -rf debian/konq-plugins/usr/share/man/py; \
+;; \
+  esac; \
+done
+
 dh_strip
 dh_link

--- kdeaddons/debian/konq-plugins.manpages  #1.1.2.1:1.1.2.2
@@ -1,2 +1,4 @@
+debian/exif.py.1
 debian/fsview.1
 debian/jpegorient.1
+debian/orient.py.1




kdeaddons/debian

2004-02-05 Thread Ben Burton
CVS commit by benb: 

Finished kdeaddons 3.2 packaging - sync with 3_2_BRANCH.


  M +4 -0  .cvsignore   1.8
  M +1 -1  atlantikdesigner.1   1.4
  M +180 -294  atlantikdesigner.xpm   1.4
  M +38 -3 changelog   1.27
  M +86 -35control   1.32
  M +40 -13copyright   1.9
  M +44 -0 exif.py.1   1.2
  M +52 -0 fsview.1   1.2
  M +281 -0fsview.xpm   1.2
  M +58 -0 jpegorient.1   1.2
  M +4 -0  kaddressbook-plugins.install   1.2
  M +1 -3  kate-plugins.install   1.6
  M +2 -6  kate-plugins.override   1.3
  M +1 -0  kdeaddons-doc-html.install   1.3
  M +3 -0  kdeaddons-kfile-plugins.install   1.4
  M +5 -5  knewsticker-scripts.README.Debian   1.3
  M +8 -6  konq-plugins.install   1.6
  M +4 -0  konq-plugins.manpages   1.2
  M +8 -0  konq-plugins.menu   1.2
  M +2 -10 konq-plugins.override   1.4
  M +6 -0  kontact-plugins.install   1.2
  M +59 -0 ksig.1   1.2
  M +19 -0 ksig.README.Debian   1.2
  M +3 -2  ksig.install   1.2
  M +1 -0  ksig.manpages   1.2
  M +8 -0  ksig.menu   1.2
  M +2 -0  ksig.override   1.2
  M +291 -0ksig.xpm   1.2
  M +19 -1 noatun-plugins.install   1.6
  M +2 -2  noatunsynaescope.bin.1   1.6
  M +2 -2  noatuntippecanoe.bin.1   1.5
  M +2 -2  noatuntyler.bin.1   1.6
  M +88 -0 orient.py.1   1.2
  M +32 -1 rules   1.20
  M +15 -0 vimpart.README.Debian   1.2
  M +3 -0  vimpart.docs   1.2
  M +7 -16 vimpart.install   1.3
  M +2 -0  vimpart.override   1.2
  M +1 -0  vimpart.shlibs   1.2
  M +17 -0 patches/db++.diff   1.2
  Rrenamedlg-plugins.install   1.3
  Rpatches/sdl-apps.diff   1.2
  Rpatches/sdl-base.diff   1.1





KDE_3_2_BRANCH: kdeaddons/debian

2004-02-04 Thread Ben Burton
CVS commit by benb: 

Another round of kdeaddons packaging updates, this time mainly relating
to menu entries, pixmaps and manpages.


  Afsview.xpm   1.1.2.1
  Akonq-plugins.menu   1.1.2.1
  Akonq-plugins.override   1.3.2.1
  Aksig.1   1.1.2.1
  Aksig.manpages   1.1.2.1
  Aksig.menu   1.1.2.1
  Aksig.override   1.1.2.1
  Aksig.xpm   1.1.2.1
  M +1 -1  atlantikdesigner.1   1.3.2.1
  M +180 -294  atlantikdesigner.xpm   1.3.2.1
  M +3 -4  control   1.31.2.6
  M +1 -0  konq-plugins.install   1.5.2.2
  M +1 -0  ksig.install   1.1.2.2
  M +2 -2  noatunsynaescope.bin.1   1.5.4.1
  M +2 -2  noatuntippecanoe.bin.1   1.4.4.1
  M +2 -2  noatuntyler.bin.1   1.5.4.1





KDE_3_2_BRANCH: kdeaddons/debian

2004-02-04 Thread Ben Burton
CVS commit by benb: 

Finished kdeaddons 3.2 packaging, with the exception of two new manpages
for utility scripts.


  Afsview.1   1.1.2.1
  Ajpegorient.1   1.1.2.1
  Akonq-plugins.manpages   1.1.2.1
  M +1 -1  control   1.31.2.7
  M +38 -12copyright   1.8.2.2
  M +1 -1  konq-plugins.menu   1.1.2.2


--- kdeaddons/debian/copyright  #1.8.2.1:1.8.2.2
@@ -18,8 +18,29 @@
   Public License), with the following exceptions:
 
-  Kate Plugins:
+  Kicker Applets:
 
-Kate spell checker:
-  LGPL (GNU Lesser General Public License)
+KBinaryClock:
+  Mixture of LGPL (GNU Lesser General Public License) and the following:
+
+  Copyright (c) 1996-2002 the kicker authors. See file AUTHORS.
+
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation
+  files (the Software), to deal in the Software without
+  restriction, including without limitation the rights to use, copy,
+  modify, merge, publish, distribute, sublicense, and/or sell copies
+  of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
   KNewsTicker Scripts:
@@ -50,6 +71,7 @@
   Konqueror Plugins:
 
-Babelfish, crash monitor, directory filter, image gallery, SMB mounter,
-user agent changer, HTML/CSS validators:
+Babelfish, crash monitor, directory filter, image gallery,
+minitools bookmarklets, SMB mounter, user agent changer,
+HTML/CSS validators:
   LGPL (GNU Lesser General Public License)
 
@@ -81,11 +103,12 @@
   DEALINGS IN THE SOFTWARE.
 
-Sidebar media player patch for xine support:
-  LGPL (GNU Lesser General Public License)
+  Kontact Plugins:
+
+Newsticker plugin:
+  Mixture of GPL and LGPL (GNU Lesser General Public License)
 
   Noatun Plugins:
 
-AlsaPlayer, Blurscope, Dead Man's Interface, Jefferson, Lucky Tag Reader,
-Lyrics:
+AlsaPlayer, Blurscope, Dead Man's Interface, Jefferson, Lucky Tag Reader:
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the
@@ -107,5 +130,5 @@
   DEALINGS IN THE SOFTWARE.
 
-French Foreign Region, Hayes:
+French Foreign Region:
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the
@@ -132,5 +155,8 @@
   from the author(s).
 
+Lyrics:
+  BSD License
+
   On Debian GNU/Linux systems, the complete texts of these licenses can be
-  found in `/usr/share/common-licenses/GPL' and
-  `/usr/share/common-licenses/LGPL'.
+  found in `/usr/share/common-licenses/GPL', `/usr/share/common-licenses/LGPL'
+  and `/usr/share/common-licenses/BSD'.

--- kdeaddons/debian/control  #1.31.2.6:1.31.2.7
@@ -137,5 +137,5 @@
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}, python
+Depends: ${shlibs:Depends}, imagemagick, libjpeg-progs, python
 Suggests: khelpcenter, kdeaddons-doc-html
 Enhances: konqueror

--- kdeaddons/debian/konq-plugins.menu  #1.1.2.1:1.1.2.2
@@ -4,5 +4,5 @@
   kderemove=1\
   title=FSView\
-  longtitle=FSView (Graphical Disk Usage Viewer)\
+  longtitle=FSView (Graphical Disk Usage / Filesystem Viewer)\
   command=/usr/bin/fsview\
   icon=/usr/share/pixmaps/fsview.xpm




KDE_3_2_BRANCH: kdeaddons/debian

2004-02-03 Thread Ben Burton
CVS commit by benb: 

Flesh out the package descriptions.


  M +48 -23control   1.31.2.4





KDE_3_2_BRANCH: kdeaddons/debian

2004-02-03 Thread Ben Burton
CVS commit by benb: 

Merge renamedlgplugins into kdeaddons-kfile-plugins since both packages
are small and similar.  Also further updates to documentation and
debian/rules.


  Akate-plugins.override   1.2.2.1
  Aksig.README.Debian   1.1.2.1
  Avimpart.README.Debian   1.1.2.1
  M +4 -2  changelog   1.26.2.3
  M +9 -14 control   1.31.2.5
  M +3 -0  kdeaddons-kfile-plugins.install   1.3.4.1
  M +18 -2 rules   1.19.2.2
  Rrenamedlg-plugins.docs   1.1.2.1
  Rrenamedlg-plugins.install   1.3


--- kdeaddons/debian/kdeaddons-kfile-plugins.install  #1.3:1.3.4.1
@@ -1,2 +1,5 @@
 usr/lib/kde3/kfile_*
+usr/lib/kde3/libren*
 usr/share/services/kfile_*
+usr/share/services/ren*
+usr/share/doc/kdeaddons-kfile-plugins

--- kdeaddons/debian/rules  #1.19.2.1:1.19.2.2
@@ -135,4 +135,9 @@
 done
 
+# Install miscellaneous docs.
+$(INSTALL_DIR) debian/tmp/usr/share/doc/kdeaddons-kfile-plugins
+$(INSTALL_FILE) renamedlgplugins/README \
+  
debian/tmp/usr/share/doc/kdeaddons-kfile-plugins/README.renamedlgplugins
+
 # Split into separate binary packages.
 dh_install --sourcedir=debian/tmp --list-missing
@@ -180,6 +185,17 @@
 dh_installdeb
 dh_perl
-# TODO: Split this into a for loop.
-dh_shlibdeps -ldebian/vimpart/usr/lib:debian/vimpart/usr/lib/kde3
+
+# Run dh_shlibdeps with package-specific library search paths.
+for pkg in `dh_listpackages`; do \
+  echo Checking dependencies for $$pkg...; \
+  case $$pkg in \
+vimpart ) \
+  DH_OPTIONS='' dh_shlibdeps -p$$pkg \
+-ldebian/$$pkg/usr/lib:debian/$$pkg/usr/lib/kde3 ;; \
+* ) \
+  DH_OPTIONS='' dh_shlibdeps -p$$pkg ;; \
+  esac; \
+done
+
 dh_gencontrol
 dh_md5sums

--- kdeaddons/debian/changelog  #1.26.2.2:1.26.2.3
@@ -4,6 +4,8 @@
   * Many thanks to Ralf Nolden for all his help with packaging KDE 3.2.
   * Thanks to Mickael Marchand for previous packaging work on vimpart.
-  * New binary packages kaddressbook-plugins, kontact-plugins, ksig,
-renamedlg-plugins and vimpart.
+  * New binary packages kaddressbook-plugins, kontact-plugins, ksig and
+vimpart.
+  * Note that the rename dialog plugins have been merged into the
+kdeaddons-kfile-plugins package.
 
  -- Ben Burton [EMAIL PROTECTED]  Sat, 31 Jan 2004 12:08:48 +1100

--- kdeaddons/debian/control  #1.31.2.4:1.31.2.5
@@ -9,5 +9,5 @@
 Architecture: all
 Section: kde
-Depends: atlantikdesigner, kaddressbook-plugins, kate-plugins, 
kdeaddons-kfile-plugins, kicker-applets, knewsticker-scripts, konq-plugins, 
kontact-plugins, ksig, noatun-plugins, renamedlg-plugins, vimpart
+Depends: atlantikdesigner, kaddressbook-plugins, kate-plugins, 
kdeaddons-kfile-plugins, kicker-applets, knewsticker-scripts, konq-plugins, 
kontact-plugins, ksig, noatun-plugins, vimpart
 Suggests: kdeaddons-doc-html
 Description: add-on plugins and applets provided with KDE
@@ -85,4 +85,7 @@
 Section: kde
 Depends: ${shlibs:Depends}
+Conflicts: renamedlg-plugins (= 4:3.2.0-1)
+Replaces: renamedlg-plugins (= 4:3.2.0-1)
+Provides: renamedlg-plugins
 Description: KDE file dialog plugins for text files and folders
  This is a collection of plugins for the KDE file dialog.  These plugins
@@ -90,4 +93,9 @@
  HTML and desktop files, as well as for folders.
  .
+ This package also includes plugins for the KDE file rename dialog,
+ allowing a user to more easily decide what to do when faced with a
+ decision regarding conflicting filenames.  Rename dialog plugins are
+ provided for audio and image files.
+ .
  This package is part of the KDE add-ons module.
 
@@ -198,17 +206,4 @@
  This package is part of the KDE add-ons module.
 
-Package: renamedlg-plugins
-Architecture: any
-Section: kde
-Depends: ${shlibs:Depends}
-Description: plugins for the KDE file rename dialog
- This package contains a variety of plugins for the KDE file rename
- dialog.  These plugins allow a user to more easily decide what to do
- when faced with a decision regarding conflicting filenames.
- .
- Plugins are provided for audio and image files.
- .
- This package is part of the KDE add-ons module.
-
 Package: vimpart
 Architecture: any




KDE_3_2_BRANCH: kdeaddons/debian

2004-02-02 Thread Ben Burton
CVS commit by benb: 

First round of updates for kdeaddons 3.2 packaging.


  Arenamedlg-plugins.docs   1.1.2.1
  Avimpart.docs   1.1.2.1
  Avimpart.override   1.1.2.1
  Avimpart.shlibs   1.1.2.1
  Apatches/db++.diff   1.1.2.1
  M +1 -0  changelog   1.26.2.2
  M +19 -10control   1.31.2.3
  M +2 -1  copyright   1.8.2.1
  M +2 -2  kaddressbook-plugins.install   1.1.2.2
  M +1 -3  kate-plugins.install   1.5.2.1
  M +1 -0  kdeaddons-doc-html.install   1.2.4.1
  M +5 -5  knewsticker-scripts.README.Debian   1.2.4.1
  M +7 -6  konq-plugins.install   1.5.2.1
  M +3 -3  kontact-plugins.install   1.1.2.2
  M +2 -2  ksig.install   1.1.2.1
  M +19 -1 noatun-plugins.install   1.5.2.1
  M +7 -16 vimpart.install   1.2.2.1





KDE_3_2_BRANCH: kdeaddons/debian/patches

2004-02-01 Thread Ben Burton
CVS commit by benb: 

Remove old patches.


  Rsdl-apps.diff   1.2
  Rsdl-base.diff   1.1





KDE_3_2_BRANCH: kdeaddons/debian

2004-02-01 Thread Ben Burton
CVS commit by benb: 

Sync from 3_1_BRANCH.


  M +4 -0  .cvsignore   1.7.2.1
  M +35 -3 changelog   1.26.2.1
  M +3 -3  control   1.31.2.2
  M +1 -0  rules   1.19.2.1


--- kdeaddons/debian/.cvsignore  #1.7:1.7.2.1
@@ -6,4 +6,5 @@
 files
 kate-plugins
+kaddressbook-plugins
 kdeaddons
 kdeaddons-doc-html
@@ -13,6 +14,9 @@
 knewsticker-scripts
 konq-plugins
+kontact-plugins
+ksig
 noatun-plugins
 renamedlg-plugins
 substvars
 tmp
+vimpart

--- kdeaddons/debian/changelog  #1.26:1.26.2.1
@@ -1,7 +1,39 @@
-kdeaddons (4:3.1.94-0woody1+cvs20031209) unstable; urgency=low
+kdeaddons (4:3.2.0-1) unstable; urgency=low
 
-  * Woody build
+  * New upstream release.
+  * Many thanks to Ralf Nolden for all his help with packaging KDE 3.2.
+  * New binary packages kaddressbook-plugins, kontact-plugins, ksig,
+renamedlg-plugins and vimpart.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 31 Jan 2004 12:08:48 +1100
+
+kdeaddons (4:3.1.5-2) unstable; urgency=low
+
+  * Build-depend on libxine-dev as a temporary workaround for
+libtool bug #199423.
+
+ -- Ben Burton [EMAIL PROTECTED]  Wed, 21 Jan 2004 11:40:51 +1100
+
+kdeaddons (4:3.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sun, 18 Jan 2004 12:55:12 +1100
+
+kdeaddons (4:3.1.4-2) unstable; urgency=low
+
+  * New pull from BRANCH; includes bugfixes for atlantikdesigner and
+knewsticker-scripts.
+  * Fixed syntax errors and other problems with stock.pl (closes: #221845).
+
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 13 Dec 2003 09:10:25 +1100
+
+kdeaddons (4:3.1.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed SDL patches which it seems are no longer necessary.
+  * Bumped standards-version to 3.6.1.
 
- -- Ralf Nolden (KDE) [EMAIL PROTECTED]  Sun, 14 Sep 2003 13:15:24 +0200
+ -- Ben Burton [EMAIL PROTECTED]  Sun, 12 Oct 2003 19:52:13 +1000
 
 kdeaddons (4:3.1.3-1) unstable; urgency=low

--- kdeaddons/debian/control  #1.31.2.1:1.31.2.2
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
kdepim-dev, libsdl1.2-dev (= 1.2.2-3.3), xmms-dev 
-Standards-Version: 3.6.0
+Build-Depends: atlantik-dev ( 4:3.1.93), automake1.7, debhelper ( 4.0.0), 
gawk, gettext, kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libdb4.0++-dev, 
libkdegames-dev, libkonq4-dev, kdepim-dev, libsdl1.2-dev (= 1.2.2-3.3), 
libxine-dev, xlibs-pic, xmms-dev
+Standards-Version: 3.6.1
 
 Package: kdeaddons
 Architecture: all
 Section: kde
-Depends: kaddressbook-plugins, kate-plugins, kdeaddons-kfile-plugins, 
kicker-applets, knewsticker-scripts, konq-plugins, kontact-plugins, 
noatun-plugins, atlantikdesigner, kig, vimpart, renamedlg-plugins
+Depends: atlantikdesigner, kaddressbook-plugins, kate-plugins, 
kdeaddons-kfile-plugins, kicker-applets, knewsticker-scripts, konq-plugins, 
kontact-plugins, ksig, noatun-plugins, renamedlg-plugins, vimpart
 Suggests: kdeaddons-doc-html
 Description: add-on plugins and applets provided with KDE

--- kdeaddons/debian/rules  #1.19:1.19.2.1
@@ -180,4 +180,5 @@
 dh_installdeb
 dh_perl
+# TODO: Split this into a for loop.
 dh_shlibdeps -ldebian/vimpart/usr/lib:debian/vimpart/usr/lib/kde3
 dh_gencontrol




KDE_3_2_BRANCH: kdeaddons/debian

2004-01-24 Thread Ralf Nolden
CVS commit by rnolden: 

add packages for kontact-plugins and kaddressbook-plugins, add build-dep to
kdepim-dev


  Akaddressbook-plugins.install   1.1.2.1
  Akontact-plugins.install   1.1.2.1
  M +25 -2 control   1.31.2.1


--- kdeaddons/debian/control  #1.31:1.31.2.1
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
libsdl1.2-dev (= 1.2.2-3.3), xmms-dev
+Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
kdepim-dev, libsdl1.2-dev (= 1.2.2-3.3), xmms-dev 
 Standards-Version: 3.6.0
 
@@ -9,5 +9,5 @@
 Architecture: all
 Section: kde
-Depends: kate-plugins, kdeaddons-kfile-plugins, kicker-applets, 
knewsticker-scripts, konq-plugins, noatun-plugins, atlantikdesigner, kig, 
vimpart, renamedlg-plugins
+Depends: kaddressbook-plugins, kate-plugins, kdeaddons-kfile-plugins, 
kicker-applets, knewsticker-scripts, konq-plugins, kontact-plugins, 
noatun-plugins, atlantikdesigner, kig, vimpart, renamedlg-plugins
 Suggests: kdeaddons-doc-html
 Description: add-on plugins and applets provided with KDE
@@ -49,4 +49,15 @@
  This package is part of the KDE add-ons module.
 
+Package: kaddressbook-plugins
+Architecture: any
+Section: editors
+Depends: ${shlibs:Depends}
+Suggests: khelpcenter, kdeaddons-doc-html
+Enhances: kaddressbook
+Description: plugins for Kaddressbook, the KDE address book 
+ This package contains a variety of useful plugins for KAddressbook.
+ .
+ This package is part of the KDE add-ons module.
+
 Package: kate-plugins
 Architecture: any
@@ -131,4 +142,16 @@
  This package is part of the KDE add-ons module.
 
+Package: kontact-plugins
+Architecture: any
+Section: kde
+Depends: ${shlibs:Depends}
+Suggests: khelpcenter, kdeaddons-doc-html
+Enhances: kontact
+Description: plugins for Konqueror, the KDE file/web/doc browser
+ This package contains a variety of useful plugins for Kontact, the
+ groupware client for KDE. 
+ .
+ This package is part of the KDE add-ons module.
+
 Package: ksig
 Architecture: any




KDE_3_1_BRANCH: kdeaddons/debian

2004-01-20 Thread Ben Burton
CVS commit by benb: 

Build-depend on libxine-dev as a temporary workaround for libtool dependency 
problems.


  M +7 -0  changelog   1.22.2.18
  M +1 -1  control   1.26.2.13


--- kdeaddons/debian/changelog  #1.22.2.17:1.22.2.18
@@ -1,2 +1,9 @@
+kdeaddons (4:3.1.5-2) unstable; urgency=low
+
+  * Build-depend on libxine-dev as a temporary workaround for
+libtool bug #199423.
+
+ -- Ben Burton [EMAIL PROTECTED]  Wed, 21 Jan 2004 11:40:51 +1100
+
 kdeaddons (4:3.1.5-1) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.26.2.12:1.26.2.13
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
libsdl1.2-dev (= 1.2.2-3.3), xlibs-pic, xmms-dev
+Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
libsdl1.2-dev (= 1.2.2-3.3), libxine-dev, xlibs-pic, xmms-dev
 Standards-Version: 3.6.1
 




KDE_3_1_BRANCH: kdeaddons/debian

2004-01-17 Thread Ben Burton
CVS commit by benb: 

Update changelog for 3.1.5.


  M +6 -0  changelog   1.22.2.17


--- kdeaddons/debian/changelog  #1.22.2.16:1.22.2.17
@@ -1,2 +1,8 @@
+kdeaddons (4:3.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ben Burton [EMAIL PROTECTED]  Sun, 18 Jan 2004 12:55:12 +1100
+
 kdeaddons (4:3.1.4-2) unstable; urgency=low
 




KDE_3_1_BRANCH: kdeaddons/debian

2003-12-12 Thread Ben Burton
CVS commit by benb: 

New pull from BRANCH.


  M +4 -2  changelog   1.22.2.16
  M +1 -2  control   1.26.2.12


--- kdeaddons/debian/changelog  #1.22.2.15:1.22.2.16
@@ -1,7 +1,9 @@
 kdeaddons (4:3.1.4-2) unstable; urgency=low
 
-  * Moved to group maintainership.
+  * New pull from BRANCH; includes bugfixes for atlantikdesigner and
+knewsticker-scripts.
+  * Fixed syntax errors and other problems with stock.pl (closes: #221845).
 
- -- Ben Burton [EMAIL PROTECTED]  Mon,  3 Nov 2003 19:46:04 +1100
+ -- Ben Burton [EMAIL PROTECTED]  Sat, 13 Dec 2003 09:10:25 +1100
 
 kdeaddons (4:3.1.4-1) unstable; urgency=low

--- kdeaddons/debian/control  #1.26.2.11:1.26.2.12
@@ -2,6 +2,5 @@
 Section: kde
 Priority: optional
-Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
-Uploaders: Ben Burton [EMAIL PROTECTED]
+Maintainer: Ben Burton [EMAIL PROTECTED]
 Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
libsdl1.2-dev (= 1.2.2-3.3), xlibs-pic, xmms-dev
 Standards-Version: 3.6.1




kdeaddons/debian

2003-12-09 Thread Ralf Nolden
CVS commit by rnolden: 




  M +6 -0  changelog   1.26
  M +1 -1  control   1.31


--- kdeaddons/debian/changelog  #1.25:1.26
@@ -1,2 +1,8 @@
+kdeaddons (4:3.1.94-0woody1+cvs20031209) unstable; urgency=low
+
+  * Woody build
+
+ -- Ralf Nolden (KDE) [EMAIL PROTECTED]  Sun, 14 Sep 2003 13:15:24 +0200
+
 kdeaddons (4:3.1.3-1) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.30:1.31
@@ -9,5 +9,5 @@
 Architecture: all
 Section: kde
-Depends: kate-plugins, kdeaddons-kfile-plugins, kicker-applets, 
knewsticker-scripts, konq-plugins, noatun-plugins
+Depends: kate-plugins, kdeaddons-kfile-plugins, kicker-applets, 
knewsticker-scripts, konq-plugins, noatun-plugins, atlantikdesigner, kig, 
vimpart, renamedlg-plugins
 Suggests: kdeaddons-doc-html
 Description: add-on plugins and applets provided with KDE




kdeaddons/debian

2003-12-06 Thread Ralf Nolden
CVS commit by rnolden: 

update. add ksig and vimpart


  Aksig.install   1.1
  Avimpart.install   1.1
  M +29 -1 control   1.30
  M +2 -0  kate-plugins.install   1.5
  M +2 -0  kicker-applets.install   1.5
  M +1 -0  knewsticker-scripts.install   1.4
  M +24 -2 konq-plugins.install   1.5
  M +1 -0  noatun-plugins.install   1.5
  M +3 -0  renamedlg-plugins.install   1.3





kdeaddons/debian

2003-12-06 Thread Ralf Nolden
CVS commit by rnolden: 

update


  M +1 -0  vimpart.install   1.2


--- kdeaddons/debian/vimpart.install  #1.1:1.2
@@ -1,2 +1,3 @@
+usr/lib/libxvim.so.0.0.0
 usr/lib/libxvim.so.0 
 usr/lib/libxvim.so 




KDE_3_1_BRANCH: kdeaddons/debian

2003-11-03 Thread Ben Burton
CVS commit by benb: 

Moving to group maintainership.


  M +6 -0  changelog   1.22.2.15
  M +2 -1  control   1.26.2.11


--- kdeaddons/debian/changelog  #1.22.2.14:1.22.2.15
@@ -1,2 +1,8 @@
+kdeaddons (4:3.1.4-2) unstable; urgency=low
+
+  * Moved to group maintainership.
+
+ -- Ben Burton [EMAIL PROTECTED]  Mon,  3 Nov 2003 19:46:04 +1100
+
 kdeaddons (4:3.1.4-1) unstable; urgency=low
 

--- kdeaddons/debian/control  #1.26.2.10:1.26.2.11
@@ -2,5 +2,6 @@
 Section: kde
 Priority: optional
-Maintainer: Ben Burton [EMAIL PROTECTED]
+Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
+Uploaders: Ben Burton [EMAIL PROTECTED]
 Build-Depends: atlantik-dev, automake1.7, debhelper ( 4.0.0), gawk, gettext, 
kdebase-dev, kdelibs4-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, 
libsdl1.2-dev (= 1.2.2-3.3), xlibs-pic, xmms-dev
 Standards-Version: 3.6.1




KDE_3_1_BRANCH: kdeaddons/debian

2003-10-12 Thread Ben Burton
CVS commit by benb: 

Removed SDL patches which seem no longer necessary.


  M +1 -0  changelog   1.22.2.14
  Rpatches/sdl-apps.diff   1.1.2.1
  Rpatches/sdl-base.diff   1.1


--- kdeaddons/debian/changelog  #1.22.2.13:1.22.2.14
@@ -2,4 +2,5 @@
 
   * New upstream release.
+  * Removed SDL patches which it seems are no longer necessary.
   * Bumped standards-version to 3.6.1.