diff -u seq24-0.8.7/debian/dirs seq24-0.8.7/debian/dirs --- seq24-0.8.7/debian/dirs +++ seq24-0.8.7/debian/dirs @@ -2 +1,0 @@ -usr/sbin diff -u seq24-0.8.7/debian/control seq24-0.8.7/debian/control --- seq24-0.8.7/debian/control +++ seq24-0.8.7/debian/control @@ -1,15 +1,15 @@ Source: seq24 Section: sound Priority: optional Maintainer: Guenter Geiger (Debian/GNU) +Build-Depends: debhelper (>> 4.0.0), automake1.9, autoconf, autotools-dev, cdbs, libgtkmm-2.4-dev, libasound2-dev, libjack0.100.0-dev | libjack-dev, liblash-dev Uploaders: Free Ekanayaka -Build-Depends: debhelper (>> 4.0.0), automake1.9, autoconf, autotools-dev, cdbs, libgtkmm-2.4-dev, libasound2-dev, libjack0.100.0-dev | libjack-dev Standards-Version: 3.7.3 Homepage: http://www.filter24.org/seq24/ Package: seq24 Architecture: any -Depends: ${shlibs:Depends} ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Real time MIDI sequencer Seq24 was created to provide a very simple interface for editing and playing midi 'loops'. It is a very minimal sequencer that excludes the diff -u seq24-0.8.7/debian/seq24.desktop seq24-0.8.7/debian/seq24.desktop --- seq24-0.8.7/debian/seq24.desktop +++ seq24-0.8.7/debian/seq24.desktop @@ -1,13 +1,9 @@ [Desktop Entry] -Encoding=UTF-8 - Name=Seq24 GenericName= Comment=MIDI Sequencer -Icon=/usr/share/pixmaps/seq24.xpm - +Icon=seq24.xpm Type=Application -Categories=Application;AudioVideo;Audio; - +Categories=AudioVideo;Audio; Exec=seq24 Terminal=false only in patch2: unchanged: --- seq24-0.8.7.orig/debian/seq24.manpages +++ seq24-0.8.7/debian/seq24.manpages @@ -0,0 +1 @@ +debian/seq24.1 only in patch2: unchanged: --- seq24-0.8.7.orig/debian/seq24.1 +++ seq24-0.8.7/debian/seq24.1 @@ -0,0 +1,75 @@ +.TH Seq24 1 "February 9 2006" "Version 0.7.0" "Seq24 Manual Page" + +.SH NAME +Seq24 - Real time MIDI sequencer + + +.SH SYNOPSIS +.B seq24 +[\fIOPTIONS\fP] + + +.SH DESCRIPTION +.PP +\fISeq24\fP is a real-time midi sequencer. It was created to +provide a very simple interface for editing and playing +midi 'loops'. + + +.SH OPTIONS +.l +Seq24 accepts the following options: +.TP 8 +.B \-\-help +Display a list of all commandline options +.TP 8 +.B \-\-file \fI\fP +Load MIDI file on startup +.TP 8 +.B \-\-showmidi +Dumps incoming midi to screen +.TP 8 +.B \-\-priority +Runs higher priority with FIFO scheduler +.TP 8 +.B \-\-pass_sysex +Passes any incoming sysex messages to all outputs +.TP 8 +.B \-\-show_keys +Prints pressed key value +.TP 8 +.B \-\-jack_transport +seq24 will sync to JACK transport +.TP 8 +.B \-\-jack_master +seq24 will try to be JACK master +.TP 8 +.B \-\-jack_master_cond +JACK master will fail if there is already a master +.TP 8 +.B \-\-jack_start_mode \fI\fP +When seq24 is synced to JACK, the following play modes are available: + (0 = live mode) + (1 = song mode) (default) + + +.SH FILES +\fB$HOME\fP/.seq24rc stores the user settings for seq24. + + +.SH SUGGESTIONS AND BUG REPORTS +Any bugs found should be reported to the upstream author and/or package +maintainer. + + +.SH OTHER INFO +The project homepage is at http://www.filter24.org/seq24/. + +It is released under the GNU GPL license. + + +.SH AUTHOR +Seq24 was written by Rob C. Buse . + +This manual page was written by Dana Olson , +for the Ubuntu project (but may be used by others).