r1492 - in packages/libmime-types-perl/trunk: . debian lib/MIME t

Gunnar Wolf gwolf at costa.debian.org
Fri Nov 11 23:10:54 UTC 2005


Author: gwolf
Date: 2005-11-11 23:10:53 +0000 (Fri, 11 Nov 2005)
New Revision: 1492

Removed:
   packages/libmime-types-perl/trunk/debian/compat
Modified:
   packages/libmime-types-perl/trunk/ChangeLog
   packages/libmime-types-perl/trunk/META.yml
   packages/libmime-types-perl/trunk/debian/changelog
   packages/libmime-types-perl/trunk/debian/control
   packages/libmime-types-perl/trunk/debian/rules
   packages/libmime-types-perl/trunk/lib/MIME/Type.pm
   packages/libmime-types-perl/trunk/lib/MIME/Type.pod
   packages/libmime-types-perl/trunk/lib/MIME/Types.pm
   packages/libmime-types-perl/trunk/lib/MIME/Types.pod
   packages/libmime-types-perl/trunk/t/11typeol.t
Log:
New upstream release, some minor packaging changes


Modified: packages/libmime-types-perl/trunk/ChangeLog
===================================================================
--- packages/libmime-types-perl/trunk/ChangeLog	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/ChangeLog	2005-11-11 23:10:53 UTC (rev 1492)
@@ -6,6 +6,16 @@
 **** Inform Austin Ziegler < mime-types at halostatue.ca> at each release, to
 **** update his Ruby port of the module.
 
+version 1.16: Thu Sep 29 17:42:24 CEST 2005
+
+	- [Jan Kratochvil]  application/smil is 8bit
+
+	- [Jan Kratochvil]  application/x-javascript becomes
+	  application/javascript.  New is application/ecmascript
+
+	- Adapted to new behavior on stringification introduced by
+	  Test::Builder v0.31, reported by [Jurgen Pletinckx]
+
 version 1.15: Thu Mar 31 14:12:54 CEST 2005
 
 	- [Ave Wringeley] contributed MIME::Types methods types() and

Modified: packages/libmime-types-perl/trunk/META.yml
===================================================================
--- packages/libmime-types-perl/trunk/META.yml	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/META.yml	2005-11-11 23:10:53 UTC (rev 1492)
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MIME-Types
-version:      1.15
+version:      1.16
 version_from: lib/MIME/Types.pm
 installdirs:  site
 requires:

Modified: packages/libmime-types-perl/trunk/debian/changelog
===================================================================
--- packages/libmime-types-perl/trunk/debian/changelog	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/debian/changelog	2005-11-11 23:10:53 UTC (rev 1492)
@@ -1,3 +1,11 @@
+libmime-types-perl (1.16-1) unstable; urgency=low
+
+  * New upstream release
+  * Bumped up standards-version to 3.6.2
+  * Moved debhelper compat to debian/rules
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 11 Nov 2005 17:03:26 -0600
+
 libmime-types-perl (1.15-1) unstable; urgency=low
 
   * New upstream release

Deleted: packages/libmime-types-perl/trunk/debian/compat
===================================================================
--- packages/libmime-types-perl/trunk/debian/compat	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/debian/compat	2005-11-11 23:10:53 UTC (rev 1492)
@@ -1 +0,0 @@
-4

Modified: packages/libmime-types-perl/trunk/debian/control
===================================================================
--- packages/libmime-types-perl/trunk/debian/control	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/debian/control	2005-11-11 23:10:53 UTC (rev 1492)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 Build-Depends-Indep: debhelper (>> 4.1), perl (>> 5.8.1)
 
 Package: libmime-types-perl

Modified: packages/libmime-types-perl/trunk/debian/rules
===================================================================
--- packages/libmime-types-perl/trunk/debian/rules	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/debian/rules	2005-11-11 23:10:53 UTC (rev 1492)
@@ -2,6 +2,8 @@
 # -*-makefile-*-
 # debian/rules file for libmime-types-perl
 
+export DH_COMPAT=4
+
 PERL	?= /usr/bin/perl
 
 package	:= $(firstword $(shell dh_listpackages))
@@ -24,7 +26,7 @@
 clean:	checkroot
 	rm -f *-stamp
 	dh_clean
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 binary-indep:	checkroot build
 	dh_clean

