[SCM] Debian packaging of libbio-asn1-entrezgene-perl branch, master, updated. 8988bbbd8f979321d704c7e93c56e56d29ef8369
Florian Schlichting
fschlich at zedat.fu-berlin.de
Thu Jan 12 22:42:02 UTC 2012
The following commit has been merged in the master branch:
commit 8988bbbd8f979321d704c7e93c56e56d29ef8369
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Thu Jan 12 23:40:12 2012 +0100
Added fix-spelling-error.patch
diff --git a/debian/changelog b/debian/changelog
index 88e5296..f11b930 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libbio-asn1-entrezgene-perl (1.100-1) UNRELEASED; urgency=low
+libbio-asn1-entrezgene-perl (1.100-1) unstable; urgency=low
[ Florian Schlichting ]
* Imported Upstream version 1.100.
@@ -7,6 +7,7 @@ libbio-asn1-entrezgene-perl (1.100-1) UNRELEASED; urgency=low
* Refreshed debian/copyright.
* Bumped Standards-Version to 3.9.2 (no change).
* Added myself to Uploaders.
+ * Added fix-spelling-error.patch.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
@@ -23,7 +24,7 @@ libbio-asn1-entrezgene-perl (1.100-1) UNRELEASED; urgency=low
* debian/watch: add uversionmangles to deal with version suffix and
2-digit minor versions.
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de> Thu, 12 Jan 2012 23:02:26 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de> Thu, 12 Jan 2012 23:41:22 +0100
libbio-asn1-entrezgene-perl (1.091-2) unstable; urgency=low
diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
new file mode 100644
index 0000000..2efc082
--- /dev/null
+++ b/debian/patches/fix-spelling-error.patch
@@ -0,0 +1,26 @@
+Description: fix spelling errors in POD
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=73965
+
+--- a/lib/Bio/ASN1/EntrezGene.pm
++++ b/lib/Bio/ASN1/EntrezGene.pm
+@@ -219,7 +219,7 @@
+ Function: Takes in name of a file containing Entrez Gene records.
+ opens the file and stores file handle
+ Returns: none.
+- Notes: Attemps to open file larger than 2 GB even on Perl that
++ Notes: Attempts to open file larger than 2 GB even on Perl that
+ does not support 2 GB file (accomplished by calling
+ "cat" and piping output. On OS that does not have "cat"
+ error message will be displayed)
+--- a/lib/Bio/ASN1/Sequence.pm
++++ b/lib/Bio/ASN1/Sequence.pm
+@@ -205,7 +205,7 @@
+ Function: Takes in name of a file containing Sequence records.
+ opens the file and stores file handle
+ Returns: none.
+- Notes: Attemps to open file larger than 2 GB even on Perl that
++ Notes: Attempts to open file larger than 2 GB even on Perl that
+ does not support 2 GB file (accomplished by calling
+ "cat" and piping output. On OS that does not have "cat"
+ error message will be displayed)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2475b92
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error.patch
--
Debian packaging of libbio-asn1-entrezgene-perl
More information about the Pkg-perl-cvs-commits
mailing list