mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-26 23:41:40 +00:00
bump debhelper to 7 and fixed double slashes on es.po
This commit is contained in:
parent
6a1bd1a82b
commit
b214e1f238
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -4,6 +4,10 @@ grub2 (1.96+20080803-1) experimental; urgency=low
|
||||
- patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565)
|
||||
- patches/00_getline.diff: Remove (merged). (Closes: #493289)
|
||||
|
||||
[ Felix Zielcke]
|
||||
* change debhelper compat level to 7 and build depend on it >= 7
|
||||
* fixed 2 double slashes in the spanish translation (es.po)
|
||||
|
||||
[ Updated translations ]
|
||||
* Japanese (ja.po) by Hideki Yamane (Closes: #493347)
|
||||
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
5
|
||||
7
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: admin
|
||||
Priority: extra
|
||||
Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>
|
||||
Uploaders: Jason Thomas <jason@debian.org>, Otavio Salvador <otavio@debian.org>, Robert Millan <rmh@aybabtu.com>
|
||||
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), autoconf,
|
||||
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7), patchutils (>= 0.2.25), autoconf,
|
||||
ruby, bison, dpkg-dev (>= 1.13.12), unifont-bin, po-debconf,
|
||||
genisoimage [i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64],
|
||||
libc6-dev-i386 [amd64], libc0.1-dev-i386 [kfreebsd-amd64], libc6-dev-powerpc [ppc64],
|
||||
|
2
debian/po/es.po
vendored
2
debian/po/es.po
vendored
@ -51,7 +51,7 @@ msgstr ""
|
||||
"GRUB 2 ha cambiado el esquema de numeración, como en la versión 1.95. Ahora "
|
||||
"las particiones comenzarán desde el 1 en vez de 0. Esto se hace para hacerlo consistente "
|
||||
"con los nombres de dispositivo de Linux y otros núcleos usados en Debian. Por ejemplo, "
|
||||
"cuando se usa Linux como kernel, \\"(hd0, 1)\\" se refiere a la misma partición que el dispositivo "
|
||||
"cuando se usa Linux como kernel, \"(hd0, 1)\" se refiere a la misma partición que el dispositivo "
|
||||
"/dev/sda1."
|
||||
|
||||
#. Type: note
|
||||
|
Loading…
Reference in New Issue
Block a user