reassign 620182 iitalian 2.3-2 tags 620182 patch thanks Domenico Cufalo pisze:
> Ispell version 3.3.02-4 does conflict with version 2.3-2 of iitalian, and > therefore is not updatable. Yes, I did it on purpose - new ispell won't work with older dictionaries. iitalian should be rebuild, a simple patch attached. Regards, robert
diff -Nur iitalian-2.3.saved/debian/changelog iitalian-2.3/debian/changelog --- iitalian-2.3.saved/debian/changelog 2011-03-31 22:11:09.000000000 +0200 +++ iitalian-2.3/debian/changelog 2011-03-31 22:13:19.388548272 +0200 @@ -1,3 +1,10 @@ +iitalian (1:2.3-2.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Rebuild with new ispell. + + -- Robert Luberda <[email protected]> Thu, 31 Mar 2011 22:13:03 +0200 + iitalian (1:2.3-2) unstable; urgency=low * Added a debconf-2.0 virtual dependency. Thanks Victor Seva. diff -Nur iitalian-2.3.saved/debian/control iitalian-2.3/debian/control --- iitalian-2.3.saved/debian/control 2011-03-31 22:11:09.000000000 +0200 +++ iitalian-2.3/debian/control 2011-03-31 22:12:56.292548269 +0200 @@ -3,11 +3,11 @@ Priority: optional Maintainer: Francesco Paolo Lovergine <[email protected]> Standards-Version: 3.7.2 -Build-Depends: ispell, debhelper(>=5.0.0), dictionaries-common-dev (>=0.20) +Build-Depends: ispell (>= 3.3.02), debhelper(>=5.0.0), dictionaries-common-dev (>=0.20) Package: iitalian Architecture: any -Depends: ispell, debconf | debconf-2.0, dictionaries-common (>=0.20) +Depends: ispell (>= 3.3.02), debconf | debconf-2.0, dictionaries-common (>=0.20) Suggests: witalian Provides: ispell-dictionary Description: The Italian dictionary for ispell diff -Nur iitalian-2.3.saved/debian/rules iitalian-2.3/debian/rules --- iitalian-2.3.saved/debian/rules 2011-03-31 22:11:09.000000000 +0200 +++ iitalian-2.3/debian/rules 2011-03-31 22:12:15.420548268 +0200 @@ -14,7 +14,7 @@ clean: dh_testdir -rm -f build - -rm -f italian.hash italian.words.cnt italian.words.stat + -rm -f italian.hash italian.stat -rm -f `find . -name "*~"` -rm -rf debian/iitalian debian/files* core debian/substvars dh_clean

