[SCM] mma/master: man pages: remove .py suffix from executable names
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Thu Jan 5 06:48:29 UTC 2012
The following commit has been merged in the master branch:
commit 6f772d2b7a407d201ee2fb523864fc48fce3f1dd
Author: Joel Roth <joelz at pobox.com>
Date: Wed Jan 4 20:24:56 2012 -1000
man pages: remove .py suffix from executable names
diff --git a/debian/makeman b/debian/makeman
index 5112698..5b87ef8 100755
--- a/debian/makeman
+++ b/debian/makeman
@@ -1,9 +1,9 @@
#!/usr/bin/env perl
use Modern::Perl;
my %files = qw(
- mma-splitrec.pod mma-splitrec.py
- mup2mma.pod mup2mma.py
- pg2mma.pod pg2mma.py
+ mma-splitrec.pod mma-splitrec
+ mup2mma.pod mup2mma
+ pg2mma.pod pg2mma
);
while ( my ($pod,$exec) = each %files ){
@@ -11,5 +11,7 @@ while ( my ($pod,$exec) = each %files ){
my $cmd = qq(pod2man -c " " -r " " --section=1 $pod $exec.1 --name=$exec);
say $cmd;
system $cmd;
+ `mv $file ../mma/debian`;
+
}
diff --git a/debian/mma-splitrec.pod b/debian/mma-splitrec.pod
index 17cfff8..ca5b60e 100644
--- a/debian/mma-splitrec.pod
+++ b/debian/mma-splitrec.pod
@@ -1,10 +1,10 @@
=head1 NAME
-B<mma-splitrec.py> - Create wav tracks from MMA input file
+B<mma-splitrec> - Create wav tracks from MMA input file
=head1 SYNOPSIS
-B<mma-splitrec.py> <somefile.mma>
+B<mma-splitrec> <somefile.mma>
=head1 DESCRIPTION
@@ -16,7 +16,7 @@ The command:
=over 12
-mma-splitrec.py somefile.mma
+mma-splitrec somefile.mma
=back
@@ -36,7 +36,7 @@ Using timidity i've had good success with the following:
=over 12
-1. use mma-splitrec.py with a decent soundfont to create tracks,
+1. use mma-splitrec with a decent soundfont to create tracks,
2. use timidity to create a mix track of the mma file,
@@ -110,4 +110,4 @@ Bob van der Poel <bob at mellowood.ca>
=head1 LICENSE
-mma-splitrec.py is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
+mma-splitrec is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
diff --git a/debian/mup2mma.pod b/debian/mup2mma.pod
index 4d64405..4fbb37b 100644
--- a/debian/mup2mma.pod
+++ b/debian/mup2mma.pod
@@ -1,6 +1,6 @@
=head1 NAME
-mup2mma.py
+mup2mma
=head1 SYNOPSIS
@@ -66,4 +66,4 @@ Bob van der Poel <bob at mellowood.ca>
=head1 LICENSE
-mup2mma.py is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
+mup2mma is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
diff --git a/debian/pg2mma.pod b/debian/pg2mma.pod
index c60a20a..0ad9a79 100644
--- a/debian/pg2mma.pod
+++ b/debian/pg2mma.pod
@@ -1,10 +1,10 @@
=head1 NAME
-pg2mma.py
+pg2mma
=head1 SYNOPSIS
-B<pg2mma.py> <infile> <outfile>
+B<pg2mma> <infile> <outfile>
No options. Both infile and outfile must be specified. No files will
be overwritten.
@@ -86,4 +86,4 @@ Bob van der Poel <bob at mellowood.ca>
=head1 LICENSE
-pg2mma.py is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
+pg2mma is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
--
mma packaging
More information about the pkg-multimedia-commits
mailing list