summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2015-07-24 04:59:11 -0700
committerDamyan Ivanov <dmn@debian.org>2015-07-24 04:59:11 -0700
commit54f5e952958474e8a788c161d0700dba8017a5ea (patch)
tree8e9969fa196d3cfeb03b316501d07f988ec0c869 /debian/control
libgraphics-colornames-perl (2.11-6.1) unstable; urgency=medium
* Non-maintainer upload. * Add build dependency on libmodule-build-perl and replace perl-modules build dependency with perl Closes: #789334 -- FTBFS with perl 5.22 # imported from the archive
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..90b58d6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libgraphics-colornames-perl
+VCS-Git: git://anonscm.debian.org/users/srivasta/debian/libgraphics-colornames-perl.git
+VCS-Browser: http://anonscm.debian.org/gitweb/?p=users/srivasta/debian/libgraphics-colornames-perl.git
+Priority: optional
+Section: perl
+Maintainer: Manoj Srivastava <srivasta@debian.org>
+Homepage: http://search.cpan.org/~rrwo/Graphics-ColorNames-2.11/lib/Graphics/ColorNames.pm
+Standards-Version: 3.9.5
+Build-Depends-Indep: perl, libmodule-build-perl, libmodule-load-perl, libpod-coverage-perl,
+ libtest-pod-perl, libtest-exception-perl, debhelper (>= 9.0.0)
+
+Package: libgraphics-colornames-perl
+Architecture: all
+Depends: ${misc:Depends}, perl, libmodule-load-perl
+Recommends: libpod-coverage-perl, libtest-pod-perl
+Description: defines RGB values for common color names
+ This package defines RGB values for common color names. The intention
+ is to:
+ 1. provide a common module that authors can use with other modules
+ to specify colors; and
+ 2. free module authors from having to "re-invent the wheel"
+ whenever they decide to give the users the option of specifying
+ a color by name rather than RGB value.