[SCM] Debian packaging of XML-TMX CPAN distribution branch, master, updated. a7253ce60ea9ea4e24b58768e2d411dcb851b401
Nuno Carvalho
smash at cpan.org
Fri May 4 01:49:13 UTC 2012
The following commit has been merged in the master branch:
commit 2044d834cb8da99d77fc823f9783cf29cf783006
Author: Nuno Carvalho <smash at cpan.org>
Date: Fri May 4 02:46:31 2012 +0100
install some scripts as examples
diff --git a/debian/changelog b/debian/changelog
index 6d770d8..eb4899a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
libxml-tmx-perl (0.20-1) UNRELEASED; urgency=low
- TODO:
- - lintian finds three missing manpages
-
+ * Add patch to install some scripts as examples while waiting
+ for fixes in the upcoming upstream release.
* Add patch to fix typos, also applied upstream.
* Initial Release. (Closes: #670261)
diff --git a/debian/libxml-tmx-perl.examples b/debian/libxml-tmx-perl.examples
new file mode 100644
index 0000000..3e2aa85
--- /dev/null
+++ b/debian/libxml-tmx-perl.examples
@@ -0,0 +1,3 @@
+scripts/tmxclean
+scripts/tmx2html
+scripts/po2tmx
diff --git a/debian/patches/series b/debian/patches/series
index 48dc2d5..9dc4cb3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+some_scripts_as_examples.patch
fix_typos.patch
diff --git a/debian/patches/some_scripts_as_examples.patch b/debian/patches/some_scripts_as_examples.patch
new file mode 100644
index 0000000..b68462f
--- /dev/null
+++ b/debian/patches/some_scripts_as_examples.patch
@@ -0,0 +1,20 @@
+Description: install some scripts as examples while waiting for fixes
+ coming in next upstream release.
+Author: Nuno Carvalho <smash at cpan.org>
+Applied-Upstream: 0.21
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -6,12 +6,9 @@
+ 'AUTHOR' => 'Projecto Natura',
+ 'ABSTRACT' => 'TMX tools',
+ 'EXE_FILES' => [
+- qw!scripts/po2tmx
+- scripts/tmxsplit
++ qw!scripts/tmxsplit
+ scripts/tmxuniq
+- scripts/tmxclean
+ scripts/tmxwc
+- scripts/tmx2html
+ scripts/tmxgrep
+ scripts/xpdf-tmx
+ scripts/tmx2tmx!],
--
Debian packaging of XML-TMX CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list