diff -u ding-1.7/debian/changelog ding-1.7/debian/changelog --- ding-1.7/debian/changelog +++ ding-1.7/debian/changelog @@ -1,3 +1,12 @@ +ding (1.7-1ubuntu1) natty; urgency=low + + * Merge from debian unstable (LP: #743816). Remaining changes: + - debian/patches/09_dont_set_locale.dpatch: + The explicit definition of LC_TYPE to de_DE.UTF8 causes + problems if the Linux installation uses another locale setting. + + -- Roy Jamison Sun, 27 Mar 2011 20:20:44 +0100 + ding (1.7-1) unstable; urgency=low * New upstream version 1.7. @@ -11,6 +20,15 @@ -- Roland Rosenfeld Wed, 02 Mar 2011 22:28:21 +0100 +ding (1.6-2ubuntu1) maverick; urgency=low + + * Merge from debian unstable (LP: #594627). Remaining changes: + - debian/patches/09_dont_set_locale.dpatch: + The explicit definition of LC_TYPE to de_DE.UTF8 causes + problems if the Linux installation uses another locale setting. + + -- Roy Jamison Tue, 15 Jun 2010 14:57:40 +0100 + ding (1.6-2) unstable; urgency=low * 09_wronghash: Remove superfluous # from dictionary (Closes: #459351). @@ -20,6 +38,16 @@ -- Roland Rosenfeld Fri, 11 Jun 2010 16:35:30 +0200 +ding (1.6-1ubuntu1) lucid; urgency=low + + * Merge from Debian testing, remaining changes: + - The explicit definition of LC_TYPE to de_DE.UTF8 causes + problems if the Linux installation uses another locale + setting. + * Converted Ubuntu change to patch: 09_dont_set_locale.dpatch. + + -- Ilya Barygin Fri, 08 Jan 2010 21:46:38 +0300 + ding (1.6-1) unstable; urgency=low * New upstream version 1.6. @@ -33,6 +61,22 @@ -- Roland Rosenfeld Sun, 06 Dec 2009 14:54:01 +0100 +ding (1.5-3ubuntu2) intrepid; urgency=low + + * Modify Maintainer value to match the DebianMaintainerField + specification. (LP: #230350) + + -- Andrea Colangelo Wed, 21 May 2008 10:53:23 +0200 + +ding (1.5-3ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #228859) + + The explicit definition of LC_TYPE to de_DE.UTF8 causes + problems if the Linux installation uses another locale + setting. + + -- Emanuele Gentili Sat, 10 May 2008 02:33:56 +0200 + ding (1.5-3) unstable; urgency=low * Upgrade to Standards-Version 3.7.3: @@ -43,6 +87,16 @@ -- Roland Rosenfeld Sun, 23 Dec 2007 19:01:03 +0100 +ding (1.5-2ubuntu1) hardy; urgency=low + + [ Oliver Sauder ] + + * The explicit definition of LC_TYPE to de_DE.UTF8 causes + problems if the Linux installation uses another locale + setting (LP: #174596). + + -- Morten Kjeldgaard Thu, 10 Apr 2008 15:26:00 +0200 + ding (1.5-2) unstable; urgency=low * dict-de-en now provides dictd-dictionary (see: #413575). @@ -364,0 +419 @@ + diff -u ding-1.7/debian/control ding-1.7/debian/control --- ding-1.7/debian/control +++ ding-1.7/debian/control @@ -1,7 +1,8 @@ Source: ding Section: text Priority: optional -Maintainer: Roland Rosenfeld +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Roland Rosenfeld Standards-Version: 3.9.1 Build-Depends: debhelper (>= 5), dpatch Build-Depends-Indep: man-db, bsdmainutils, dictfmt (>= 1.10.1), dictzip diff -u ding-1.7/debian/patches/00list ding-1.7/debian/patches/00list --- ding-1.7/debian/patches/00list +++ ding-1.7/debian/patches/00list @@ -6,0 +7 @@ +09_dont_set_locale only in patch2: unchanged: --- ding-1.7.orig/debian/patches/09_dont_set_locale.dpatch +++ ding-1.7/debian/patches/09_dont_set_locale.dpatch @@ -0,0 +1,21 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 09_dont_set_locale.dpatch by Ilya Barygin +## +## Description: Don't set LC_CTYPE to de_DE.UTF-8. For people who use +## different locales, this causes ding to not accept letter รค in input. +## Bug-Ubuntu: https://launchpad.net/bugs/174596 +## Bug-Debian: http://bugs.debian.org/492458 +## Author: Oliver Sauder + +@DPATCH@ +diff -urNad ding~/ding ding/ding +--- ding~/ding 2010-01-08 21:23:16.000000000 +0300 ++++ ding/ding 2010-01-08 21:24:21.000000000 +0300 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +-LC_CTYPE=de_DE.UTF-8; export LC_CTYPE; exec wish "$0" "$@" ++exec wish "$0" "$@" + + # This is "ding", + # * A dictionary lookup program,