~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

Viewing changes to contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/local/bin/perl -w
2
 
# $Id: generate_normalize_data.pl,v 1.1.1.1 2003/06/04 00:27:55 marka Exp $
 
2
# $Id: generate_normalize_data.pl,v 1.1 2003/06/04 00:27:55 marka Exp $
3
3
#
4
4
# Copyright (c) 2000,2001 Japan Network Information Center.
5
5
# All rights reserved.
68
68
my $LETTER_BIT = 1;
69
69
my $NSPMARK_BIT = 2;
70
70
 
71
 
(my $myid = '$Id: generate_normalize_data.pl,v 1.1.1.1 2003/06/04 00:27:55 marka Exp $') =~ s/\$([^\$]+)\$/\$-$1-\$/;
 
71
(my $myid = '$Id: generate_normalize_data.pl,v 1.1 2003/06/04 00:27:55 marka Exp $') =~ s/\$([^\$]+)\$/\$-$1-\$/;
72
72
 
73
73
my @default_bits = (9, 7, 5);
74
74
#my @default_bits = (7, 7, 7);