[SCM] Packaging of Text::Ngrams in Debian branch, master, updated. upstream/2.005-2-gae969a6

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Jun 3 18:12:19 UTC 2013


The following commit has been merged in the master branch:
commit ae969a6f2bd1edfe3c886f752c564f70db121d18
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Mon Jun 3 14:11:40 2013 -0400

    Fix minor errors in packaging, add patch to correct manpage problems.

diff --git a/debian/changelog b/debian/changelog
index e3c1c51..7724a5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 libtext-ngrams-perl (2.005-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #710715)
-  * Team upload.
 
  -- Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>  Sat, 01 Jun 2013 19:50:16 -0400
diff --git a/debian/copyright b/debian/copyright
index d04505b..e31815d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,8 +6,6 @@ Upstream-Contact: Vlado Keselj <vlado at cs.dal.ca>
 Files: *
 Copyright:
  2003-2013, Vlado Keselj
- 2005, Chris Jordan
- 2012, Magdalena Jankowska
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/patches/fix-manpage-spelling b/debian/patches/fix-manpage-spelling
index 7552ecb..98c759d 100644
--- a/debian/patches/fix-manpage-spelling
+++ b/debian/patches/fix-manpage-spelling
@@ -1,6 +1,7 @@
-Description: Correct minor misspelling in manpage, fix pod error
+Description: Correct minor misspelling in manpage, fix manpage errors
 Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
-Forwarded: no
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85837
+Forwarded: yes
 
 --- a/ngrams.pl
 +++ b/ngrams.pl
@@ -33,3 +34,14 @@ Forwarded: no
  
  =over 4
  
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -24,8 +24,6 @@
+     ()
+     ),
+     EXE_FILES => [ 'ngrams.pl' ],
+-    MAN3PODS => { 'Ngrams.pm' => 'blib/man3/Text::Ngrams.3' },
+-    MAN1PODS => { 'ngrams.pl' => 'blib/man1/ngrams.pl.1' }
+    );
+ 
+ open(M, ">>Makefile") or die;
diff --git a/debian/rules b/debian/rules
index 446485e..fa43a30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,4 @@ override_dh_auto_install:
 	dh_auto_install
 	rename -v 's/\.pl//' $(TMP)/usr/bin/*.pl
 	rename -v 's/\.pl//' $(TMP)/usr/share/man/man1/*
+	rm $(TMP)/usr/share/perl5/Text/ngrams.pl
\ No newline at end of file

-- 
Packaging of Text::Ngrams in Debian



More information about the Pkg-perl-cvs-commits mailing list