1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
lunar (2.2-9) unstable; urgency=medium
[ xiao sheng wen (肖盛文) ]
* d/control: Bump Standards-Version: 4.5.1
* d/patches/06_use_locale_and_current_date.diff:
- update new version and date 2.2-9 (Debian) (Dec 16, 2020)
* update patches/22_*.patch (Closes: #977439)
-- xiao sheng wen <atzlinux@sina.com> Wed, 16 Dec 2020 11:47:14 +0800
lunar (2.2-8) unstable; urgency=medium
[ 肖盛文 ]
* update new version and time 2.2-8 (Debian) (May 16, 2020)
* fix datetime goback bug, Closes: #854019
* add README.Debian for new version release
-- xiao sheng wen <atzlinux@sina.com> Sat, 16 May 2020 12:45:54 +0800
lunar (2.2-7) unstable; urgency=medium
[ 肖盛文 ]
* d/rules:
- export DEB_BUILD_MAINT_OPTIONS = hardening=+all
- use patch to fix make clean error
* d/control:
- Bump Standards-Version: 4.5.0
- Bump debhelper-compat (= 13)
- Rules-Requires-Root: no
- New Uploaders: xiao sheng wen <atzlinux@sina.com>
- update Vcs-Git Vcs-Browser url
* d/copyright:
- use /usr/share/common-licenses/GPL-2
- use https for copyright-format-uri
- add Files: * line
* d/watch:
- update to version 4
- use https for url
* update version and release time info in patch files
-- xiao sheng wen <atzlinux@sina.com> Fri, 15 May 2020 11:52:44 +0800
lunar (2.2-6) unstable; urgency=medium
* Correct URL of Vcs-Browser in debian/control
-- Anthony Fok <foka@debian.org> Tue, 05 Jan 2016 08:41:17 -0700
lunar (2.2-5) unstable; urgency=medium
* Fix incorrect year in lunar-to-solar conversion.
Thanks to Xie Xun for catching my mistaken removal of the call
to make_yday() in 2.2-4. (Closes: #792472)
* Update debian/control:
- Bump Standards-Version to 3.9.6
- Change Maintainer to Debian Chinese Team
- Add Vcs-* fields pointing to anonscm.debian.org
* Update debian/copyright
-- Anthony Fok <foka@debian.org> Sun, 20 Sep 2015 01:01:09 -0600
lunar (2.2-4) unstable; urgency=low
* Acknowledge NMU on 2.2-3.1. Thanks to CHENG Yuk-Pong for noticing
the wrong output on year 2033 and providing an initial patch,
and to LI Daobing for providing a corrected patch and NMU.
* Use current locale and system time for display by default.
Most parameters thus become optional. Saves a lot of typing! :-)
* lunar.bitmap contained a line that was too long, and with the new
aggressive loop optimizations in GCC 4.8, "lunar -b" would not stop
looping when parsing lunar.bitmap, and would eventually result in a
segmentation fault. Fixed lunar.bitmap and lunar.c accordingly.
* Bump Standards-Version to 3.9.4
* Switch to dpkg-source 3.0 (quilt) format, and split up the patches
as follows:
- 01_strip_trailing_whitespace.diff
- 02_fix_compiler_warnings.diff
- 03_add_full_path_to_lunar_bitmap.diff
- 04_add_big5_and_utf8_output.diff
- 05_fix_output_on_year_2033.diff
- 06_use_locale_and_current_date.diff
- 07_fix_segfault_aggressive-loop-optimizations.diff
- 10_complete_the_makefile.diff
- 20_update_man_page.diff
* Convert debian/copyright to machine-readable format
* Move to dh9-style minimal rules file
* Remove explicit compilation target from Makefile
(Lintian: W: lunar: hardening-no-relro usr/bin/lunar)
* Add "Depends: ${misc:Depends}
(Lintian: W: lunar source: debhelper-but-no-misc-depends lunar)
* Update upstream URL to the archived copy found on http://web.archive.org/
* Add debian/watch (Lintian: I: lunar source: debian-watch-file-is-missing)
* Update man page to reflect the new options added to this Debian version
of Lunar. Thanks to Jidanni for the suggestion! (Closes: #514069)
-- Anthony Fok <foka@debian.org> Wed, 20 Nov 2013 02:07:41 +0800
lunar (2.2-3.1) unstable; urgency=low
* Non-maintainer upload.
* FIX: lunar-2.2 wrong output on year 2033 (Closes: #366918)
-- LI Daobing <lidaobing@gmail.com> Sun, 05 Oct 2008 20:02:16 +0800
lunar (2.2-3) unstable; urgency=low
* Added --utf8 option. (Closes: Bug#288170)
* Updated Standards-Version: 3.6.2
* [lunar.c]: Added "#include <stdlib.h>" to remove compiler warnings.
-- Anthony Fok <foka@debian.org> Wed, 4 Jan 2006 20:32:25 +0800
lunar (2.2-2) unstable; urgency=medium
* Oops, I forgot to install lunar.bitmap and to specify its full path
in the source code! Many thanks to Jeronimo Pellegrini for providing
the patch to fix the problem. (Closes: Bug#162634)
-- Anthony Fok <foka@debian.org> Sat, 19 Oct 2002 02:00:36 +0800
lunar (2.2-1) unstable; urgency=low
* Initial Release.
* Added Big5 output in addition to the original Hanzi (GB) output.
-- Anthony Fok <foka@debian.org> Sun, 22 Sep 2002 14:54:09 +0800
|