1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: removes .pl extensions to match the modified program names in /usr/bin
This patch is Debian-specific and only removes the .pl extension of the names.
However, the upstream author has been informed that this patch is applied.
Forwarded: not-needed
Author: David Paleino <[email protected]>
Reviewed-by: gregor herrmann <[email protected]>
Last-Update: 2016-05-29
--- a/scripts/stag-merge.pl
b/scripts/stag-merge.pl
@@ -2,11 2,11 @@
=head1 NAME
-stag-merge.pl - script wrapper for the Data::Stag modules
stag-merge - script wrapper for the Data::Stag modules
=head1 SYNOPSIS
- stag-merge.pl -xml file1.xml file2.xml
stag-merge -xml file1.xml file2.xml
=head1 DESCRIPTION
|