Bug#359097: kdelibs-bin: no man pages for dcopstart and dcopfind

2006-03-28 Thread Christopher Martin
On Tuesday 28 March 2006 12:32, you wrote:
> * Christopher Martin <[EMAIL PROTECTED]> [060328 18:30]:
> > On Sunday 26 March 2006 11:02, Johannes Ranke wrote:
> > > Package: kdelibs-bin
> > > Version: 4:3.5.1-3
> > > Severity: minor
> > > Tags: patch
> > >
> > > Attached you find two man pages for these small but potentially
> > > useful applications. There are some more commands without a man
> > > page, but I don't use them.
> >
> > Thank you for the manpages. I see that they are licensed under the
> > GFDL. Since you don't allow Invariant Sections, etc., they are
> > technically suitable for being shipped in Debian. However, the GFDL
> > is still a problematic license, and we try to avoid it as much as
> > possible. Would you be willing to relicense your manpages under the
> > GPL? Most of our manpages are under that license already. Sorry for
> > the hassle.
>
> Never mind. I appreciate that the Debian projects makes a strong
> effort to achieve good licensing. In preparing the attached
> revisions, I noticed that there is a typo in (all?) of the other man
> pages in kdelibs-bin - I am sure it should be "...Version 2 or any
> later version..."^^

Thanks. Your manpages will be in the next upload. And I'll look into the 
typo.

Cheers,
Christopher Martin


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



Bug#359097: kdelibs-bin: no man pages for dcopstart and dcopfind

2006-03-28 Thread Johannes Ranke
* Christopher Martin <[EMAIL PROTECTED]> [060328 18:30]:
> On Sunday 26 March 2006 11:02, Johannes Ranke wrote:
> > Package: kdelibs-bin
> > Version: 4:3.5.1-3
> > Severity: minor
> > Tags: patch
> >
> > Attached you find two man pages for these small but potentially
> > useful applications. There are some more commands without a man page,
> > but I don't use them.
> 
> Thank you for the manpages. I see that they are licensed under the GFDL. 
> Since you don't allow Invariant Sections, etc., they are technically 
> suitable for being shipped in Debian. However, the GFDL is still a 
> problematic license, and we try to avoid it as much as possible. Would 
> you be willing to relicense your manpages under the GPL? Most of our 
> manpages are under that license already. Sorry for the hassle.

Never mind. I appreciate that the Debian projects makes a strong effort
to achieve good licensing. In preparing the attached revisions, I
noticed that there is a typo in (all?) of the other man pages in
kdelibs-bin - I am sure it should be "...Version 2 or any later
version..."^^

Johannes
 manpage.1'.  You may view
 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 less'.  A typical entry in a Makefile or Makefile.am is:

manpage.1: manpage.sgml
docbook-to-man $< > $@


The docbook-to-man binary is found in the docbook-to-man package.
Please remember that if you create the nroff version in one of the
debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field.

  -->

  
  Johannes">
  Ranke">
  
  March 25, 2006">
  
  1">
  [EMAIL PROTECTED]">
  
  DCOPFIND">
  

  Debian">
  GNU">
]>


  

  &dhemail;


  &dhfirstname;
  &dhsurname;


  2006
  &dhusername;

&dhdate;
  
  
&dhucpackage;

&dhsection;
  
  
&dhpackage;

Find the DCOP reference of a KDE service
  
  

  &dhpackage;

  -a
  -l
  service
  object

  
  
DESCRIPTION

&dhpackage; returns a reference to the first
instance of the KDE service specified by
service. See also dcopstart, which starts a
service/application and immediately returns its reference.


  
  
OPTIONS


  
-a


  Print the application id. Without this argument, the
  application id will be returned in the form
  DCOPRef(application id,object id).
  

  
  
-l


  If the object is not found, run dcopstart and try again.

  
  
--help


  Show usage information.

  

  
  
EXAMPLES


  Return reference to a Kate instance

KATE=`dcopfind -a 'kate-*'`


  
  
AUTHOR

This manual page was written by &dhusername; <&dhemail;> for 
  the &debian; system (but may be used by others).  Permission is 
granted
  to copy, distribute and/or modify this document under the terms of the
  &gnu; General Public License, Version 2 or any later version 
published by
  the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public
  License can be found in /usr/share/common-licenses/GPL.

  
  
SEE ALSO
  dcopstart(1), 
dcop(1)
  



 manpage.1'.  You may view
 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 less'.  A typical entry in a Makefile or Makefile.am is:

manpage.1: manpage.sgml
docbook-to-man $< > $@


The docbook-to-man binary is found in the docbook-to-man package.
Please remember that if you create the nroff version in one of the
debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field.

  -->

  
  Johannes">
  Ranke">
  
  March 25, 2006">
  
  1">
  [EMAIL PROTECTED]">
  
  DCOPSTART">
  

  Debian">
  GNU">
]>


  

  &dhemail;


  &dhfirstname;
  &dhsurname;


  2006
  &dhusername;

