summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-11 14:33:48 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-11 14:33:48 -0800
commitf8db7f23d328ec718e964705e1e1b42d1ae57d89 (patch)
tree9564fe2c3f172b48738644f57810f713f1570397
parent5efad6bba90ea9304a6c41360a5b207292d234cd (diff)
minor maintenance releasedebian/0.5.0-7
* Updated the watch file * Updated the standards version (no changes needed) * Moved the VCS-* fields in the control file to HTTPS. * Moved to source format 1.0 and dgit Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--debian/changelog9
-rw-r--r--debian/control9
-rw-r--r--debian/patches/0001-handle-missing-name-Return-undef-unless-a-color-name.patch36
-rw-r--r--debian/patches/series2
-rw-r--r--debian/source/format2
-rw-r--r--debian/watch5
6 files changed, 17 insertions, 46 deletions
diff --git a/debian/changelog b/debian/changelog
index 2850bbb..1c8b339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libgraphics-colorobject-perl (0.5.0-7) unstable; urgency=low
+
+ * Updated the watch file
+ * Updated the standards version (no changes needed)
+ * Moved the VCS-* fields in the control file to HTTPS.
+ * Moved to source format 1.0 and dgit
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 11 Feb 2016 14:28:09 -0800
+
libgraphics-colorobject-perl (0.5.0-6) unstable; urgency=low
* Bug fix: "warnings with Perl 5.14", thanks to Herwin Weststrate. This
diff --git a/debian/control b/debian/control
index 79d0d32..099e671 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
Source: libgraphics-colorobject-perl
-VCS-Git: git://anonscm.debian.org/users/srivasta/debian/libgraphics-colorobject-perl.git
-VCS-Browser: http://anonscm.debian.org/gitweb/?p=users/srivasta/debian/libgraphics-colorobject-perl.git
+VCS-Git: https://anonscm.debian.org/git/users/srivasta/debian/libgraphics-colorobject-perl.git
+VCS-Browser: https://anonscm.debian.org/gitweb/?p=users/srivasta/debian/libgraphics-colorobject-perl.git
Priority: optional
Section: perl
Homepage: http://search.cpan.org/~aizvorski/Graphics-ColorObject-0.5.0/ColorObject.pm
Maintainer: Manoj Srivastava <srivasta@debian.org>
-Standards-Version: 3.9.5
-Build-Depends-Indep: perl-modules, libgraphics-colornames-perl, debhelper (>= 9.0.0)
+Standards-Version: 3.9.7
+Build-Depends-Indep: perl, libmodule-build-perl, perl-modules-5.22 | libmodule-load-perl,
+ libgraphics-colornames-perl, debhelper (>= 9.0.0)
Package: libgraphics-colorobject-perl
Architecture: all
diff --git a/debian/patches/0001-handle-missing-name-Return-undef-unless-a-color-name.patch b/debian/patches/0001-handle-missing-name-Return-undef-unless-a-color-name.patch
deleted file mode 100644
index e33a253..0000000
--- a/debian/patches/0001-handle-missing-name-Return-undef-unless-a-color-name.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 44178a47297c1c72814486906933a2b29df3d5dc Mon Sep 17 00:00:00 2001
-From: Manoj Srivastava <srivasta@golden-gryphon.com>
-Date: Sat, 12 Apr 2014 16:07:43 -0700
-Subject: [PATCH 1/1] [handle-missing-name]: Return undef unless a color name
- is provided
-
-Perl 5.12.0 adds new uninitialized value warnings for the lc* and uc*
-functions. One of these gets triggered by Graphics::ColorObject, making
-libcolor-calc-perl fail its test suite with perl_5.12.0-1 on amd64.
-
-There is indeed a fix in this commit (unlike the last attempt), by
-returning early if no color name has been provided.
-
-Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
----
- ColorObject.pm | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/ColorObject.pm b/ColorObject.pm
-index 1169f63..4a75558 100644
---- a/ColorObject.pm
-+++ b/ColorObject.pm
-@@ -1902,7 +1902,9 @@ our %COLORNAMES;
- tie %COLORNAMES, 'Graphics::ColorNames', qw(HTML Windows Netscape X);
-
- sub namecolor {
-- my $name=lc(shift @_);
-+ my $name=shift;
-+ return unless $name;
-+ $name=lc $name;
- $name=~s/[^\#!%\&a-z0-9]//g;
- my $col;
- my $opt=shift @_;
---
-1.9.2
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cfc3152..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-# exported from git by git-debcherry
-0001-handle-missing-name-Return-undef-unless-a-color-name.patch
diff --git a/debian/source/format b/debian/source/format
index 163aaf8..d3827e7 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt)
+1.0
diff --git a/debian/watch b/debian/watch
index 72c0ec6..f2fba45 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,4 @@
# format version number, currently 2; this line is compulsory!
-version=2
-
-http://www.cpan.org/modules/by-module/Graphics/Graphics-ColorObject-(.*)\.tar\.gz debian
+version=3
+https://metacpan.org/release/Graphics-ColorObject .*/Graphics-ColorObject-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian