r51410 - in /branches/upstream/libunicode-map8-perl: 0.13/ current/Changes current/MANIFEST current/META.yml current/Map8.pm current/Map8.xs current/map8.h current/map8x.c current/rfc1345.txt current/umap

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 24 06:14:08 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 24 06:13:55 2010
New Revision: 51410

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51410
Log:
undo svn-upgrade --uscan's failed upgrade to non-DFSG version.. ugh.

Removed:
    branches/upstream/libunicode-map8-perl/0.13/
    branches/upstream/libunicode-map8-perl/current/META.yml
    branches/upstream/libunicode-map8-perl/current/rfc1345.txt
Modified:
    branches/upstream/libunicode-map8-perl/current/Changes
    branches/upstream/libunicode-map8-perl/current/MANIFEST
    branches/upstream/libunicode-map8-perl/current/Map8.pm
    branches/upstream/libunicode-map8-perl/current/Map8.xs
    branches/upstream/libunicode-map8-perl/current/map8.h
    branches/upstream/libunicode-map8-perl/current/map8x.c
    branches/upstream/libunicode-map8-perl/current/umap

Modified: branches/upstream/libunicode-map8-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/Changes?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/Changes (original)
+++ branches/upstream/libunicode-map8-perl/current/Changes Sun Jan 24 06:13:55 2010
@@ -1,13 +1,3 @@
-2010-01-18   Gisle Aas <gisle at ActiveState.com>
-
-   Release 0.13
-
-   Header order tweak to make it compile with Strawberry Perl [RT#50443]
-
-   Get rid of CVS artifacts
-
-
-
 2002-12-27   Gisle Aas <gisle at ActiveState.com>
 
    Release 0.12

Modified: branches/upstream/libunicode-map8-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/MANIFEST?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/MANIFEST (original)
+++ branches/upstream/libunicode-map8-perl/current/MANIFEST Sun Jan 24 06:13:55 2010
@@ -199,4 +199,3 @@
 t/unistr.t
 typemap
 umap
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: branches/upstream/libunicode-map8-perl/current/Map8.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/Map8.pm?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/Map8.pm (original)
+++ branches/upstream/libunicode-map8-perl/current/Map8.pm Sun Jan 24 06:13:55 2010
@@ -15,7 +15,7 @@
 *import = \&Exporter::import;
 @EXPORT_OK = qw(NOCHAR MAP8_BINFILE_MAGIC_HI MAP8_BINFILE_MAGIC_LO);
 
-$VERSION = '0.13';
+$VERSION = '0.12';  # $Id: Map8.pm,v 1.25 2002/12/28 00:42:09 gisle Exp $
 #$DEBUG++;
 
 bootstrap Unicode::Map8 $VERSION;

Modified: branches/upstream/libunicode-map8-perl/current/Map8.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/Map8.xs?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/Map8.xs (original)
+++ branches/upstream/libunicode-map8-perl/current/Map8.xs Sun Jan 24 06:13:55 2010
@@ -1,4 +1,5 @@
-/*
+/* $Id: Map8.xs,v 1.12 2001/12/31 17:51:25 gisle Exp $
+ *
  * Copyright 1998, Gisle Aas.
  *
  * This library is free software; you can redistribute it and/or

Modified: branches/upstream/libunicode-map8-perl/current/map8.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/map8.h?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/map8.h (original)
+++ branches/upstream/libunicode-map8-perl/current/map8.h Sun Jan 24 06:13:55 2010
@@ -1,4 +1,5 @@
-/*
+/* $Id: map8.h,v 1.11 2002/12/28 00:42:09 gisle Exp $
+ *
  * Copyright 1998, Gisle Aas.
  *
  * This library is free software; you can redistribute it and/or
@@ -8,8 +9,8 @@
 
 #ifdef PERL
 #include "EXTERN.h"
+#include "XSUB.h"
 #include "perl.h"
-#include "XSUB.h"
 #else
 typedef unsigned long   U32;
 typedef unsigned short  U16;

Modified: branches/upstream/libunicode-map8-perl/current/map8x.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/map8x.c?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/map8x.c (original)
+++ branches/upstream/libunicode-map8-perl/current/map8x.c Sun Jan 24 06:13:55 2010
@@ -1,4 +1,5 @@
-/*
+/* $Id: map8x.c,v 1.7 2001/12/31 18:42:50 gisle Exp $
+ *
  * Copyright 1998, Gisle Aas.
  *
  * This library is free software; you can redistribute it and/or

Modified: branches/upstream/libunicode-map8-perl/current/umap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libunicode-map8-perl/current/umap?rev=51410&op=diff
==============================================================================
--- branches/upstream/libunicode-map8-perl/current/umap (original)
+++ branches/upstream/libunicode-map8-perl/current/umap Sun Jan 24 06:13:55 2010
@@ -70,7 +70,7 @@
 use strict;
 use Getopt::Long  qw(GetOptions);
 
-my $VERSION = "1.05";
+my $VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/);
 
 my $list;
 my $strict;




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