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 2c96f9a2980237c1e2279961c266843a284555a5
Author: Don Armstrong <d...@debian.org>
Date:   Mon Feb 6 17:55:58 2006 -0800

    Import Debian patch 1.17-2
---
 debian/changelog  | 7 +++++++
 debian/copyright  | 3 +++
 debian/watch      | 3 +--
 lib/Image/TIFF.pm | 1 +
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3adeb0b..7340ec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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 <d...@debian.org>  Mon,  6 Feb 2006 17:55:58 -0800
+
 libimage-info-perl (1.17-1) unstable; urgency=low
 
   * New upstream release (closes: #351600)
diff --git a/debian/copyright b/debian/copyright
index 6eed219..56ba8fd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,11 @@ Download: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
 
 Debianized: Michael Alan Dorman <mdor...@debian.org>, additions by
             Don Armstrong <d...@donarmstrong.com>
+           Current Debian development trees can be found at
+           http://svn.donarmstrong.com/deb_pkgs/libimage-info-perl
 
 Copyright: Copyright 1999-2004 Gisle Aas.
+          Copyright 2006 Tels <nospam-ab...@bloodgate.com>
 
            This library is free software; you can redistribute it
            and/or modify it under the same terms as Perl itself.
diff --git a/debian/watch b/debian/watch
index 84dd02c..be6d488 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 # 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
+http://archive.progeny.com/CPAN/modules/by-module/Image/Image-Info-(.+)\.tar\.gz
diff --git a/lib/Image/TIFF.pm b/lib/Image/TIFF.pm
index ad7bd1a..cc9e189 100644
--- a/lib/Image/TIFF.pm
+++ b/lib/Image/TIFF.pm
@@ -315,6 +315,7 @@ my %makernotes = (
     "NIKON E995"  => [0, 'CoolPix', \%nikon2_tags],
     "NIKON CORPORATION NIKON D1"  => [0, 'NikonD1', \%nikon2_tags],
     "NIKON CORPORATION NIKON D70"  => [-2, 'NikonD1', \%nikon2_tags],
+    "NIKON CORPORATION NIKON D70s"  => [-2, 'NikonD1', \%nikon2_tags],
     "NIKON CORPORATION NIKON D100"  => [-2, 'NikonD1', \%nikon2_tags],
     "OLYMPUS OPTICAL CO.,LTD C2000Z"  => [8, 'Olympus', \%olympus_tags],
     "OLYMPUS OPTICAL CO.,LTD C2100UZ" => [8, 'Olympus', \%olympus_tags],

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