tag 629072 +pending
thanks

On Fri, Jun 03, 2011 at 12:54:53PM +0200, Agustin Martin wrote:
> Package: hunspell-uz
> Version: 0.6-3.1
> Severity: normal
> 
> Hi,
> 
> Your package still uses an entry in maintainer scripts that calls the 
> soon to disappear update-openoffice-dicts script in a way that will 
> fail once it is removed.
> 
> If you use dictionaries-common-dev debhelper snippets, please rebuild
> your package against at least dictionaries-common-dev 1.10.5 and adjust
> Build-Depends accordingly.
> 
> Otherwise just remove that part from maintainer scripts.

I have just uploaded to DELAYED/7 a NMU fixing this problem and taking care
of some other issues. Changelog is as follows,

uzbek-wordlist (0.6-3.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control:
    - Make sure we no longer install ancient openoffice.org
      snippets (Closes: #629072).
    - Fix lintian debhelper-but-no-misc-depends.
  * debian/rules:
    - No longer set ancient compatibility symlinks from
      /usr/share/myspell/dicts to /usr/share/hunspell contents.
    - Fix lintian debian-rules-missing-recommended-target
    - build-{arch,indep}.

and diff is attached.

Regards, 

-- 
Agustin
diff -wu uzbek-wordlist-0.6/debian/changelog uzbek-wordlist-0.6/debian/changelog
--- uzbek-wordlist-0.6/debian/changelog
+++ uzbek-wordlist-0.6/debian/changelog
@@ -1,3 +1,17 @@
+uzbek-wordlist (0.6-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+    - Make sure we no longer install ancient openoffice.org
+      snippets (Closes: #629072).
+    - Fix lintian debhelper-but-no-misc-depends.
+  * debian/rules:
+    - No longer set ancient compatibility symlinks from
+      /usr/share/myspell/dicts to /usr/share/hunspell contents.
+    - Fix lintian debian-rules-missing-recommended-target build-{arch,indep}.
+
+ -- Agustin Martin Domingo <[email protected]>  Tue, 13 Sep 2011 15:29:44 +0200
+
 uzbek-wordlist (0.6-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -wu uzbek-wordlist-0.6/debian/control uzbek-wordlist-0.6/debian/control
--- uzbek-wordlist-0.6/debian/control
+++ uzbek-wordlist-0.6/debian/control
@@ -4,12 +4,12 @@
 Maintainer: Mashrab Kuvatov <[email protected]>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: dictionaries-common-dev (>= 0.20.0)
+Build-Depends-Indep: dictionaries-common-dev (>= 1.10.5)
 Homepage: http://www.uni-bremen.de/~kmashrab/uzbek-word-list
 
 Package: hunspell-uz
 Architecture: all
-Depends: dictionaries-common (>= 0.10)
+Depends: dictionaries-common (>= 0.10), ${misc:Depends}
 Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2)
 Provides: hunspell-dictionary, hunspell-dictionary-uz, openoffice.org-spellcheck-uz
 Conflicts: mozilla-browser (<< 1.8+1.1.1-2), iceape-browser (<< 1.1.1-2), firefox (<< 2.0.0.3-2), thunderbird, iceweasel (<< 2.0.0.3-2), icedove (<< 2.0.0.0-4), libxul0d (= 1.8.0.11-3)
diff -wu uzbek-wordlist-0.6/debian/rules uzbek-wordlist-0.6/debian/rules
--- uzbek-wordlist-0.6/debian/rules
+++ uzbek-wordlist-0.6/debian/rules
@@ -20,7 +20,10 @@
 
 	touch configure-stamp
 
-build: 
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
 	dh_testdir
 	touch build-stamp
 	make -C $(PROOT)/hunspell
@@ -42,8 +45,6 @@
 
 	install -D -m 644 hunspell/uz_UZ.aff $(DROOT)/hunspell-uz/usr/share/hunspell
 	install -D -m 644 hunspell/uz_UZ.dic $(DROOT)/hunspell-uz/usr/share/hunspell
-	ln -s ../../hunspell/uz_UZ.aff $(DROOT)/hunspell-uz/usr/share/myspell/dicts/uz_UZ.aff
-	ln -s ../../hunspell/uz_UZ.dic $(DROOT)/hunspell-uz/usr/share/myspell/dicts/uz_UZ.dic
 
 # Build architecture-independent files here.
 binary-indep: build install
diff -wu uzbek-wordlist-0.6/debian/hunspell-uz.dirs uzbek-wordlist-0.6/debian/hunspell-uz.dirs
--- uzbek-wordlist-0.6/debian/hunspell-uz.dirs
+++ uzbek-wordlist-0.6/debian/hunspell-uz.dirs
@@ -2,2 +1,0 @@
-usr/share/myspell/dicts
-usr/share/myspell/infos/ooo

Reply via email to