[SCM] kde-dev-scripts packaging branch, master, updated. debian/14.12.2-1-5-g93a21be

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jul 7 14:00:02 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kde-dev-scripts.git;a=commitdiff;h=93a21be

The following commit has been merged in the master branch:
commit 93a21be3ae0185b2162e143b8df5a8fae7caf3a2
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Jul 7 15:59:58 2015 +0200

    Revert "Nuke random stuff in debian/man"
    
    This reverts commit 3a45b987cf4a0ce05b9a2c7b1a480dc568d2e835.
---
 debian/man/build-progress.sh.1  | 56 ++++++++++++++++++++++++++++++++++
 debian/man/cvs-clean.1          | 50 +++++++++++++++++++++++++++++++
 debian/man/cvsbackport.1        | 52 ++++++++++++++++++++++++++++++++
 debian/man/cvsforwardport.1     | 52 ++++++++++++++++++++++++++++++++
 debian/man/extractattr.1        | 61 +++++++++++++++++++++++++++++++++++++
 debian/man/findmissingcrystal.1 | 42 ++++++++++++++++++++++++++
 debian/man/fixuifiles.1         | 63 +++++++++++++++++++++++++++++++++++++++
 debian/man/kdelnk2desktop.py.1  | 39 ++++++++++++++++++++++++
 debian/man/kdemangen.pl.1       | 51 +++++++++++++++++++++++++++++++
 debian/man/makeobj.1            | 66 +++++++++++++++++++++++++++++++++++++++++
 debian/man/package_crystalsvg.1 | 41 +++++++++++++++++++++++++
 debian/man/png2mng.pl.1         | 49 ++++++++++++++++++++++++++++++
 12 files changed, 622 insertions(+)

