[libimage-info-perl] 02/18: Import Debian patch 1.16-1

Salvatore Bonaccorso carnil at debian.org
Thu Nov 3 05:38:15 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 3a9ba834f93c3faea187d52014d171d4086e7e00
Merge: 37ec24a 8007fa8
Author: Don Armstrong <don at donarmstrong.com>
Date:   Wed Oct 6 16:07:04 2004 -0700

    Import Debian patch 1.16-1

 Changes                  |  98 +++++++++
 Info.pm.tmpl             |  28 ++-
 MANIFEST                 |  25 ++-
 Makefile.PL              |  12 +-
 README                   |   7 +-
 debian/changelog         |  10 +
 debian/compat            |   1 +
 debian/control           |  16 +-
 debian/copyright         |  23 +--
 debian/rules             |  18 +-
 debian/watch             |   4 +
 exifdump                 |   2 +-
 img/gps.jpg              | Bin 0 -> 8271 bytes
 test.gif => img/test.gif | Bin
 test.jpg => img/test.jpg | Bin
 test.pbm => img/test.pbm | Bin
 test.pgm => img/test.pgm |   0
 test.png => img/test.png | Bin
 test.ppm => img/test.ppm |   0
 test.rle => img/test.rle | Bin
 test.svg => img/test.svg |   0
 test.xbm => img/test.xbm |   0
 test.xpm => img/test.xpm |   0
 img/tiny.pgm             |   1 +
 lib/Image/Info.pm        |  31 ++-
 lib/Image/Info/JPEG.pm   |  41 +++-
 lib/Image/Info/PPM.pm    |   4 +-
 lib/Image/Info/SVG.pm    |  21 +-
 lib/Image/Info/TIFF.pm   | 199 ++++++++++++++++++
 lib/Image/Info/XBM.pm    |  29 +--
 lib/Image/Info/XPM.pm    |  26 +--
 lib/Image/TIFF.pm        | 516 ++++++++++++++++++++++++++++++++++++++++++-----
 t/bmp.t                  |   2 +-
 t/dim.t                  |   2 +-
 t/exif.t                 |   2 +-
 t/png.t                  |   2 +-
 t/string.t               |  22 +-
 t/tiny-pgm.t             |  17 ++
 test.txt                 |  36 ----
 39 files changed, 979 insertions(+), 216 deletions(-)

diff --cc debian/changelog
index 76a4a3a,0000000..99728d5
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,21 @@@
++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/compat
index 0000000,0000000..b8626c4
new file mode 100644
--- /dev/null
+++ b/debian/compat
@@@ -1,0 -1,0 +1,1 @@@
++4
diff --cc debian/control
index b44ce6c,0000000..dccdfd2
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,24 -1,0 +1,26 @@@
 +Source: libimage-info-perl
- Maintainer: Michael Alan Dorman <mdorman at debian.org>
++Maintainer: Don Armstrong <don at donarmstrong.com>
 +Priority: optional
- Section: interpreters
- Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17), libio-string-perl
- Standards-Version: 3.5.6.0
++Section: perl
++Build-Depends-Indep: debhelper (>= 4), 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.6.1
 +
 +Package: libimage-info-perl
 +Architecture: all
 +Priority: optional
- Section: interpreters
- Depends: ${perl:Depends}, libio-string-perl
- Description:  allows extraction of meta information from various types of image files
++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
++
diff --cc debian/copyright
index 5236faf,0000000..6eed219
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,18 -1,0 +1,13 @@@
- This is Debian GNU/Linux's prepackaged version of Image::Info, a Perl
- extension that allows you to extract meta information from various
- types of image files.
++Authors: Gisle Aas <gisle at ActiveState.com>
++Webpage: http://search.cpan.org/~gaas/Image-Info-1.16/
++Download: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
 +
- I, Michael Alan Dorman <mdorman at debian.org>, built this package.  The
- original sources should always be available from the Comprehensive
- Perl Archive Network (CPAN). Visit <URL:http://www.perl.com/CPAN/> to
- find a CPAN site near you.
++Debianized: Michael Alan Dorman <mdorman at debian.org>, additions by
++            Don Armstrong <don at donarmstrong.com>
 +
- The only change for the Debian package was the addition of the debian/
- files.
++Copyright: Copyright 1999-2004 Gisle Aas.
 +
- The Image::Info copyright is as follows:
++           This library is free software; you can redistribute it
++           and/or modify it under the same terms as Perl itself.
 +
- Copyright 1999-2001 Gisle Aas.
- 
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
++License: GPL or Artistic. Available at /usr/share/common-licenses/{GPL,Artistic}
diff --cc debian/rules
index 9fb9b53,0000000..d0600e9
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,63 -1,0 +1,73 @@@
 +#!/usr/bin/make -f
 +
- export DH_COMPAT := 3
- 
 +PERL ?= /usr/bin/perl
 +
 +b := $(shell pwd)/debian/libimage-info-perl
 +
 +arrange: arrange-stamp
 +arrange-stamp: install
 +	dh_testdir
 +	touch arrange-stamp
 +
 +binary: binary-stamp
 +binary-stamp: binary-indep binary-arch
 +	dh_testdir
 +	touch binary-stamp
 +
 +binary-arch: binary-arch-stamp
 +binary-arch-stamp: arrange
 +	dh_testdir
 +	touch binary-arch-stamp
 +
 +binary-indep: binary-indep-stamp
 +binary-indep-stamp: arrange
 +	dh_testdir
 +	dh_testroot
 +	dh_installdocs README
 +	dh_installchangelogs Changes
 +	dh_fixperms
 +	dh_installdeb
 +	dh_perl
 +	dh_compress
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +	touch binary-indep-stamp
 +
 +build: build-stamp
 +build-stamp: config
 +	dh_testdir
 +	$(MAKE)
 +	touch build-stamp
 +
++test: test-stamp
++test-stamp: build
++	dh_testdir
++	$(MAKE) test
++	touch test-stamp
++
 +clean:
 +	dh_testdir
 +	dh_testroot
- 	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
++	if [ -e Makefile ]; then \
++		$(MAKE) -i distclean;\
++	fi
 +	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp
 +
 +config: config-stamp
 +config-stamp:
 +	dh_testdir
 +	$(PERL) Makefile.PL INSTALLDIRS=vendor
 +	touch config-stamp
 +
 +install: install-stamp
- install-stamp: build
++install-stamp: test
 +	dh_testdir
 +	$(MAKE) install PREFIX=$(b)/usr
++#	Install exifdump and imgdump into the examples directory
++	install -m755 -d $(b)/usr/share/doc/libimage-info-perl/examples
++	install -m755 exifdump imgdump $(b)/usr/share/doc/libimage-info-perl/examples
++	rmdir --ignore-fail-on-non-empty --parents $(b)/usr/lib/perl5
 +	touch install-stamp
 +
 +.PHONY: binary binary-arch binary-indep clean
diff --cc debian/watch
index 0000000,0000000..84dd02c
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,4 @@@
++# format version number, currently 2; this line is compulsory!
++version=2
++
++http://www.perl.com/CPAN/authors/id/G/GA/GAAS/Image-Info-(.+)\.tar\.gz

-- 
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