tags 541939 + patch thanks Dear maintainer,
I've prepared an NMU for dsdo (versioned as 1.6.18-1.1) and uploaded it. Grüße/Regards, Rene
diff -u dsdo-1.6.18/debian/myspell-da.links dsdo-1.6.18/debian/myspell-da.links --- dsdo-1.6.18/debian/myspell-da.links +++ dsdo-1.6.18/debian/myspell-da.links @@ -1,2 +1,8 @@ -usr/share/myspell/dicts/da_DK.aff usr/share/myspell/dicts/da.aff -usr/share/myspell/dicts/da_DK.dic usr/share/myspell/dicts/da.dic +usr/share/hunspell/da_DK.aff usr/share/hunspell/da.aff +usr/share/hunspell/da_DK.dic usr/share/hunspell/da.dic +usr/share/hunspell/da_DK.aff usr/share/myspell/dicts/da_DK.aff +usr/share/hunspell/da_DK.dic usr/share/myspell/dicts/da_DK.dic +usr/share/hunspell/da.aff usr/share/myspell/dicts/da.aff +usr/share/hunspell/da.dic usr/share/myspell/dicts/da.dic + + diff -u dsdo-1.6.18/debian/control dsdo-1.6.18/debian/control --- dsdo-1.6.18/debian/control +++ dsdo-1.6.18/debian/control @@ -3,7 +3,7 @@ Section: text Priority: optional Standards-Version: 3.7.3 -Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), dh-buildinfo, aspell (>= 0.60.3-2), dictionaries-common-dev (>=0.20), debhelper (>= 5.0.44), ispell, perl +Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), dh-buildinfo, aspell (>= 0.60.3-2), dictionaries-common-dev (>=0.20), debhelper (>= 6), ispell, perl Vcs-Git: git://git.debian.org/git/collab-maint/dsdo.git Vcs-Browser: http://git.debian.org/?p=collab-maint/dsdo.git;a=summary Homepage: http://da.speling.org/ diff -u dsdo-1.6.18/debian/changelog dsdo-1.6.18/debian/changelog --- dsdo-1.6.18/debian/changelog +++ dsdo-1.6.18/debian/changelog @@ -1,3 +1,12 @@ +dsdo (1.6.18-1.1) unstable; urgency=low + + * Non-maintainer upload. + * move dict to /usr/share/hunspell with compat symlinks from + /usr/share/myspell/dicts (closes: #541939) + * fix debhelper build-depends + + -- Rene Engelhard <[email protected]> Sun, 20 Sep 2009 00:11:14 +0200 + dsdo (1.6.18-1) unstable; urgency=low * New upstream release. diff -u dsdo-1.6.18/debian/cdbs/1/class/dict.mk dsdo-1.6.18/debian/cdbs/1/class/dict.mk --- dsdo-1.6.18/debian/cdbs/1/class/dict.mk +++ dsdo-1.6.18/debian/cdbs/1/class/dict.mk @@ -123,9 +123,9 @@ $(patsubst %,install/%,$(DEB_MYSPELL_PACKAGES)) :: install/% : echo "Checking that myspell package provides myspell-dictionary..." egrep -q 'Provides:.* myspell-dictionary' debian/control && echo "OK" - mkdir -p "debian/$(cdbs_curpkg)/usr/share/myspell/dicts" - install -o root -g root -m 644 "$(if $(DEB_MYSPELL_DICFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_DICFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_DICFILE))" "debian/$(cdbs_curpkg)/usr/share/myspell/dicts/$(DEB_DICT_LANGCODE)_$(DEB_DICT_COUNTRYCODE).dic" - install -o root -g root -m 644 "$(if $(DEB_MYSPELL_AFFFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_AFFFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_AFFFILE))" "debian/$(cdbs_curpkg)/usr/share/myspell/dicts/$(DEB_DICT_LANGCODE)_$(DEB_DICT_COUNTRYCODE).aff" + mkdir -p "debian/$(cdbs_curpkg)/usr/share/hunspell" + install -o root -g root -m 644 "$(if $(DEB_MYSPELL_DICFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_DICFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_DICFILE))" "debian/$(cdbs_curpkg)/usr/share/hunspell/$(DEB_DICT_LANGCODE)_$(DEB_DICT_COUNTRYCODE).dic" + install -o root -g root -m 644 "$(if $(DEB_MYSPELL_AFFFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_AFFFILE_$(cdbs_curpkg)),$(DEB_MYSPELL_AFFFILE))" "debian/$(cdbs_curpkg)/usr/share/hunspell/$(DEB_DICT_LANGCODE)_$(DEB_DICT_COUNTRYCODE).aff" installdeb-myspell -p$(cdbs_curpkg)