diff --git a/debian/man/build-progress.sh.1 b/debian/man/build-progress.sh.1
new file mode 100644
index 0000000..a5cfcc3
--- /dev/null
+++ b/debian/man/build-progress.sh.1
@@ -0,0 +1,56 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BUILD-PROGRESS.SH 1 "June 16, 2004"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+build-progress.sh \- show kde-build progress in your konsole/xterm title bar
+.SH SYNOPSIS
+.B build-progress.sh
+.SH DESCRIPTION
+
Bbuild-progress.sh
P can be used to watch the progress of a large KDE
+build in the title bar of your konsole or xterm.
+.PP
+The KDE build must be running elsewhere as a separate process, and it
+must be done using
+.BR kde-build (1).
+.PP
+When you run build-progress.sh, it will sit in a permanent loop while
+kde-build runs.  The title bar of the konsole/xterm in which you ran
+build-progress.sh will be continually updated with the directory in
+which the KDE build is currently working.
+.PP
+You must run build-progress.sh from the top-level directory of the KDE
+build tree.  This directory must contain a file named
+
Ikde-buildrc
P (which is also used by kde-build).  This
+
Ikde-buildrc
P must contain valid settings for
+
IKDELOGDIR
P and 
IKDESRCDIR
P, or else build-progress.sh will
+fail to work.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH FILES
+.TP
+
Ikde-buildrc
P
+This file must be contained in the current directory, which must be the
+root of the KDE build tree.  See
+.BR kde-build (1)
+for further information.
+.SH SEE ALSO
+.BR kde-build (1).
+.SH AUTHOR
+build-progress.sh was written by Malte Starostik <malte at kde.org> and others.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/cvs-clean.1 b/debian/man/cvs-clean.1
new file mode 100644
index 0000000..d025b00
--- /dev/null
+++ b/debian/man/cvs-clean.1
@@ -0,0 +1,50 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH CVS-CLEAN 1 "March 20, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+cvs\-clean \- delete all files and directories not registered with CVS
+.SH SYNOPSIS
+.B cvs\-clean
+[ 
B-n, \-\-dry-run
P ]
+[ 
B-h, \-\-help
P ]
+.SH DESCRIPTION
+
Bcvs\-clean
P recursively deletes everything in or beneath the
+current directory that is not known to CVS (i.e., that has not been
+checked out of or checked into a CVS repository).
+.PP
+A list of all files and directories that are deleted will be written to
+the console.
+.PP
+This script behaves similarly to the 
Icvs-clean
P target from the
+file 
Iadmin/Makefile.common
P found in most KDE application sources.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH OPTIONS
+.TP
+
B-n, \-\-dry-run
P
+Print the intended actions to the console, but do not change anything on
+the filesystem.
+.TP
+
B-h, \-\-help
P
+Display usage information.
+.SH SEE ALSO
+.BR cvs (1).
+.SH AUTHOR
+This utility was written by Oswald Buddenhagen <ossi at kde.org>.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/cvsbackport.1 b/debian/man/cvsbackport.1
new file mode 100644
index 0000000..9e58dcc
--- /dev/null
+++ b/debian/man/cvsbackport.1
@@ -0,0 +1,52 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH CVSBACKPORT 1 "March 20, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+cvsbackport \- backport the last change in HEAD to a branch
+.SH SYNOPSIS
+.B cvsbackport
+
Ifile
P ...
+.SH DESCRIPTION
+For each file given on the command line,
+
Bcvsbackport
P will attempt to determine the last change made to
+the file in HEAD and then backport that change to a CVS branch (the
+branch name is hard-coded; see below).
+.PP
+The changes to be backported will be displayed on screen, and you will
+have the chance to confirm or abort before any commits are made.
+.PP
+The files must be checked out from HEAD when you run this utility.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH WARNINGS
+The branch tag is hard-coded into the script (currently it is set to
+KDE_3_4_BRANCH).
+.PP
+If you abort (i.e., you do not make the suggested commits), your files
+will be checked out from the branch (and not from HEAD as they were
+before).
+.SH SEE ALSO
+.BR cvsblame (1),
+.BR cvsforwardport (1),
+.BR cvslastchange (1),
+.BR cvslastlog (1),
+.BR cvsrevertlast (1).
+.SH AUTHOR
+This utility was written by Dirk Mueller and David Faure.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/cvsforwardport.1 b/debian/man/cvsforwardport.1
new file mode 100644
index 0000000..8c5e008
--- /dev/null
+++ b/debian/man/cvsforwardport.1
@@ -0,0 +1,52 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH CVSFORWARDPORT 1 "March 20, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+cvsforwardport \- forwardport the last change in a branch to HEAD
+.SH SYNOPSIS
+.B cvsforwardport
+
Ifile
P ...
+.SH DESCRIPTION
+For each file given on the command line,
+
Bcvsforwardport
P will attempt to determine the last change made to
+the file in the primary CVS branch and then forwardport that change to HEAD.
+The branch name is hard-coded; see below.
+.PP
+The changes to be forwardported will be displayed on screen, and you will
+have the chance to confirm or abort before any commits are made.
+.PP
+The files must be checked out from the branch when you run this utility.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH WARNINGS
+The branch tag is hard-coded into the script (currently it is set to
+KDE_3_4_BRANCH).
+.PP
+If you abort (i.e., you do not make the suggested commits), your files
+will be checked out from HEAD (and not from the branch as they were
+before).
+.SH SEE ALSO
+.BR cvsbackport (1),
+.BR cvsblame (1),
+.BR cvslastchange (1),
+.BR cvslastlog (1),
+.BR cvsrevertlast (1).
+.SH AUTHOR
+This utility was written by Dirk Mueller and David Faure.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/extractattr.1 b/debian/man/extractattr.1
new file mode 100644
index 0000000..fe223fc
--- /dev/null
+++ b/debian/man/extractattr.1
@@ -0,0 +1,61 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH EXTRACTATTR 1 "March 20, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+extractattr \- extract element attributes from UI and XML GUI files
+.SH SYNOPSIS
+.B extractattr
+
B\-\-attr=
P
Iname
P
+[ 
B\-\-attr=
P
Iname
P ... ]
+[ 
B\-\-context=
P
Iname
P ]
+
Ifile
P ...
+.PP
+.B extractattr \-\-help
+.SH DESCRIPTION
+
Bextractattr
P finds all of the given element attributes within the
+given files.  It then writes the corresponding 
Ii18n()
P calls to
+standard output (usually redirected to rc.cpp) so that xgettext can parse
+them.  Only the attributes specified by 
B\-\-attr
P will be extracted.
+.PP
+Both Qt designer (.ui) files and XML GUI (.rc) files are understood.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH OPTIONS
+.TP
+
B\-\-attr=
P
Iname
P
+Specifies an attribute to be extracted.  This option may be used
+multiple times.
+.br
+The 
Iname
P argument must be of the form
+
IElement
P,
Iattribute
P or
+
IElement
P,
Iattribute
P,
Icontext
P.
+.br
+The context is optional, and is used in constructing the i18n() calls.
+If specified it will override the default context set by 
B\-\-context
P.
+.TP
+
B\-\-context=
P
Iname
P
+Give all i18n() calls the given context: i18n("
Iname
P", ...).
+.TP
+
B\-\-help
P
+Display a summary of options.
+.SH EXAMPLE
+extractattr \-\-attr=Title,data \-\-attr=Description,data,Stencils file.ui
+.SH AUTHOR
+This utility was written by Richard Evans <rich at ridas.com> and others.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/findmissingcrystal.1 b/debian/man/findmissingcrystal.1
new file mode 100644
index 0000000..f780c3a
--- /dev/null
+++ b/debian/man/findmissingcrystal.1
@@ -0,0 +1,42 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH FINDMISSINGCRYSTAL 1 "February 6, 2004"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+findmissingcrystal \- determine which KDE Crystal icons are the same as
+the KDE Classic hicolor icons
+.SH SYNOPSIS
+.B findmissingcrystal
+.I module
+.SH DESCRIPTION
+
Bfindmissingcrystal
P is a small utility that runs through the icons
+in the given KDE module and determines which Crystal icons from that
+module are identical to the old KDE Classic hicolor icons.
+.PP
+This script 
Bmust
P be run from the top-level directory of a KDE source
+tree (i.e., the directory containing 
Ikdelibs
P, 
Ikdebase
P, etc.).
+It is assumed that 
Imodule
P is a top-level module in the source tree,
+and it is also assumed that the source tree contains the 
Ikdeartwork
P
+module (which contains the old hicolor icons).
+.PP
+For each Crystal icon in the given module, a message will be output
+describing whether the icon is new (no matching hicolor icon was found),
+different from the hicolor icon or the same as the hicolor icon.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH AUTHOR
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/fixuifiles.1 b/debian/man/fixuifiles.1
new file mode 100644
index 0000000..62ed8d7
--- /dev/null
+++ b/debian/man/fixuifiles.1
@@ -0,0 +1,63 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH FIXUIFILES 1 "March 20, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+fixuifiles \- remove undesirable features from Qt/KDE .ui files
+.SH SYNOPSIS
+.B fixuifiles
+[ 
B\-v, \-\-verbose
P ]
+[ 
B\-\-omitqtcheck
P ]
+[ 
Ifile
P ... ]
+.br
+.B fixuifiles \-\-help
+.SH DESCRIPTION
+
Bfixuifiles
P processes one or more Qt/KDE user interface definition
+files (.ui files) and tries to remove some of the insanities found
+therein.  If no filenames are given, fixuifiles will process all .ui
+files in or beneath the current directory.
+.PP
+The following problems are fixed:
+.PP
+.RS
+Too high minimum Qt version;
+.PP
+Hardcoded untranslatable Alt+Letter accels (auto-added by Qt Designer);
+.PP
+Captions that are equal to class names (auto-added by Qt Designer).
+.RE
+.PP
+The threshold Qt version can be set
+using either a 
I.qt_minversion
P file (containing simply the Qt version
+number) or a 
Iconfigure.in.in
P file (containing an appropriate
+MIN_CONFIG macro).  These files may be in the directory containing the .ui
+file or any parent directory.  If no threshold Qt version is found,
+a sensible default will be used.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH OPTIONS
+.TP
+
B\-v, \-\-verbose
P
+Verbose mode.  Additional debugging information is written to standard output.
+.TP
+
B\-\-omitqtcheck
P
+Do not check the minimum Qt version.
+.SH AUTHOR
+fixuifiles was written by David Faure <faure at kde.org> and
+Dirk Mueller <mueller at kde.org>.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/kdelnk2desktop.py.1 b/debian/man/kdelnk2desktop.py.1
new file mode 100644
index 0000000..cba89c7
--- /dev/null
+++ b/debian/man/kdelnk2desktop.py.1
@@ -0,0 +1,39 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH KDELNK2DESKTOP.PY 1 "November 14, 2002"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+kdelnk2desktop.py \- converts .kdelnk to .desktop
+.SH SYNOPSIS
+.B kdelnk2desktop.py
+.RI "[ " kdelnk-file " ] ..."
+.SH DESCRIPTION
+
Bkdelnk2desktop.py
P is used to convert
+a 
I.kdelnk
P file (used by KDE 1) into a 
I.desktop
P
+file (used by KDE 2 and later).
+.PP
+File 
Ikdelnk-file
P must have a name ending in 
I.kdelnk
P.
+After kdelnk2desktop.py is run, this will be replaced by a new file
+ending in 
I.desktop
P.  The original 
Ikdelnk-file
P will be
+removed.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH WARNING
+If 
Ikdelnk-file
P does not end in 
I.kdelnk
P,
+the results of this script are unpredictable.
+.SH AUTHOR
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/kdemangen.pl.1 b/debian/man/kdemangen.pl.1
new file mode 100644
index 0000000..0570f4f
--- /dev/null
+++ b/debian/man/kdemangen.pl.1
@@ -0,0 +1,51 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH KDEMANGEN.PL 1 "October 15, 2004"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+kdemangen.pl \- automatically create a draft manpage for a KDE app
+.SH SYNOPSIS
+.B kdemangen.pl
+.I /path/to/application
+.SH DESCRIPTION
+
Bkdemangen.pl
P will automatically create a draft manpage for a KDE
+application.  Manpages are always better when hand-tailored, but this
+should give you a fairly good start.
+.PP
+To create the manpage, it will use the \-\-author and \-\-help\-all
+output for the application passed on the command line.
+It will also use the description in the
+Debian control file if one is available.  To make use of this additional
+feature, you must run kdemangen.pl from within the 
Idebian/
P
+subdirectory of the application sources.
+.PP
+The new manpage will be written to standard output.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH WARNING
+This utility will only work for a full KDE application that uses
+KCmdLineArgs (which most full KDE applications do).
+.SH EXAMPLE
+.RS
+cd /path/to/kde/srcs/kdeedu/debian
+.br
+kdemangen /usr/bin/kstars > kstars.1
+.RE
+.SH AUTHOR
+kdemangen.pl was written by Dominique Devriese <devriese at kde.org>.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/makeobj.1 b/debian/man/makeobj.1
new file mode 100644
index 0000000..48f8d0a
--- /dev/null
+++ b/debian/man/makeobj.1
@@ -0,0 +1,66 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH MAKEOBJ 1 "March 20, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+makeobj \- run make from the correct directory
+.SH SYNOPSIS
+.B makeobj
+[ 
Imake-argument
P ... ]
+.SH DESCRIPTION
+
Bmakeobj
P is a wrapper around 
Bmake
P which basically checks
+whether it's in the source directory or the build directory and changes
+to the correct directory before calling make.
+.PP
+The command-line arguments will (generally) be passed directly to make.
+.PP
+This script is useful if the source directory is different from the
+build directory and the Makefiles are kept in the build directory, as is
+common for instance when building the KDE sources.  This script can however
+be used in more standard scenarios (such as non-KDE projects for which the
+source and build directories are the same), where it will behave just like
+make.
+.PP
+One of the environment variables OBJ_SUBDIR or OBJ_REPLACEMENT
+should be set to indicate where the build directory is in relation to
+the source directory.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH ENVIRONMENT VARIABLES
+Note that only one of OBJ_SUBDIR and OBJ_REPLACEMENT should be used.
+If the build directory is simply a subdirectory of the source directory,
+the simpler variable OBJ_SUBDIR should be used.
+.TP
+OBJ_SUBDIR
+Indicates that the build directory is in the given subdirectory of the
+source directory.  For instance, if the source directory is 
Ikdesdk
P
+and the build directory is 
Ikdesdk/obj-i386-linux
P, then OBJ_SUBDIR
+should be set to 
Iobj-i386-linux
P.
+.TP
+OBJ_REPLACEMENT
+A 
Bsed
P expression that is used to transform the source directory
+into the build directory.
+For instance, if the source directory is 
I~/src/kdesdk
P and the
+build directory is 
I~/src/kdesdk-obj
P, then OBJ_REPLACEMENT could
+be set to 
Is#src/kdesdk#src/kdesdk-obj#
P.
+.SH SEE ALSO
+.BR make (1),
+.BR sed (1).
+.SH AUTHOR
+makeobj was written by Stephan Kulow <coolo at kde.org>.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/package_crystalsvg.1 b/debian/man/package_crystalsvg.1
new file mode 100644
index 0000000..64e0f88
--- /dev/null
+++ b/debian/man/package_crystalsvg.1
@@ -0,0 +1,41 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH PACKAGE_CRYSTALSVG 1 "October 15, 2004"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+package_crystalsvg \- bundle up Crystal SVG sources from a KDE checkout
+.SH SYNOPSIS
+.B package_crystalsvg
+.SH DESCRIPTION
+
Bpackage_crystalsvg
P assumes that the current directory contains one
+or more checked-out KDE modules.  It searches these modules for Crystal
+SVG vector sources (.svgz or .svg.gz files)
+and packages them up into a tarball.  The tarball will also
+contain 
IFILES
P (describing the contents of the tarball and which
+KDE modules/paths they were copied from) as well as some other bits and
+pieces.
+.PP
+Note that you must at least have kdelibs checked out for this utility to
+run.
+.PP
+The final tarball will be created in the current working directory.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH AUTHOR
+package_crystalsvg was written by Frans Englich <frans.englich at telia.com>.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/png2mng.pl.1 b/debian/man/png2mng.pl.1
new file mode 100644
index 0000000..cc10dd5
--- /dev/null
+++ b/debian/man/png2mng.pl.1
@@ -0,0 +1,49 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH PNG2MNG.PL 1 "October 15, 2004"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+png2mng.pl \- combine a set of PNG images into an animated MNG image
+.SH SYNOPSIS
+.B png2mng.pl
+.I basename width height
+.SH DESCRIPTION
+
Bpng2mng.pl
P reads a sequence of PNG images and combines them into
+a single animated MNG image.
+.PP
+The individual PNG images should be numbered consecutively from zero up,
+and should have names of the form
+.I basenameXXXX
+where
+.I XXXX
+is the four-digit sequence number (0000, 0001, 0002, etc).
+The width and height of the PNG images should
+also be included on the command line.
+.PP
+The final animated MNG image will be written to standard output.
+.PP
+This utility is part of the KDE Software Development Kit.
+.SH EXAMPLE
+The following example will combine the files hi32-action-kde-0000.png,
+hi32-action-kde-0001.png, hi32-action-kde-0002.png, etc., and write
+the resulting animated image to hi32-action-kde.mng:
+.PP
+.RS
+png2mng.pl hi32-action-kde- 32 32 > hi32-action-kde.mng
+.RE
+.SH AUTHOR
+This manual page was prepared by Ben Burton <bab at debian.org>
+for the Debian GNU/Linux system (but may be used by others).

-- 
kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list