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 37ec24a064aeb3ed6b8f023d0629dcf4404255d6
Author: Michael Alan Dorman <mdor...@debian.org>
Date:   Thu Feb 21 12:02:18 2002 -0500

    Import Debian patch 1.09-2
---
 debian/changelog | 11 ++++++++++
 debian/control   | 24 +++++++++++++++++++++
 debian/copyright | 18 ++++++++++++++++
 debian/rules     | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 116 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..76a4a3a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+libimage-info-perl (1.09-2) unstable; urgency=low
+
+  * Fix problem with build prereqs.
+
+ -- Michael Alan Dorman <mdor...@debian.org>  Thu, 21 Feb 2002 12:02:18 -0500
+
+libimage-info-perl (1.09-1) unstable; urgency=low
+
+  * Initial packaging
+
+ -- Michael Alan Dorman <mdor...@debian.org>  Thu, 21 Feb 2002 11:53:56 -0500
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b44ce6c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libimage-info-perl
+Maintainer: Michael Alan Dorman <mdor...@debian.org>
+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
+
+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
+ 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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5236faf
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,18 @@
+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.
+
+I, Michael Alan Dorman <mdor...@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.
+
+The only change for the Debian package was the addition of the debian/
+files.
+
+The Image::Info copyright is as follows:
+
+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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9fb9b53
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,63 @@
+#!/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
+
+clean:
+       dh_testdir
+       dh_testroot
+       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
+       dh_testdir
+       $(MAKE) install PREFIX=$(b)/usr
+       touch install-stamp
+
+.PHONY: binary binary-arch binary-indep clean

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libimage-info-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to