Codebase list ding / e9abf91
Imported Debian patch 1.3-3 Roland Rosenfeld 8 years ago
3 changed file(s) with 15 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 ding (1.3-3) unstable; urgency=medium
1
2 * dict-de-en.postinst: ignore entries in locale.gen, if they start with
3 a '#', because these are comments (Closes: #246979).
4 * Convert debian/changelog from latin1 to utf-8.
5 * Quote "X11" in debian/menu.
6
7 -- Roland Rosenfeld <roland@debian.org> Sun, 2 May 2004 21:27:15 +0200
8
09 ding (1.3-2) unstable; urgency=low
110
211 * Update debconf fr.po (Closes: #237095).
5463 * Add invoke-rc.d support to dict-de-en postinst/postrm scripts.
5564 * Missing " : " added to some abbreviations.
5665 * Add support for abbreviations (defined by " : ") (Closes: #222824).
57 * Add "Beschluss {m} | Beschlüsse {pl} :: resolution | resolutions"
66 * Add "Beschluss {m} | Beschlüsse {pl} :: resolution | resolutions"
5867 (Closes: 230156).
5968
6069 -- Roland Rosenfeld <roland@debian.org> Sat, 31 Jan 2004 09:29:47 +0100
7382
7483 * s/lizensieren/lizenzieren/
7584 * Remove trailing "Y" from "monthly salariesY" (Closes: #201689).
76 * s/Ausschliesslichkeit/Ausschließlichkeit/,
77 s/einschliessen/einschließen/, s/Systemresourcen/Systemressourcen/
85 * s/Ausschliesslichkeit/Ausschließlichkeit/,
86 s/einschliessen/einschließen/, s/Systemresourcen/Systemressourcen/
7887 (Closes: #203594, #205352).
7988 * Upgrade to Standards-Version 3.6.1 (no changes).
8089 * Upgrade to debhelper 4:
3737 # prefer a german utf-8 locale
3838 loc=$(grep -i '^de_.*\<utf-8$' /etc/locale.gen \
3939 | head -n 1 | sed 's/[ ].*//')
40 elif grep -qi '\<utf-8$' $LOCALEGEN
40 elif grep -qi '^[^#]*\<utf-8$' $LOCALEGEN
4141 then
4242 # fall back on any old utf-8 locale
43 loc=$(grep -i '\<utf-8$' /etc/locale.gen \
43 loc=$(grep -i '^[^#]*\<utf-8$' /etc/locale.gen \
4444 | head -n 1 | sed 's/[ ].*//')
4545 fi
4646 if [ -z "$loc" ]
00 ?package(ding): \
1 needs=X11 \
1 needs="X11" \
22 section="Apps/Tools" \
33 title="ding" \
44 longtitle="dictionary lookup program" \