tags 551235 + pending thanks Dear maintainer,
I've prepared an NMU for anki (versioned as 0.9.9.7.8-1.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diff -u anki-0.9.9.7.8/debian/rules anki-0.9.9.7.8/debian/rules --- anki-0.9.9.7.8/debian/rules +++ anki-0.9.9.7.8/debian/rules @@ -3,7 +3,7 @@ build: build-stamp build-stamp: dh_testdir - bunzip2 </usr/share/unicode/Unihan.txt.bz2 >Unihan.txt + bunzip2 </usr/share/unicode/Unihan_DictionaryLikeData.txt.bz2 >Unihan.txt python libanki/anki/features/chinese/save_unihan.py touch build-stamp @@ -20,7 +20,6 @@ dh_installchangelogs dh_installdocs README README.development README.translating CREDITS dh_installmenu - dh_desktop dh_pysupport dh_installman debian/anki.1 dh_compress -X.anki diff -u anki-0.9.9.7.8/debian/control anki-0.9.9.7.8/debian/control --- anki-0.9.9.7.8/debian/control +++ anki-0.9.9.7.8/debian/control @@ -3,14 +3,15 @@ Section: misc Priority: optional Build-Depends: debhelper (>= 6) -Build-Depends-Indep: unicode-data, bzip2, python-support (>= 0.6), +Build-Depends-Indep: unicode-data (>= 5.2), bzip2, python-support (>= 0.6), python-sqlalchemy (>= 0.4.1), python-pysqlite2 Standards-Version: 3.8.1 Homepage: http://ichi2.net/anki Package: anki Architecture: all -Depends: ${python:Depends}, python-qt4 (>= 4.4), python-simplejson (>= 1.7.3), +Depends: ${python:Depends}, ${misc:Depends}, + python-qt4 (>= 4.4), python-simplejson (>= 1.7.3), python-sqlalchemy (>= 0.4.1), python-pysqlite2 (>= 2.3.0) Recommends: python-matplotlib, kakasi Suggests: dvipng diff -u anki-0.9.9.7.8/debian/changelog anki-0.9.9.7.8/debian/changelog --- anki-0.9.9.7.8/debian/changelog +++ anki-0.9.9.7.8/debian/changelog @@ -1,3 +1,13 @@ +anki (0.9.9.7.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Filename of Unihan database has changed; adjust debian/rules accordingly + and add versioned build-depenency on unicode-data (closes: #551235). + * Add Depends: ${misc:Depends} to the binary package. + * Remove dh_desktop call from debian/rules. + + -- Jakub Wilk <[email protected]> Tue, 23 Feb 2010 20:34:38 +0100 + anki (0.9.9.7.8-1) unstable; urgency=low * Imported Upstream version 0.9.9.7.8
signature.asc
Description: Digital signature

