summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-08-23 10:24:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-08-23 10:24:43 +0900
commit8bab2c42d4b867e90ff1a37bf2f79de0688f1338 (patch)
tree602857bd9c3253b71ae8d5f514d2715b0f9f9794
parent1a72e3716f6626e33d8e1c3da922f71273398c41 (diff)
downloadtde-packaging-8bab2c42.tar.gz
tde-packaging-8bab2c42.zip
DEB rosegarden: man pages moved to main repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--debian/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.176
-rw-r--r--debian/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.157
-rw-r--r--debian/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.176
-rw-r--r--debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install6
-rw-r--r--debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages4
-rw-r--r--debian/_base/applications/multimedia/rosegarden/debian/rosegarden.1155
-rwxr-xr-xdebian/_base/applications/multimedia/rosegarden/debian/rules2
-rw-r--r--ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.176
-rw-r--r--ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.157
-rw-r--r--ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.176
-rw-r--r--ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install6
-rw-r--r--ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages4
-rw-r--r--ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden.1155
-rwxr-xr-xubuntu/_base/applications/multimedia/rosegarden/debian/rules2
14 files changed, 10 insertions, 742 deletions
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.1 b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.1
deleted file mode 100644
index b420ba197..000000000
--- a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.1
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" This is free documentation; you can redistribute it and/or
-.\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation; either version 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH ROSEGARDEN-AUDIOFILE-IMPORTER 1 "19 March 2006"
-
-.SH NAME
-
-rosegarden-audiofile-importer - Helper application to convert and
-import audio files for Rosegarden.
-
-.SH SYNOPSIS
-
-rosegarden-audiofile-importer -t [<version>]
-rosegarden-audiofile-importer --conftest [<version>]
-rosegarden-audiofile-importer -l [<version>]
-rosegarden-audiofile-importer [-r <rate>] -w <inputfile>
-rosegarden-audiofile-importer [-r <rate>] -c <inputfile> <outputfile>
-
-
-.SH OPTIONS
-
-.BR -t " " [<version>],
-.BR --conftest " " [<version>]
-
-Exit successfully if the importer is available and working [and is
-of at least version <version>]. If some of the required helper
-applications are missing, also print to stdout a line saying
-"Required: application1, application2", listing the missing
-programs.
-
-.BR \-l " " [<version>]
-
-List known file extensions (e.g. ogg wav flac). Return code is same
-as for -t (so can combine two calls into one)
-
-.BR \-r " " <rate>
-
-Test whether any work is needed to convert the input, either because
-it isn't in a Rosegarden-compatible format or because its samplerate
-differs from <rate>. Exit successfully if no work is required; return
-error code 2 if conversion required, 3 if resampling required, 4 if
-both required, 1 for other error.
-
-.SH DESCRIPTION
-
-Helper application to convert and import audio files for Rosegarden.
-
-Can take audio files of various kinds as input, always produces WAV
-files that are compatible with Rosegarden as output.
-
-Not actually specific to Rosegarden in any way, except that
-Rosegarden needs to know it can rely on its presence and calling
-interface.
-
-.SH SEE ALSO
- rosegarden(1), rosegarden-lilypondview(1), rosegarden-project-page(1)
-
-
-
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.1 b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.1
deleted file mode 100644
index e2aa9f951..000000000
--- a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.1
+++ /dev/null
@@ -1,57 +0,0 @@
-.\" This is free documentation; you can redistribute it and/or
-.\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation; either version 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH ROSEGARDEN-LILIPONDVIEW 1 "10 February 2006"
-i
-.SH NAME
-
-rosegardern-lilypondview - display a lilypond file in a postscript
-viewer.
-
-.SH SYNOPSIS
-
-rosegarden-lilypondview [-g] [FILE].ly
-
-.SH DESCRIPTION
-
-This script takes a Lilypond file as input. It creates a temporary
-sandbox, runs Lilypond against the input file, then opens a PostScript
-viewer against the results in order to provide a graphical, printable
-preview.
-
-This script is used internally by Rosegarden, as the backend for the File ->
-Export -> Preview Lilypond file feature.
-
-.SH OPTIONS
-.BR \-g " " Use graphical mode
-
-.SH REQUIREMENTS
-
-Working installation of Lilypond 2.0 or later KGhostView or KPDF or
-XPDF or GhostView or GS XDialog or Konsole or RXVT or Xterm [for
-graphical mode only]
-
-.SH AUTHOR
-Chris Cannam
-
-.SH COPYRIGHT
-2005-2006 Fervent Software.
-
-
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.1 b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.1
deleted file mode 100644
index 0da30c2a5..000000000
--- a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.1
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" This is free documentation; you can redistribute it and/or
-.\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation; either version 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH ROSEGARDEN-PROJECT-PACKAGE 1 "10 February 2006"
-
-.SH NAME
-
-rosegarden-project-package - converts between Rosegarden (.rg) files
-and Rosegarden Project (.rgp) files.
-
-.SH SYNOPSIS
-
-orosegarden-project-package [--quiet] [--pack] [--unpack] [--conftest] [FILE] [.rg|.rgp]
-
-.SH OPTIONS
-.BR \-\-quiet " " Be silent
-.BR \-\-unpack " " Unpack .rgp file
-.BR \-\-pack " " Pack .rg file plus associated external data files into .rgp file
-.BR \-\-conftest " " Test environment for necessary installed components
-
-.SH DESCRIPTION
-
-This program converts between Rosegarden (.rg) files and Rosegarden
-Project (.rgp) files. It is primarily intended to be used internally and
-transparently by the Rosegarden application.
-
-A Rosegarden file (.rg) is a single file (in gzipped XML format)
-that defines a Rosegarden composition in terms of events, segments,
-programs, plugin data, references to audio files, and so on. Some
-of these types of information depend on the presence of external
-files such as the audio files or plugin preset data, without which
-the file cannot be used.
-
-A Rosegarden Project (.rgp) file is a bundle of files, including the
-Rosegarden file itself, as well as any audio file or other external
-data it requires, in compressed form. A Rosegarden Project file is
-intended to be portable and self-contained, but the Rosegarden
-program itself does not (at the time of writing) understand these
-files directly.
-
-This program can take a Rosegarden file, examine it to find out
-which other data files it uses, and pack it to create the
-corresponding Rosegarden Project file. Conversely, it can also take
-a Rosegarden Project file and unpack it as a project directory for
-use with Rosegarden.
-
-.SH REQUIREMENTS
-
-Working installation of Lilypond 2.0 or later KGhostView or KPDF or
-XPDF or GhostView or GS XDialog or Konsole or RXVT or Xterm [for
-graphical mode only]
-
-.SH AUTHOR
-Chris Cannam
-
-.SH COPYRIGHT
-2005-2006 Fervent Software.
-
-
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install
index 50a0bcdaa..ac05f6185 100644
--- a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install
+++ b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install
@@ -1,4 +1,8 @@
debian/tmp/opt/trinity/bin/rosegarden*
debian/tmp/opt/trinity/bin/rosegardensequencer*
-debian/tmp/opt/trinity/share/mimelnk
debian/tmp/opt/trinity/share/applications
+debian/tmp/opt/trinity/share/mimelnk
+debian/tmp/opt/trinity/share/man/man1/rosegarden.1
+debian/tmp/opt/trinity/share/man/man1/rosegarden-lilypondview.1
+debian/tmp/opt/trinity/share/man/man1/rosegarden-project-package.1
+debian/tmp/opt/trinity/share/man/man1/rosegarden-audiofile-importer.1
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages
deleted file mode 100644
index 6e3b96ee0..000000000
--- a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/rosegarden.1
-debian/rosegarden-lilypondview.1
-debian/rosegarden-project-package.1
-debian/rosegarden-audiofile-importer.1
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden.1 b/debian/_base/applications/multimedia/rosegarden/debian/rosegarden.1
deleted file mode 100644
index fe750e0b2..000000000
--- a/debian/_base/applications/multimedia/rosegarden/debian/rosegarden.1
+++ /dev/null
@@ -1,155 +0,0 @@
-.TH ROSEGARDEN 1 "23 July 2006"
-
-.SH NAME
-
-rosegarden, rosegarden-sequencer - MIDI and audio sequencer and
-musical notation editor.
-
-.SH SYNOPSIS
-
-rosegarden [Qt-options] [TDE-options] [options] [File]
-
-rosegardensequencer [Qt-options] [TDE-options] [playback_1 playback_2 capture_1 capture_2]
-
-.SH DESCRIPTION
-
-This manual page documents briefly the rosegarden and rosegardensequencer commands.
-
-rosegarden is a MIDI and audio sequencer, notation editor, and general-purpose music composition and editing application for Unix and Linux. It is a TDE application, which means to build it you need the TDE libraries. However, once installed it can be run within the TDE environment or any other desktop or window manager environment.
-
-rosegardensequencer is part of the rosegarden application, the part which knows about and audio MIDI devices, and about real time. rosegardensequencer is executed automatically when rosegarden starts, so you will probably never need to execute it directly. You may want to specify command line options, though, to change the JACK ports used for audio capture and playback. In order to do that, you can invoque rosegardensequencer directly before running rosegarden, or you can specify the sequencer command line arguments using the rosegarden configuration dialog, and restarting the application. This program follows the usual GNU command line syntax, with long options starting with two dashes ('-'). A summary of options is included below.
-
-.SH OPTIONS
-.BR \-\-author " "
- Show author information.
-
-.BR \-\-help " "
- Show help about options.
-
-.BR \-\-help-all
- Show all options.
-
-.BR \-\-help-tde
- Show TDE specific options.
-
-.BR \-\-help-qt
- Show Qt specific options.
-
-.BR \-\-license
- Show license information.
-
-.BR \-v, \-\-version
- Show version information.
-
-
-.SH OPTIONS for rosegarden
-
-.BR \-\-nosplash
- Don\'t show splash screen.
-
-
-.BR \-\-nosequencer
- Don\'t use an external sequencer.
-
-.BR \-\-nofork
- Don\'t automatically run in the background.
-
-.BR \ \--existingsequencer
- Attach to a running sequencer process, if found.
-
-.BR File
- File to load at startup. Typically a rosegarden (.rg) file, but it can also be a rosegarden2.1 file or a MIDI file.
-
-.SH OPTIONS
-.BR \-g " " Use graphical mode>
-
-.SH QT OPTIONS
-.BR \-\-bg, --background color
- Sets the default background color and an application palette (light and dark shades are calculated).
-
-.BR \-\-btn, --button color
- Sets the default button color.
-
-.BR \-\-cmap
- Causes the application to install a private color map on an 8-bit display.
-
-.BR \-\-display displayname
- Use the X-server display 'displayname'.
-
-.BR \-\-dograb
- Running under a debugger can cause an implicit --nograb, use --dograb to override.
-
-.BR \-\-fg, \-\-foreground color
- Sets the default foreground color.
-
-.BR \-\-fn, \-\-font fontname
- Defines the application font.
-
-.BR \-\-im XIMserver
- Set XIM server.
-
-.BR \-\-inputstyle inputstyle
- Sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and root.
-
-.BR \-\-name name
- Sets the application name.
-
-.BR \-\-ncols count
- Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification.
-
-.BR \-\-nograb
- Tells Qt to never grab the mouse or the keyboard.
-
-.BR \-\-noxim
- Disable XIM.
-
-.BR \-\-reverse
- Mirrors the whole layout of widgets.
-
-.BR \-\-session sessionId
- Restore the application for the given 'sessionId'.
-
-.BR \-\-sync
- Switches to synchronous mode for debugging.
-
-.BR \-\-title title
- Sets the application title (caption).
-
-.BR \-\-visual TrueColor
- Forces the application to use a TrueColor visual on an 8-bit display.
-
-
-.SH TDE OPTIONS
-.BR \-\-caption caption
- Use 'caption' as name in the titlebar.
-
-.BR \-\-config filename
- Use alternative configuration file.
-
-.BR \-\-dcopserver server
- Use the DCOP Server specified by 'server'.
-
-.BR \-\-geometry geometry
- Sets the client geometry of the main widget.
-
-.BR \-\-icon icon
- Use 'icon' as the application icon.
-
-.BR \-\-miniicon icon
- Use 'icon' as the icon in the titlebar.
-
-.BR \-\-nocrashhandler
- Disable crash handler, to get core dumps.
-
-.BR \-\-style style
- Sets the application GUI style.
-
-.BR \-\-waitforwm
- Waits for a WM_NET compatible windowmanager.
-
-.SH SEE ALSO
- jackd(1), rosegarden-lilypondview(1), rosegarden-project-package(1), rosegarden-audiofile-importer(1)
-
-
-.SH AUTHOR
-This manual page was written by Enrique Robledo Arnuncio <era@debian.org> and later ammended by Mike O'Connor <stew@vireo.org> 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 Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front Cover Texts and no Back Cover Texts.
diff --git a/debian/_base/applications/multimedia/rosegarden/debian/rules b/debian/_base/applications/multimedia/rosegarden/debian/rules
index 94fe8c0a8..1372a08f8 100755
--- a/debian/_base/applications/multimedia/rosegarden/debian/rules
+++ b/debian/_base/applications/multimedia/rosegarden/debian/rules
@@ -26,8 +26,6 @@ DEB_COMPRESS_EXCLUDE += .rg .wav .docbook
binary-install/rosegarden-trinity::
dh_testdir
find debian/rosegarden-trinity/usr/share/doc/rosegarden-trinity/examples -type f -exec chmod 664 {} \;
- cp -Rp debian/rosegarden-trinity/usr/share/man/* debian/rosegarden-trinity/opt/trinity/share/man/
- rm -rf debian/rosegarden-trinity/usr/share/man
clean::
dh_testdir
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.1 b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.1
deleted file mode 100644
index b420ba197..000000000
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-audiofile-importer.1
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" This is free documentation; you can redistribute it and/or
-.\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation; either version 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH ROSEGARDEN-AUDIOFILE-IMPORTER 1 "19 March 2006"
-
-.SH NAME
-
-rosegarden-audiofile-importer - Helper application to convert and
-import audio files for Rosegarden.
-
-.SH SYNOPSIS
-
-rosegarden-audiofile-importer -t [<version>]
-rosegarden-audiofile-importer --conftest [<version>]
-rosegarden-audiofile-importer -l [<version>]
-rosegarden-audiofile-importer [-r <rate>] -w <inputfile>
-rosegarden-audiofile-importer [-r <rate>] -c <inputfile> <outputfile>
-
-
-.SH OPTIONS
-
-.BR -t " " [<version>],
-.BR --conftest " " [<version>]
-
-Exit successfully if the importer is available and working [and is
-of at least version <version>]. If some of the required helper
-applications are missing, also print to stdout a line saying
-"Required: application1, application2", listing the missing
-programs.
-
-.BR \-l " " [<version>]
-
-List known file extensions (e.g. ogg wav flac). Return code is same
-as for -t (so can combine two calls into one)
-
-.BR \-r " " <rate>
-
-Test whether any work is needed to convert the input, either because
-it isn't in a Rosegarden-compatible format or because its samplerate
-differs from <rate>. Exit successfully if no work is required; return
-error code 2 if conversion required, 3 if resampling required, 4 if
-both required, 1 for other error.
-
-.SH DESCRIPTION
-
-Helper application to convert and import audio files for Rosegarden.
-
-Can take audio files of various kinds as input, always produces WAV
-files that are compatible with Rosegarden as output.
-
-Not actually specific to Rosegarden in any way, except that
-Rosegarden needs to know it can rely on its presence and calling
-interface.
-
-.SH SEE ALSO
- rosegarden(1), rosegarden-lilypondview(1), rosegarden-project-page(1)
-
-
-
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.1 b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.1
deleted file mode 100644
index e2aa9f951..000000000
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-lilypondview.1
+++ /dev/null
@@ -1,57 +0,0 @@
-.\" This is free documentation; you can redistribute it and/or
-.\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation; either version 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH ROSEGARDEN-LILIPONDVIEW 1 "10 February 2006"
-i
-.SH NAME
-
-rosegardern-lilypondview - display a lilypond file in a postscript
-viewer.
-
-.SH SYNOPSIS
-
-rosegarden-lilypondview [-g] [FILE].ly
-
-.SH DESCRIPTION
-
-This script takes a Lilypond file as input. It creates a temporary
-sandbox, runs Lilypond against the input file, then opens a PostScript
-viewer against the results in order to provide a graphical, printable
-preview.
-
-This script is used internally by Rosegarden, as the backend for the File ->
-Export -> Preview Lilypond file feature.
-
-.SH OPTIONS
-.BR \-g " " Use graphical mode
-
-.SH REQUIREMENTS
-
-Working installation of Lilypond 2.0 or later KGhostView or KPDF or
-XPDF or GhostView or GS XDialog or Konsole or RXVT or Xterm [for
-graphical mode only]
-
-.SH AUTHOR
-Chris Cannam
-
-.SH COPYRIGHT
-2005-2006 Fervent Software.
-
-
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.1 b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.1
deleted file mode 100644
index 0da30c2a5..000000000
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-project-package.1
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" This is free documentation; you can redistribute it and/or
-.\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation; either version 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH ROSEGARDEN-PROJECT-PACKAGE 1 "10 February 2006"
-
-.SH NAME
-
-rosegarden-project-package - converts between Rosegarden (.rg) files
-and Rosegarden Project (.rgp) files.
-
-.SH SYNOPSIS
-
-orosegarden-project-package [--quiet] [--pack] [--unpack] [--conftest] [FILE] [.rg|.rgp]
-
-.SH OPTIONS
-.BR \-\-quiet " " Be silent
-.BR \-\-unpack " " Unpack .rgp file
-.BR \-\-pack " " Pack .rg file plus associated external data files into .rgp file
-.BR \-\-conftest " " Test environment for necessary installed components
-
-.SH DESCRIPTION
-
-This program converts between Rosegarden (.rg) files and Rosegarden
-Project (.rgp) files. It is primarily intended to be used internally and
-transparently by the Rosegarden application.
-
-A Rosegarden file (.rg) is a single file (in gzipped XML format)
-that defines a Rosegarden composition in terms of events, segments,
-programs, plugin data, references to audio files, and so on. Some
-of these types of information depend on the presence of external
-files such as the audio files or plugin preset data, without which
-the file cannot be used.
-
-A Rosegarden Project (.rgp) file is a bundle of files, including the
-Rosegarden file itself, as well as any audio file or other external
-data it requires, in compressed form. A Rosegarden Project file is
-intended to be portable and self-contained, but the Rosegarden
-program itself does not (at the time of writing) understand these
-files directly.
-
-This program can take a Rosegarden file, examine it to find out
-which other data files it uses, and pack it to create the
-corresponding Rosegarden Project file. Conversely, it can also take
-a Rosegarden Project file and unpack it as a project directory for
-use with Rosegarden.
-
-.SH REQUIREMENTS
-
-Working installation of Lilypond 2.0 or later KGhostView or KPDF or
-XPDF or GhostView or GS XDialog or Konsole or RXVT or Xterm [for
-graphical mode only]
-
-.SH AUTHOR
-Chris Cannam
-
-.SH COPYRIGHT
-2005-2006 Fervent Software.
-
-
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install
index 50a0bcdaa..ac05f6185 100644
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install
+++ b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.install
@@ -1,4 +1,8 @@
debian/tmp/opt/trinity/bin/rosegarden*
debian/tmp/opt/trinity/bin/rosegardensequencer*
-debian/tmp/opt/trinity/share/mimelnk
debian/tmp/opt/trinity/share/applications
+debian/tmp/opt/trinity/share/mimelnk
+debian/tmp/opt/trinity/share/man/man1/rosegarden.1
+debian/tmp/opt/trinity/share/man/man1/rosegarden-lilypondview.1
+debian/tmp/opt/trinity/share/man/man1/rosegarden-project-package.1
+debian/tmp/opt/trinity/share/man/man1/rosegarden-audiofile-importer.1
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages
deleted file mode 100644
index 6e3b96ee0..000000000
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden-trinity.manpages
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/rosegarden.1
-debian/rosegarden-lilypondview.1
-debian/rosegarden-project-package.1
-debian/rosegarden-audiofile-importer.1
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden.1 b/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden.1
deleted file mode 100644
index fe750e0b2..000000000
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rosegarden.1
+++ /dev/null
@@ -1,155 +0,0 @@
-.TH ROSEGARDEN 1 "23 July 2006"
-
-.SH NAME
-
-rosegarden, rosegarden-sequencer - MIDI and audio sequencer and
-musical notation editor.
-
-.SH SYNOPSIS
-
-rosegarden [Qt-options] [TDE-options] [options] [File]
-
-rosegardensequencer [Qt-options] [TDE-options] [playback_1 playback_2 capture_1 capture_2]
-
-.SH DESCRIPTION
-
-This manual page documents briefly the rosegarden and rosegardensequencer commands.
-
-rosegarden is a MIDI and audio sequencer, notation editor, and general-purpose music composition and editing application for Unix and Linux. It is a TDE application, which means to build it you need the TDE libraries. However, once installed it can be run within the TDE environment or any other desktop or window manager environment.
-
-rosegardensequencer is part of the rosegarden application, the part which knows about and audio MIDI devices, and about real time. rosegardensequencer is executed automatically when rosegarden starts, so you will probably never need to execute it directly. You may want to specify command line options, though, to change the JACK ports used for audio capture and playback. In order to do that, you can invoque rosegardensequencer directly before running rosegarden, or you can specify the sequencer command line arguments using the rosegarden configuration dialog, and restarting the application. This program follows the usual GNU command line syntax, with long options starting with two dashes ('-'). A summary of options is included below.
-
-.SH OPTIONS
-.BR \-\-author " "
- Show author information.
-
-.BR \-\-help " "
- Show help about options.
-
-.BR \-\-help-all
- Show all options.
-
-.BR \-\-help-tde
- Show TDE specific options.
-
-.BR \-\-help-qt
- Show Qt specific options.
-
-.BR \-\-license
- Show license information.
-
-.BR \-v, \-\-version
- Show version information.
-
-
-.SH OPTIONS for rosegarden
-
-.BR \-\-nosplash
- Don\'t show splash screen.
-
-
-.BR \-\-nosequencer
- Don\'t use an external sequencer.
-
-.BR \-\-nofork
- Don\'t automatically run in the background.
-
-.BR \ \--existingsequencer
- Attach to a running sequencer process, if found.
-
-.BR File
- File to load at startup. Typically a rosegarden (.rg) file, but it can also be a rosegarden2.1 file or a MIDI file.
-
-.SH OPTIONS
-.BR \-g " " Use graphical mode>
-
-.SH QT OPTIONS
-.BR \-\-bg, --background color
- Sets the default background color and an application palette (light and dark shades are calculated).
-
-.BR \-\-btn, --button color
- Sets the default button color.
-
-.BR \-\-cmap
- Causes the application to install a private color map on an 8-bit display.
-
-.BR \-\-display displayname
- Use the X-server display 'displayname'.
-
-.BR \-\-dograb
- Running under a debugger can cause an implicit --nograb, use --dograb to override.
-
-.BR \-\-fg, \-\-foreground color
- Sets the default foreground color.
-
-.BR \-\-fn, \-\-font fontname
- Defines the application font.
-
-.BR \-\-im XIMserver
- Set XIM server.
-
-.BR \-\-inputstyle inputstyle
- Sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and root.
-
-.BR \-\-name name
- Sets the application name.
-
-.BR \-\-ncols count
- Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification.
-
-.BR \-\-nograb
- Tells Qt to never grab the mouse or the keyboard.
-
-.BR \-\-noxim
- Disable XIM.
-
-.BR \-\-reverse
- Mirrors the whole layout of widgets.
-
-.BR \-\-session sessionId
- Restore the application for the given 'sessionId'.
-
-.BR \-\-sync
- Switches to synchronous mode for debugging.
-
-.BR \-\-title title
- Sets the application title (caption).
-
-.BR \-\-visual TrueColor
- Forces the application to use a TrueColor visual on an 8-bit display.
-
-
-.SH TDE OPTIONS
-.BR \-\-caption caption
- Use 'caption' as name in the titlebar.
-
-.BR \-\-config filename
- Use alternative configuration file.
-
-.BR \-\-dcopserver server
- Use the DCOP Server specified by 'server'.
-
-.BR \-\-geometry geometry
- Sets the client geometry of the main widget.
-
-.BR \-\-icon icon
- Use 'icon' as the application icon.
-
-.BR \-\-miniicon icon
- Use 'icon' as the icon in the titlebar.
-
-.BR \-\-nocrashhandler
- Disable crash handler, to get core dumps.
-
-.BR \-\-style style
- Sets the application GUI style.
-
-.BR \-\-waitforwm
- Waits for a WM_NET compatible windowmanager.
-
-.SH SEE ALSO
- jackd(1), rosegarden-lilypondview(1), rosegarden-project-package(1), rosegarden-audiofile-importer(1)
-
-
-.SH AUTHOR
-This manual page was written by Enrique Robledo Arnuncio <era@debian.org> and later ammended by Mike O'Connor <stew@vireo.org> 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 Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front Cover Texts and no Back Cover Texts.
diff --git a/ubuntu/_base/applications/multimedia/rosegarden/debian/rules b/ubuntu/_base/applications/multimedia/rosegarden/debian/rules
index 94fe8c0a8..1372a08f8 100755
--- a/ubuntu/_base/applications/multimedia/rosegarden/debian/rules
+++ b/ubuntu/_base/applications/multimedia/rosegarden/debian/rules
@@ -26,8 +26,6 @@ DEB_COMPRESS_EXCLUDE += .rg .wav .docbook
binary-install/rosegarden-trinity::
dh_testdir
find debian/rosegarden-trinity/usr/share/doc/rosegarden-trinity/examples -type f -exec chmod 664 {} \;
- cp -Rp debian/rosegarden-trinity/usr/share/man/* debian/rosegarden-trinity/opt/trinity/share/man/
- rm -rf debian/rosegarden-trinity/usr/share/man
clean::
dh_testdir