tags 403995 + patch
thanks

Moi!

The file conflict of aub.1 with the aub package clearly is an error on
the webmagick side. It had already been reported as #76981 and was
subsequently fixed six year ago. Not sure what made it reappear. Anyway,
trivial patch attached. I can upload it as an NMU unless someone
objects.
diff -u webmagick-2.02/debian/changelog webmagick-2.02/debian/changelog
--- webmagick-2.02/debian/changelog
+++ webmagick-2.02/debian/changelog
@@ -1,3 +1,10 @@
+webmagick (2.02-8.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Do not install aub.1 man page. Closes: #403995
+
+ -- Daniel Kobras <[EMAIL PROTECTED]>  Sun, 24 Dec 2006 15:59:34 +0100
+
 webmagick (2.02-8.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u webmagick-2.02/debian/rules webmagick-2.02/debian/rules
--- webmagick-2.02/debian/rules
+++ webmagick-2.02/debian/rules
@@ -70,7 +70,7 @@
 #	dh_installpam
 #	dh_installinit
 	dh_installcron
-	dh_installman utils/aub.1
+	dh_installman
 	dh_installinfo
 #	dh_undocumented
 	dh_installchangelogs ChangeLog

Reply via email to