[med-svn] [perlprimer] 01/01: Fixarray.patch added
Canberk Koç
cbk-guest at moszumanska.debian.org
Sat Jul 2 20:57:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
cbk-guest pushed a commit to branch master
in repository perlprimer.
commit 036f0ed4672f971a52096b02e31f6a3845d06409
Author: cbk-guest <cbk-guests at scm.alioth.debian.org>
Date: Sat Jul 2 23:57:07 2016 +0300
Fixarray.patch added
---
debian/changelog | 8 +++++++-
debian/patches/fixarray.patch | 11 +++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fe6b01e..4c5c8ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
perlprimer (1.1.21-3) UNRELEASED; urgency=medium
+ * Team upload
+
[ James McCoy ]
8803540 Move debian/upstream to debian/upstream/metadata
@@ -10,7 +12,11 @@ perlprimer (1.1.21-3) UNRELEASED; urgency=medium
038a4d0 debian/source/options: set single-debian-patch to modify upstream
files directly.
- -- Charles Plessy <plessy at debian.org> Sun, 27 Apr 2014 10:44:40 +0900
+ [ Canberk Koç ]
+ * Array error fixed
+ * fixarray.patch added
+
+ -- Canberk Koç <canberkkoc at gmail.com> Sat, 2 Jul 2016 23:54:40 +0300
perlprimer (1.1.21-2) unstable; urgency=medium
diff --git a/debian/patches/fixarray.patch b/debian/patches/fixarray.patch
new file mode 100644
index 0000000..03448b6
--- /dev/null
+++ b/debian/patches/fixarray.patch
@@ -0,0 +1,11 @@
+--- a/perlprimer.pl
++++ b/perlprimer.pl
+@@ -5226,7 +5226,7 @@ sub generate_report {
+ }
+
+ my ($hlist_sel) = $$hlist_ref->selectionGet;
+- unless (defined(@$slist) && defined($hlist_sel)) {
++ unless (@$slist && defined($hlist_sel)) {
+ dialogue("The Generate Report function saves the statistics and alignment of a particular primer pair - please select a primer pair first");
+ return;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 218c5bb..8161130 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
sytaxerrors.patch
+fixarray.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/perlprimer.git
More information about the debian-med-commit
mailing list