Bug#889963: Use iso_3166-1.mo filename instead of symlink

2018-02-10 Thread Cyril Brulebois
Hi Tobias,

Dr. Tobias Quathamer  (2018-02-10):
> Hi Cyril,
> 
> I'm sorry for that -- although it *is* mentioned in the changelog, but
> the upstream one. I've now added it to d/changelog as well:
> 
> https://salsa.debian.org/debian/iso-codes/commit/0254e2f48a8723fc27a69a415a17fecee5886b78

No need to be sorry. :) At first I thought the compatibility symlink was
a packaging-side change so I went for debian/changelog only, and then
falled back to debsnapping. I'll try my luck with upstream changelogs as
well next time. ;)

And thanks for the extra doc!


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Bug#889963: Use iso_3166-1.mo filename instead of symlink

2018-02-10 Thread Dr. Tobias Quathamer
Am 09.02.2018 um 19:00 schrieb Cyril Brulebois:
> Thanks for the heads-up. May I suggest you amend iso-codes' changelog
> to mention the renaming and the symlinking in the 3.67 entry? I had to
> debsnap all versions to figure out when that change happened.

Hi Cyril,

I'm sorry for that -- although it *is* mentioned in the changelog, but
the upstream one. I've now added it to d/changelog as well:

https://salsa.debian.org/debian/iso-codes/commit/0254e2f48a8723fc27a69a415a17fecee5886b78

Regards,
Tobias



signature.asc
Description: OpenPGP digital signature


Bug#889963: Use iso_3166-1.mo filename instead of symlink

2018-02-09 Thread Cyril Brulebois
Control: tag -1 pending

Hi,

Dr. Tobias Quathamer  (2018-02-09):
> I spotted a minor issue in localechooser, because I've renamed the
> gettext domains in iso-codes to better match the ISO standard. The old
> gettext domains are still provided as symlinks, but eventually I'll
> remove them.
> 
> So long story short: here is a patch for localechooser you might want
> to apply.

Thanks for the heads-up. May I suggest you amend iso-codes' changelog
to mention the renaming and the symlinking in the 3.67 entry? I had to
debsnap all versions to figure out when that change happened.

Pushed:
  
https://anonscm.debian.org/cgit/d-i/localechooser.git/commit/?id=46aba03e8c0b13cfc2777c3c12e434fd56637a73


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Processed: Re: Bug#889963: Use iso_3166-1.mo filename instead of symlink

2018-02-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #889963 [localechooser] Use iso_3166-1.mo filename instead of symlink
Added tag(s) pending.

-- 
889963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#889963: Use iso_3166-1.mo filename instead of symlink

2018-02-09 Thread Dr. Tobias Quathamer
Package: localechooser
Version: 2.75
Severity: normal
Tags: patch

Hi,

I spotted a minor issue in localechooser, because I've renamed the
gettext domains in iso-codes to better match the ISO standard. The old
gettext domains are still provided as symlinks, but eventually I'll
remove them.

So long story short: here is a patch for localechooser you might want to
apply.

Regards,
Tobias
From 97f4156829aaea59817512be14ae34a72aeb778c Mon Sep 17 00:00:00 2001
From: "Dr. Tobias Quathamer" 
Date: Thu, 8 Feb 2018 21:04:44 +0100
Subject: [PATCH] Use iso_3166-1.mo filename instead of symlink

---
 get-iso-codes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/get-iso-codes b/get-iso-codes
index 97e53900..72fba130 100755
--- a/get-iso-codes
+++ b/get-iso-codes
@@ -6,7 +6,7 @@ set -e
 rm -rf debian/iso-codes >/dev/null 2>&1
 mkdir debian/iso-codes
 
-for i in $(find /usr/share/locale/ -name iso_3166.mo); do
+for i in $(find /usr/share/locale/ -name iso_3166-1.mo); do
 	language=$(echo $i | cut -f5 -d/)
 	# If a file exists in iso-codes.updates, then use it
 	# else extract translations from the iso-codes package
-- 
2.11.0



signature.asc
Description: OpenPGP digital signature