tag 629094 +pending
tag 566814 +pending
thanks

On Fri, Jun 03, 2011 at 03:12:34PM +0200, Agustin Martin wrote:
> Package: myspell-sk
> Version: 0.5.5a-2.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,

myspell-sk (0.5.5a-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control:
    - Make sure package is build against recent enough
      dictionaries-common-dev (Closes: #566814, #629094).
    - Fix lintian debhelper-but-no-misc-depends.
  * debian{rules,links}: Remove ancient /usr/share/myspell/* stuff.
  * debian/rules:
    - Do not set debhelper compatibility version in debian/rules.
    - Fix lintian debian-rules-missing-recommended-target
    - build-{arch,indep}.

and diff is attached.

Regards,

-- 
Agustin
diff -wu myspell-sk-0.5.5a/debian/changelog myspell-sk-0.5.5a/debian/changelog
--- myspell-sk-0.5.5a/debian/changelog
+++ myspell-sk-0.5.5a/debian/changelog
@@ -1,3 +1,17 @@
+myspell-sk (0.5.5a-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+    - Make sure package is build against recent enough
+      dictionaries-common-dev (Closes: #566814, #629094).
+    - Fix lintian debhelper-but-no-misc-depends.
+  * debian{rules,links}: Remove ancient /usr/share/myspell/* stuff.
+  * debian/rules:
+    - Do not set debhelper compatibility version in debian/rules.
+    - Fix lintian debian-rules-missing-recommended-target build-{arch,indep}.
+
+ -- Agustin Martin Domingo <[email protected]>  Tue, 13 Sep 2011 16:01:01 +0200
+
 myspell-sk (0.5.5a-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -wu myspell-sk-0.5.5a/debian/control myspell-sk-0.5.5a/debian/control
--- myspell-sk-0.5.5a/debian/control
+++ myspell-sk-0.5.5a/debian/control
@@ -4,12 +4,12 @@
 Maintainer: Miroslav Kure <[email protected]>
 Uploaders: Ondřej Surý <[email protected]>
 Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: dictionaries-common-dev (>= 1.3.1)
+Build-Depends-Indep: dictionaries-common-dev (>= 1.10.5)
 Standards-Version: 3.7.2
 
 Package: myspell-sk
 Architecture: all
-Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts
+Depends: ${misc:Depends}, dictionaries-common (>= 0.10) | openoffice.org-updatedicts
 Conflicts: openoffice.org (<= 1.0.3-2)
 Provides: myspell-dictionary, myspell-dictionary-sk
 Suggests: openoffice.org (>= 1.0.3-3)
diff -wu myspell-sk-0.5.5a/debian/dirs myspell-sk-0.5.5a/debian/dirs
--- myspell-sk-0.5.5a/debian/dirs
+++ myspell-sk-0.5.5a/debian/dirs
@@ -2,2 +1,0 @@
-usr/share/myspell/dicts
-usr/share/myspell/infos/ooo
diff -wu myspell-sk-0.5.5a/debian/rules myspell-sk-0.5.5a/debian/rules
--- myspell-sk-0.5.5a/debian/rules
+++ myspell-sk-0.5.5a/debian/rules
@@ -2,11 +2,11 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export DH_COMPAT=5
 
 
-build: build-stamp
-
+build:  build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: patch
 	dh_testdir
 	touch build-stamp
@@ -29,9 +29,6 @@
 	# Mozilla-based products need this to display Slovak instead of sk-SK
 	ln -s sk_SK.aff debian/myspell-sk/usr/share/hunspell/sk.aff
 	ln -s sk_SK.dic debian/myspell-sk/usr/share/hunspell/sk.dic
-	ln -s ../../hunspell/sk.aff debian/myspell-sk/usr/share/myspell/dicts/sk.aff
-	ln -s ../../hunspell/sk.dic debian/myspell-sk/usr/share/myspell/dicts/sk.dic
-
 
 # Build architecture-independent files here.
 binary-indep: build install

Reply via email to