tags 498829 + patch
thanks

On 2008-09-13 17:17 +0200, Noah Slater wrote:

> Package: dict-devil
> Version: 1.0-9
> Severity: grave
> Justification: renders package unusable
>
> This package does not contain any dictionary entries.

Indeed.  I built the package and got this log:

,----
| [...]
|  fakeroot debian/rules binary
| test -f  devils.txt -a -f debian/rules
| test -f stamp-build  || /usr/bin/make -f debian/rules build
| rm -rf               debian/tmp*
| debian/devil2dict ./devils.txt | dictfmt -c5 --headword-separator ", " 
--without-headword -u http://wiretap.area.com/Gopher/Library/Classic/devils.txt 
-s "The Devil's Dictionary (1881-1906)" devil 
| /bin/sh: debian/devil2dict: Permission denied
| [...]
`----

Ouch.  Making debian/devil2dict executable fixes this, here is a
debdiff:

--8<---------------cut here---------------start------------->8---
diff -u dict-devil-1.0/debian/rules dict-devil-1.0/debian/rules
--- dict-devil-1.0/debian/rules
+++ dict-devil-1.0/debian/rules
@@ -62,6 +62,7 @@
 stamp-build:
 # Builds the binary package.
        $(checkdir)
+       chmod a+x debian/devil2dict
        touch stamp-build
 
 clean:
diff -u dict-devil-1.0/debian/changelog dict-devil-1.0/debian/changelog
--- dict-devil-1.0/debian/changelog
+++ dict-devil-1.0/debian/changelog
@@ -1,3 +1,11 @@
+dict-devil (1.0-10) unstable; urgency=medium
+
+  * QA Upload.
+  * Make debian/devil2dict executable to get some content into
+    the binary package (Closes: #498829).
+
+ -- Sven Joachim <[EMAIL PROTECTED]>  Sat, 13 Sep 2008 18:17:27 +0200
+
 dict-devil (1.0-9) unstable; urgency=low
 
   * QA Upload
--8<---------------cut here---------------end--------------->8---

Regards,
        Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to