KDE_3_3_BRANCH: kdeaddons/debian

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

Replace the long list of GUI vim dependencies with a dependency on the virtual 
package gvim.


  M +9 -0  changelog   1.30.2.11
  M +1 -1  control   1.35.2.5


--- kdeaddons/debian/changelog  #1.30.2.10:1.30.2.11
@@ -1,2 +1,11 @@
+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.2.4:1.35.2.5
@@ -195,5 +195,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_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_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: 

Oops.


  M +3 -3  rules   1.20.2.3


--- kdeaddons/debian/rules  #1.20.2.2:1.20.2.3
@@ -134,7 +134,4 @@
 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 \
@@ -150,4 +147,7 @@
 dh_install --sourcedir=debian/tmp --list-missing
 
+# Remove the rellinks plugin until it becomes unbroken.
+rm -vr `find debian/konq-plugins -name "*rellinks*"`
+
 # Install standard documentation links.
 for pkg in `dh_listpackages`; 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





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: 

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-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-13 Thread Ben Burton
CVS commit by benb: 

Final changes for the kdeaddons upload.


  M +5 -4  atlantikdesigner.1   1.4.2.1
  M +4 -2  changelog   1.30.2.4
  M +21 -19control   1.35.2.2





KDE_3_3_BRANCH: kdeaddons/debian

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

Manpage updates.


  M +22 -12jpegorient.1   1.2.2.1
  M +2 -2  orient.py.1   1.2.2.1


--- kdeaddons/debian/jpegorient.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 JPEGORIENT 1 "February 4, 2004"
+.TH JPEGORIENT 1 "October 13, 2004"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -17,16 +17,26 @@
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-jpegorient \- change the orientation of a JPEG image
+jpegorient \- change the orientations of JPEG images
 .SH SYNOPSIS
 .B jpegorient
 { \fB\-90\fP | \fB\-180\fP | \fB\-270\fP | \fB\-v\fP | \fB\-h\fP }
-\fIimage-file\fP
+\fIimage-file\fP ...
 .SH DESCRIPTION
-This is a simple utility for changing the orientation of a JPEG image.
+This is a simple utility for changing the orientations of one or more
+JPEG images.
 It is provided as part of the image conversion and transformation
 plugins for Konqueror.
 .PP
-A single option must be passed to specify how the orientation is to be
-changed.  The new image will be saved over the old one.
+A single option must be passed before any filenames to specify how the
+orientations of the images are to be changed.  Each new image will be
+saved over the old one.
+.PP
+This utility makes use of
+.BR orient.py (1),
+which is designed to work with certain types of digital camera image
+files.  Instead of modifying the image data, it alters the EXIF
+tags stored with the image to reflect the new orientation.  For this
+reason only images with the correct types of EXIF tags can be changed
+using this tool.
 .PP
 This utility is part of the official KDE add-ons module.
@@ -34,17 +44,17 @@
 .TP
 \fB\-90\fP
-Rotate the image by 90 degrees clockwise.
+Rotate each image by 90 degrees clockwise.
 .TP
 \fB\-180\fP
-Rotate the image by a half turn (i.e., 180 degrees).
+Rotate each image by a half turn (i.e., 180 degrees).
 .TP
 \fB\-270\fP
-Rotate the image by 270 degrees clockwise (i.e., 90 degrees counter-clockwise).
+Rotate each image by 270 degrees clockwise (i.e., 90 degrees 
counter-clockwise).
 .TP
 \fB\-v\fP
-Flip the image vertically.
+Flip each image vertically.
 .TP
 \fB\-h\fP
-Flip the image horizontally.
+Flip each image horizontally.
 .SH SEE ALSO
 .BR exif.py (1),
@@ -52,5 +62,5 @@
 .BR orient.py (1).
 .SH AUTHOR
-The image conversion and transformation plugins were written by
+The image transformation plugins were written by
 Leif Jensen <[EMAIL PROTECTED]>.
 .br

--- kdeaddons/debian/orient.py.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 ORIENT.PY 1 "February 4, 2004"
+.TH ORIENT.PY 1 "October 13, 2004"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -82,5 +82,5 @@
 .BR konqueror (1).
 .SH AUTHOR
-The image conversion and transformation plugins were written by
+The image transformation plugins were written by
 Leif Jensen <[EMAIL PROTECTED]>.
 .br




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: 

Finished 3.3 license audit.


  M +132 -12   copyright   1.10.2.1





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 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: 

Bug closures.


  M +3 -2  changelog   1.30.2.3


--- kdeaddons/debian/changelog  #1.30.2.2:1.30.2.3
@@ -1,6 +1,7 @@
 kdeaddons (4:3.3.0-1) experimental; urgency=low
 
-  * New upstream release.
-  * Package kontact-plugins no longer exists (closes: #268892).
+  * New upstream release (closes: #270161).
+  * Package kontact-plugins no longer exists (closes: #268892, #238971).
+  * Now includes a konqueror search bar (closes: #103073, #269106).
 
  -- Ben Burton <[EMAIL PROTECTED]>  Sun,  22 Aug 2004 18:41:10 +1000




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





KDE_3_3_BRANCH: kdeaddons/debian

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

Fix source overrides (see #261435).


  M +2 -2  changelog   1.30.2.1
  M +2 -2  source.lintian-overrides   1.2.2.1


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

--- kdeaddons/debian/source.lintian-overrides  #1.2:1.2.2.1
@@ -1,2 +1,2 @@
-kdeaddons source: cvsignore-file-in-source
-kdeaddons source: source-contains-CVS-dir
+cvsignore-file-in-source
+source-contains-CVS-dir