Package: svnmailer
Version: 1.0.5-1
Severity: serious
Tags: patch

When building 'svnmailer' on unstable,
I get the following error:

dh_installexamples
cp: cannot stat `debian/svnmailer.conf.example': No such file or directory
dh_installexamples: command returned error code 256
make: *** [binary-arch] Error 1

With the attached patch 'svnmailer' can be built on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/svnmailer-1.0.5/debian/rules ./debian/rules
--- ../tmp-orig/svnmailer-1.0.5/debian/rules    2005-08-30 07:46:08.000000000 
+0000
+++ ./debian/rules      2005-08-30 07:45:48.000000000 +0000
@@ -67,7 +67,7 @@
        dh_testroot
        dh_installchangelogs CHANGES
        dh_installdocs
-       dh_installexamples
+#      dh_installexamples
        dh_link
        dh_strip
        dh_compress


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

Reply via email to