Re: [Pkg-javascript-devel] Bug#927034: simile-timeline: lack of Japan's new era 令和 (Reiwa)

2019-04-14 Thread Xavier
Le 14/04/2019 à 17:26, W. Martin Borgert a écrit :
> On 2019-04-14 09:15, Xavier wrote:
>> I updated this package to add Reiwa Era and some other things. However,
>> I found that it embeds an old version of JQuery (1.2.6). Perhaps this
>> should not be included in Buster.
> 
> Didn't I remove it? See:
> https://salsa.debian.org/js-team/simile-timeline/blob/master/debian/changelog
> 2.3.0+dfsg1-1 & 2.3.0+dfsg1-2
> At least, it's not part of the binary package, right?

Right, a grep deceive me. So it is ready to upload with Reiwa Era.

Thanks!

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] Bug#927034: simile-timeline: lack of Japan's new era 令和 (Reiwa)

2019-04-14 Thread Xavier
Le 14/04/2019 à 09:15, Xavier a écrit :
> Le 14/04/2019 à 01:01, Nobuhiro Iwamatsu a écrit :
>> Source: simile-timeline
>> Version: 2.3.0+dfsg1-2
>> Severity: important
>>
>> Dear Maintainer,
>>
>> Japan's new era 令和 (Reiwa) will be started at 2019/5/1 [0].
>> However this package doesn't support yet.
>> I created a patch which support this.
>> Could you check this patch and apply?
>>
>> [0]: https://japan.kantei.go.jp/98_abe/statement/201904/_1.html
>>
>> Best regards,
>> Nobuhiro
> 
> Hi all,
> 
> I updated this package to add Reiwa Era and some other things. However,
> I found that it embeds an old version of JQuery (1.2.6). Perhaps this
> should not be included in Buster.
> Cc to uploaders.
> 
> Cheers,
> Xavier

NB: not pushed to unstable

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] Bug#927034: simile-timeline: lack of Japan's new era 令和 (Reiwa)

2019-04-14 Thread Xavier
Le 14/04/2019 à 01:01, Nobuhiro Iwamatsu a écrit :
> Source: simile-timeline
> Version: 2.3.0+dfsg1-2
> Severity: important
> 
> Dear Maintainer,
> 
> Japan's new era 令和 (Reiwa) will be started at 2019/5/1 [0].
> However this package doesn't support yet.
> I created a patch which support this.
> Could you check this patch and apply?
> 
> [0]: https://japan.kantei.go.jp/98_abe/statement/201904/_1.html
> 
> Best regards,
> Nobuhiro

Hi all,

I updated this package to add Reiwa Era and some other things. However,
I found that it embeds an old version of JQuery (1.2.6). Perhaps this
should not be included in Buster.
Cc to uploaders.

Cheers,
Xavier


  $ apt-cache rdepends --recurse libjs-simile-timeline
  libjs-simile-timeline
  Reverse Depends:
debian-timeline
  debian-timeline
  Reverse Depends:

Changes:
  * Team upload
  * Add Japan's new Reiwa area (Closes: #927034)
  * Ignore some lintian false positive
  * Declare compliance with policy 4.3.0
  * Change section to javascript
  * Fix VCS fields
  * Switch debian/copyright to format 1.0

https://salsa.debian.org/js-team/simile-timeline

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#927034: simile-timeline: lack of Japan's new era 令和 (Reiwa)

2019-04-13 Thread Nobuhiro Iwamatsu
Source: simile-timeline
Version: 2.3.0+dfsg1-2
Severity: important

Dear Maintainer,

Japan's new era 令和 (Reiwa) will be started at 2019/5/1 [0].
However this package doesn't support yet.
I created a patch which support this.
Could you check this patch and apply?

[0]: https://japan.kantei.go.jp/98_abe/statement/201904/_1.html

Best regards,
Nobuhiro

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, riscv64, armhf

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8), 
LANGUAGE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/src/webapp/api/scripts/ext/japanese-eras.js 
b/src/webapp/api/scripts/ext/japanese-eras.js
index 92027ac..17f532a 100644
--- a/src/webapp/api/scripts/ext/japanese-eras.js
+++ b/src/webapp/api/scripts/ext/japanese-eras.js
@@ -391,5 +391,6 @@ Timeline.JapaneseEraDateLabeller._eras = new 
Timeline.SortedArray(
 { startingYear: 1912, japaneseName: '大正', romanizedName: "Taishō" },
 { startingYear: 1926, japaneseName: '昭和', romanizedName: "Shōwa" },
 { startingYear: 1989, japaneseName: '平成', romanizedName: "Heisei" }
+{ startingYear: 2019, japaneseName: '令和', romanizedName: "Reiwa" }
 ]
 );
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel