tag 356101 patch
thanks

On Fri, Mar 10, 2006 at 05:45:24AM +0000, Martin Michlmayr wrote:
> BTW, maybe you can take a look at #356101

It appears to be a bug in gtkmathview.  cdbs provides the following
single-colon rule:

> unpatch: deapply-dpatches

gtkmathview contains the following double-colon rule in its
debian/rules:

> unpatch:: deapply-dpatches

The Make manual says that you can't have runs of both types for the
same target.  Since cdbs already provides a rule, the attached patch
just removes the other rule from gtkmathview's debian/rules, which
fixes the problem.

-- 
Matt
diff -ru gtkmathview-0.7.5-orig/debian/rules gtkmathview-0.7.5/debian/rules
--- gtkmathview-0.7.5-orig/debian/rules 2006-03-09 21:52:43.000000000 -0800
+++ gtkmathview-0.7.5/debian/rules      2006-03-09 21:54:09.000000000 -0800
@@ -2,4 +2,3 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
-unpatch:: deapply-dpatches

Attachment: signature.asc
Description: Digital signature

Reply via email to