This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libopengl-image-perl.
commit c2e128622211f92da7b9437220c7c3888c8cb31a Author: Dominique Dumont <[email protected]> Date: Thu Oct 2 19:55:43 2014 +0200 refresh dpkg info --- debian/control | 25 ++++++++++++++++--------- debian/copyright | 16 ++++------------ 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/debian/control b/debian/control index b328ef6..67a5d58 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,28 @@ Source: libopengl-image-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Dominique Dumont <[email protected]> +Section: perl +Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libopengl-perl, - perl -Standards-Version: 3.9.5 + perl +Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libopengl-image-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libopengl-image-perl.git Homepage: https://metacpan.org/release/OpenGL-Image Package: libopengl-image-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libopengl-perl -Description: unknown - (no description was found) +Depends: ${misc:Depends}, + ${perl:Depends}, + libopengl-perl +Description: Image loader for OpenGL + This module provides methods to load/modify/save images for use + with OpenGL textures, FBOs and VBOs. + . + It also requires at least one supported OpenGL::Image imaging engine. + At this time, the following drivers are supported: . - This description was automagically extracted from the module by dh-make-perl. + * Targa - Pure Perl - uncompressed RGBA files (comes with OpenGL::Image). + * Magick - Requires PerlMagick (v6.3.5 or newer for best performance). +Homepage: https://metacpan.org/release/OpenGL-Image diff --git a/debian/copyright b/debian/copyright index ce259ab..f2d3f65 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,19 +1,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://metacpan.org/release/OpenGL-Image -Upstream-Contact: unknown Upstream-Name: OpenGL-Image -DISCLAIMER: This copyright info was automatically extracted - from the perl module. It may not be accurate, so you better - check the module sources in order to ensure the module for its - inclusion in Debian or for general legal information. Please, - if licensing information is incorrectly generated, file a bug - on dh-make-perl. - NOTE: Don't forget to remove this disclaimer once you are happy - with this file. +Upstream-Contact: Bob "grafman" Free - [email protected] +Source: https://metacpan.org/release/OpenGL-Image Files: * -Copyright: unknown -License: +Copyright: 2007 Graphcomp +License: Artistic or GPL-1+ Files: debian/* Copyright: 2014, Dominique Dumont <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libopengl-image-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
