[libimage-info-perl] 13/18: Import Debian patch 1.27-1
Salvatore Bonaccorso
carnil at debian.org
Thu Nov 3 05:38:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libimage-info-perl.
commit 31d1e2164f9a0d5b0a8c3953789253391ebee954
Merge: 081b233 fa350ff
Author: Don Armstrong <don at debian.org>
Date: Tue Dec 18 15:43:01 2007 -0800
Import Debian patch 1.27-1
CHANGES | 12 ++
CREDITS | 4 +-
META.yml | 23 +--
Makefile.PL | 10 +-
README | 2 +-
SIGNATURE | 58 +++----
debian/changelog | 14 ++
debian/control | 4 +-
dev/Info.pm.tmpl | 38 +++--
inc/Module/Install.pm | 2 +-
inc/Module/Install/AutoInstall.pm | 2 +-
inc/Module/Install/Base.pm | 2 +-
inc/Module/Install/Build.pm | 2 +-
inc/Module/Install/Can.pm | 2 +-
inc/Module/Install/Fetch.pm | 2 +-
inc/Module/Install/Include.pm | 2 +-
inc/Module/Install/Makefile.pm | 331 ++++++++++++++++++++------------------
inc/Module/Install/Metadata.pm | 47 ++++--
inc/Module/Install/Win32.pm | 2 +-
inc/Module/Install/WriteAll.pm | 2 +-
lib/Image/Info.pm | 38 +++--
lib/Image/TIFF.pm | 38 +++--
t/exif.t | 10 +-
23 files changed, 381 insertions(+), 266 deletions(-)
diff --cc debian/changelog
index 9716fdf,0000000..a3bfc23
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,95 -1,0 +1,109 @@@
++libimage-info-perl (1.27-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Don Armstrong <don at debian.org> Tue, 18 Dec 2007 15:43:01 -0800
++
++libimage-info-perl (1.26-1) unstable; urgency=low
++
++ * New upstream release
++ * Indicate that Image::Info is deprecated in favor of
++ libimage-exiftool-perl
++
++ -- Don Armstrong <don at debian.org> Wed, 24 Oct 2007 16:36:33 -0700
++
+libimage-info-perl (1.25-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Don Armstrong <don at debian.org> Sun, 22 Jul 2007 03:41:01 -0700
+
+libimage-info-perl (1.24-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Don Armstrong <don at debian.org> Mon, 26 Feb 2007 03:14:52 -0800
+
+libimage-info-perl (1.23-2) unstable; urgency=low
+
+ * Strip out the DTD in graph.svg as well. (closes: #400096)
+
+ -- Don Armstrong <don at debian.org> Sat, 25 Nov 2006 01:36:34 -0800
+
+libimage-info-perl (1.23-1) unstable; urgency=low
+
+ * New upstream release
+ * Remove patch targets and obsolete patches
+ * Strip out the DTD so XML::Simple et al. stop looking for it.
+ (closes: #395228)
+
+ -- Don Armstrong <don at debian.org> Sat, 4 Nov 2006 17:18:49 -0800
+
+libimage-info-perl (1.22-1) unstable; urgency=low
+
+ * New upstream release
+ - Fix build issues on amd64 (closes: #379777); thanks to Andreas
+ Jochens for verifying fix.
+
+ -- Don Armstrong <don at debian.org> Fri, 28 Jul 2006 21:12:57 -0700
+
+libimage-info-perl (1.21-2) unstable; urgency=low
+
+ * Fix some typos in Image::Info pod (closes: #369245)
+ * Indicate where the documentation of the image_info options is (closes:
+ #369246)
+ * Fix EXIF parsing in some TIFFs due to a typo (closes: #378419); thanks
+ to Steinar H. Gunderson.
+
+ -- Don Armstrong <don at debian.org> Sat, 22 Jul 2006 02:35:05 -0700
+
+libimage-info-perl (1.21-1) unstable; urgency=low
+
+ * New upstream release
+ * Upgrade standards version to 3.7.2, no changes necessary
+
+ -- Don Armstrong <don at debian.org> Fri, 26 May 2006 14:11:11 -0700
+
+libimage-info-perl (1.17-2) unstable; urgency=low
+
+ * Add suport for the Nikon D70s to Image::TIFF (closes: #351728)
+ * Update watch file to support the change in maintainer
+
+ -- Don Armstrong <don at debian.org> Mon, 6 Feb 2006 17:55:58 -0800
+
+libimage-info-perl (1.17-1) unstable; urgency=low
+
+ * New upstream release (closes: #351600)
+ * Upgrade standards version; no changes necessary
+
+ -- Don Armstrong <don at debian.org> Mon, 6 Feb 2006 14:06:03 -0800
+
+libimage-info-perl (1.16-2) unstable; urgency=low
+
+ * Use Data::Dumper instead of Data::Dump (closes: #284001)
+ * Fix busted links to exif-e.html (closes: #27837)
+ * Don't bother to parse information in thumbnails if ilen is 0 (closes: #281967)
+
+ -- Don Armstrong <don at debian.org> Mon, 7 Mar 2005 16:53:19 -0800
+
+libimage-info-perl (1.16-1) unstable; urgency=low
+
+ * New upstream release (closes: #174846)
+ * Fix debian/copyright problems (closes: #157596)
+ * New maintainer adopting this package (closes: #274131)
+ * Depend on libimage-base-perl [Image::Xbm, Image::Xpm]
+ * Depend on libxml-simple-perl [Image::Info::Svg]
+
+ -- Don Armstrong <don at donarmstrong.com> Wed, 6 Oct 2004 16:07:04 -0700
+
+libimage-info-perl (1.09-2) unstable; urgency=low
+
+ * Fix problem with build prereqs.
+
+ -- Michael Alan Dorman <mdorman at debian.org> Thu, 21 Feb 2002 12:02:18 -0500
+
+libimage-info-perl (1.09-1) unstable; urgency=low
+
+ * Initial packaging
+
+ -- Michael Alan Dorman <mdorman at debian.org> Thu, 21 Feb 2002 11:53:56 -0500
diff --cc debian/control
index 2ebaf86,0000000..ffa520e
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,27 -1,0 +1,29 @@@
+Source: libimage-info-perl
+Maintainer: Don Armstrong <don at debian.org>
+Priority: optional
+Section: perl
+Build-Depends: debhelper (>= 4)
+Build-Depends-Indep: perl (>= 5.6.0-17), libio-string-perl, libimage-base-bundle-perl | libimage-xpm-perl, libimage-base-bundle-perl | libimage-xbm-perl, libxml-simple-perl
+Standards-Version: 3.7.2
+
+Package: libimage-info-perl
+Architecture: all
+Priority: optional
+Section: perl
+Depends: ${perl:Depends}, libio-string-perl, libimage-base-bundle-perl | libimage-xpm-perl, libimage-base-bundle-perl | libimage-xbm-perl, libxml-simple-perl
+Description: allows extraction of meta information from image files
+ This Perl extension allows you to extract meta information from
+ various types of image files. In this release the following file
+ formats are supported:
+ .
+ JPEG (plain JFIF and Exif)
+ PNG
+ GIF
+ PBM/PGM/PPM
+ SVG
+ XBM/XPM
+ BMP/DIB/RLE
+ TIFF
-
++ .
++ This Perl module is deprecated; consider using Image::ExifTool (in
++ libimage-exiftool-perl) instead.
diff --cc lib/Image/Info.pm
index 23f6b37,5a862cc..b734e91
--- a/lib/Image/Info.pm
+++ b/lib/Image/Info.pm
@@@ -263,11 -276,9 +276,11 @@@ then it is assumed that this scalar con
directly.
The image_info() function also take optional key/value style arguments
-that can influence what information is returned.
+that can influence what information is returned. See
+L<Image::Info::XPM> and other L<Image::Info> submodules for the
+parameters that they take.
- =item image_type( $filename )
+ =item image_type( \$imgdata )
Returns a hash with only one key, C<< file_type >>. The value
will be the type of the file. On error, sets the two keys
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-info-perl.git
More information about the Pkg-perl-cvs-commits
mailing list