~ubuntu-branches/ubuntu/intrepid/belocs-locales-bin/intrepid

« back to all changes in this revision

Viewing changes to locale/programs/repertoire.c

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-06-21 18:59:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621185908-ndm8rlsnpfqy77kz
Tags: 2.4-1ubuntu1
* Merge changes from Debian.

* Preserve behaviour of current belocs-locales-bin in Ubuntu.
  We don't use this package for setting up locales, we only use the
  binaries.

* Set default locales magic to 20051014

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 1998,1999,2000,2001,2002,2004 Free Software Foundation, Inc.
 
1
/* Copyright (C) 1998-2002,2004,2005 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
4
4
 
5
 
   The GNU C Library is free software; you can redistribute it and/or
6
 
   modify it under the terms of the GNU Lesser General Public
7
 
   License as published by the Free Software Foundation; either
8
 
   version 2.1 of the License, or (at your option) any later version.
 
5
   This program is free software; you can redistribute it and/or modify
 
6
   it under the terms of the GNU General Public License version 2 as
 
7
   published by the Free Software Foundation.
9
8
 
10
 
   The GNU C Library is distributed in the hope that it will be useful,
 
9
   This program is distributed in the hope that it will be useful,
11
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 
   Lesser General Public License for more details.
 
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
   GNU General Public License for more details.
14
13
 
15
 
   You should have received a copy of the GNU Lesser General Public
16
 
   License along with the GNU C Library; if not, write to the Free
17
 
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18
 
   02111-1307 USA.  */
 
14
   You should have received a copy of the GNU General Public License
 
15
   along with this program; if not, write to the Free Software Foundation,
 
16
   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
19
17
 
20
18
#ifdef HAVE_CONFIG_H
21
19
# include <config.h>