Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Jun 3, 2022
2 parents ba6b75b + 82a0194 commit 8f6f989
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
unicode (2.9-1) unstable; urgency=low

* better protection against changed/corrpupted data files (closes: #932846)

-- Radovan Garabík <[email protected]> Fri, 03 Jun 2022 16:09:26 +0200

unicode (2.8-1) unstable; urgency=low

* display ASCII table (either traditional or the EU–UK Trade and Cooperation
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ The sources and package can be downloaded from:
http://kassiopeia.juls.savba.sk/~garabik/software/unicode/


Copyright: © 2003-2016 Radovan Garabík <garabik @ kassiopeia.juls.savba.sk>
Copyright: © 2003-2022 Radovan Garabík <garabik @ kassiopeia.juls.savba.sk>
released under GPL v3, see /usr/share/common-licenses/GPL
1 change: 1 addition & 0 deletions unicode
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ def download_unicodedata():
raise IOError('HTTP response code '+str(r))
if os.path.exists(HomeUnicodeData):
out(HomeUnicodeData, ' already exists, but downloading as requested\n')
out('downloading...')
shutil.copyfileobj(response, gzip.open(tmp_file, 'wb'))
shutil.move(tmp_file, HomeUnicodeData)
out(HomeUnicodeData, ' downloaded\n')
Expand Down

0 comments on commit 8f6f989

Please sign in to comment.