File: locales-depver

package info (click to toggle)
glibc 2.19-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 202,392 kB
  • ctags: 140,042
  • sloc: ansic: 969,214; asm: 241,208; sh: 10,046; makefile: 8,471; cpp: 3,595; perl: 2,077; pascal: 1,839; awk: 1,704; yacc: 317; sed: 73
file content (30 lines) | stat: -rw-r--r-- 1,153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#  When glibc is uploaded into unstable, the locales package is immediately
#  available because it is arch:all.  But libc binary packages are processed
#  by autobuilders and become available later.
#
#  If compiling locales depend on a given version of localedef (for instance
#  when ISO codes are updated), the idea is to first bump LOCALES_COMPAT_VER and
#  make an upload without changing locales.  When this version is available on
#  all architectures in unstable, locales can be modified and LOCALES_DEP_VER
#  is bumped too.
#
#  LOCALES_COMPAT_VER must always contain two values during the transition phase
#  so that dependencies in unstable can always be satisfied, and
#  LOCALES_DEP_VER point to the highest value of LOCALES_COMPAT_VER when
#  packages are available for all architectures in unstable.

LOCALES_DEP_VER = 2.19-1
LOCALES_COMPAT_VER = 2.19-1

#  Previous versions:
#    2.7-1: glibc 2.7
#    2.8-1: glibc 2.8
#    2.9-1: eglibc 2.9
#   2.10-1: eglibc 2.10
#   2.11-1: eglibc 2.11
#   2.13-1: eglibc 2.13
#   2.15-1: eglibc 2.15
#   2.16-1: eglibc 2.16
#   2.17-1: eglibc 2.17
#   2.18-1: eglibc 2.18
#   2.19-1: eglibc 2.19