Modified: packages/libmime-types-perl/trunk/lib/MIME/Type.pm
===================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Type.pm	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/lib/MIME/Type.pm	2005-11-11 23:10:53 UTC (rev 1492)
@@ -1,6 +1,6 @@
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.15';
+$VERSION = '1.16';
 
 use strict;
 

Modified: packages/libmime-types-perl/trunk/lib/MIME/Type.pod
===================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Type.pod	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/lib/MIME/Type.pod	2005-11-11 23:10:53 UTC (rev 1492)
@@ -288,7 +288,7 @@
 
 =head1 COPYRIGHTS
 
-Module version 1.15.
+Module version 1.16.
 Written by Mark Overmeer (mimetypes at overmeer.net).  See the ChangeLog for
 other contributors.
 

Modified: packages/libmime-types-perl/trunk/lib/MIME/Types.pm
===================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Types.pm	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/lib/MIME/Types.pm	2005-11-11 23:10:53 UTC (rev 1492)
@@ -1,7 +1,7 @@
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.15';
+$VERSION = '1.16';
 
 use strict;
 
@@ -223,8 +223,7 @@
 
 #-------------------------------------------
 # Internet media type registry is at
-# <http://www.iana.org/assignments/media-types/> and
-# F<ftp://ftp.iana.org/in-notes/iana/assignments/media-types/>.
+# http://www.iana.org/assignments/media-types/
 
 $mime_type_definitions = <<MIMETYPES;
 application/activemessage
@@ -243,6 +242,7 @@
 application/DEC-DX
 application/dicom
 application/dvcs
+application/ecmascript
 application/EDI-Consent
 application/EDIFACT
 application/EDI-X12
@@ -259,6 +259,7 @@
 application/iotp
 application/ipp
 application/isup
+application/javascript		js				8bit
 application/mac-binhex40	hqx				8bit
 application/macwriteii
 application/marc
@@ -304,7 +305,7 @@
 application/sgml-open-catalog	soc
 application/sieve		siv
 application/slate
-application/smil		smi,smil
+application/smil		smi,smil			8bit
 application/timestamp-query
 application/timestamp-reply
 application/toolbook		tbk
@@ -630,7 +631,6 @@
 application/x-imagemap		imagemap,imap			8bit
 application/x-java-archive	jar
 application/x-java-jnlp-file	jnlp
-application/x-javascript	js				8bit
 application/x-java-serialized-object	ser
 application/x-java-vm		class
 application/x-koan		skp,skd,skt,skm

Modified: packages/libmime-types-perl/trunk/lib/MIME/Types.pod
===================================================================
--- packages/libmime-types-perl/trunk/lib/MIME/Types.pod	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/lib/MIME/Types.pod	2005-11-11 23:10:53 UTC (rev 1492)
@@ -148,7 +148,7 @@
 
 =head1 COPYRIGHTS
 
-Module version 1.15.
+Module version 1.16.
 Written by Mark Overmeer (mimetypes at overmeer.net).  See the ChangeLog for
 other contributors.
 

Modified: packages/libmime-types-perl/trunk/t/11typeol.t
===================================================================
--- packages/libmime-types-perl/trunk/t/11typeol.t	2005-11-11 23:07:02 UTC (rev 1491)
+++ packages/libmime-types-perl/trunk/t/11typeol.t	2005-11-11 23:10:53 UTC (rev 1492)
@@ -18,13 +18,13 @@
 my $d = MIME::Type->new(type => 'appl/zip');
 my $e = MIME::Type->new(type => 'text/plain');
 
-is($a, $b);
-is($a, $c);
-is($a, $d);
-is($b, $c);
-is($b, $d);
-is($c, $d);
-isnt($a, $e);
+ok($a eq $b);
+ok($a eq $c);
+ok($a eq $d);
+ok($b eq $c);
+ok($b eq $d);
+ok($c eq $d);
+ok($a ne $e);
 
 ok(!$a->isRegistered);
 ok(!$b->isRegistered);
@@ -38,7 +38,7 @@
 is("$d", 'appl/zip');
 is("$e", 'text/plain');
 
-is($a, 'appl/zip');
-is($b, 'APPL/ZIP');
-is($c, 'x-appl/x-zip');
-is($e, 'text/plain');
+ok($a eq 'appl/zip');
+ok($b eq 'APPL/ZIP');
+ok($c eq 'x-appl/x-zip');
+ok($e eq 'text/plain');




More information about the Pkg-perl-cvs-commits mailing list