&dhdate;
  
  
&dhucpackage;

&dhsection;
  
  
&dhpackage;

Start a KDE service and return its DCOP reference
  
  

  &dhpackage;

  service
  ...


  
  
DESCRIPTION

&dhpackage; starts a KDE service (i.e. an 
application
that is registered in the KDE system of .desktop files) and returns its
reference for later use in shell scripts. If the service is not 
scriptable
via DCOP, dcopstart returns nothing, but starts the service.

  
  
OPTIONS


  
--help


  Show usage information.

  

  
  
EXAMPLES


  Get the DCOP reference for a newly started konqueror

Bug#359097: kdelibs-bin: no man pages for dcopstart and dcopfind

2006-03-28 Thread Christopher Martin
On Sunday 26 March 2006 11:02, Johannes Ranke wrote:
> Package: kdelibs-bin
> Version: 4:3.5.1-3
> Severity: minor
> Tags: patch
>
> Attached you find two man pages for these small but potentially
> useful applications. There are some more commands without a man page,
> but I don't use them.

Thank you for the manpages. I see that they are licensed under the GFDL. 
Since you don't allow Invariant Sections, etc., they are technically 
suitable for being shipped in Debian. However, the GFDL is still a 
problematic license, and we try to avoid it as much as possible. Would 
you be willing to relicense your manpages under the GPL? Most of our 
manpages are under that license already. Sorry for the hassle.

Thanks,
Christopher Martin


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



Bug#359097: kdelibs-bin: no man pages for dcopstart and dcopfind

2006-03-26 Thread Johannes Ranke
Package: kdelibs-bin
Version: 4:3.5.1-3
Severity: minor
Tags: patch

Attached you find two man pages for these small but potentially useful
applications. There are some more commands without a man page, but I
don't use them.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (400, 'unstable'), (300, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15) (ignored: LC_ALL set 
to de_DE)

Versions of packages kdelibs-bin depends on:
ii  kdelibs4c2a  4:3.5.1-3   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-5   The Network Audio System (NAS). (s
ii  libbz2-1.0   1.0.3-2 high-quality block-sorting file co
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcupsys2   1.1.23-15   Common UNIX Printing System(tm) - 
ii  libfontconfig1   2.3.2-2 generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-10  GCC support library
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libidn11 0.5.18-2GNU libidn library, implementation
ii  libjpeg626b-12   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-4   Qt GUI Library (Threaded runtime v
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libstdc++6   4.0.2-10The GNU Standard C++ Library v3
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxft2  2.1.8.2-3   FreeType-based font drawing librar
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxslt1.1   1.1.15-4XSLT processing library - runtime 
ii  libxt6   6.9.0.dfsg.1-4  X Toolkit Intrinsics
ii  menu-xdg 0.2.2   freedesktop.org menu compliant win
ii  perl 5.8.8-2 Larry Wall's Practical Extraction 
ii  python   2.3.5-5 An interactive high-level object-o
ii  zlib1g   1:1.2.3-10  compression library - runtime

Versions of packages kdelibs-bin recommends:
ii  perl-suid 5.8.8-2Runs setuid Perl scripts

-- no debconf information

-- 
Dr. Johannes Ranke [EMAIL PROTECTED]
UFT Bremen, Leobenerstr. 1 +49 421 218 8971 
D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
 manpage.1'.  You may view
 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 less'.  A typical entry in a Makefile or Makefile.am is:

manpage.1: manpage.sgml
docbook-to-man $< > $@


The docbook-to-man binary is found in the docbook-to-man package.
Please remember that if you create the nroff version in one of the
debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field.

  -->

  
  Johannes">
  Ranke">
  
  March 25, 2006">
  
  1">
  [EMAIL PROTECTED]">
  
  DCOPSTART">
  

  Debian">
  GNU">
]>


  

  &dhemail;


  &dhfirstname;
  &dhsurname;


  2006
  &dhusername;

&dhdate;
  
  
&dhucpackage;

&dhsection;
  
  
&dhpackage;

Start a KDE service and return its DCOP reference
  
  

  &dhpackage;

  service
  ...


  
  
DESCRIPTION

&dhpackage; starts a KDE service (i.e. an 
application
that is registered in the KDE system of .desktop files) and returns its
reference for later use in shell scripts. If the service is not 
scriptable
via DCOP, dcopstart returns nothing, but starts the service.

  
  
OPTIONS


  
--help


  Show usage information.

  

  
  
EXAMPLES


  Get the DCOP reference for a newly started konqueror 
instance

KONQ_ID=$(dcopstart konqueror http://www.kde.org)



  
  
AUTHOR

This manual page was written by &dhusername; <&dhemail;> for
  the &debian; system (but may be used by others)