Hello,

the patch for my NMU is attached to this mail and can also be found on
http://people.debian.org/~mario/nmu-diffs/ldaptor_0.0.43-0.5.nmu.diff

I have uploaded directly to the archive since you seem to be inactive.

Regards,

-- 
  .''`.     Mario Iseli <[EMAIL PROTECTED]>
 : :'  :    Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
diff -Naur old/ldaptor-0.0.43/debian/changelog new/ldaptor-0.0.43/debian/changelog
--- old/ldaptor-0.0.43/debian/changelog	2006-10-01 09:46:28.000000000 +0200
+++ new/ldaptor-0.0.43/debian/changelog	2007-08-17 10:33:10.000000000 +0200
@@ -1,3 +1,10 @@
+ldaptor (0.0.43-0.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix call of epydoc in doc/Makefile to avoid FTBFS (Closes: #433738)
+
+ -- Mario Iseli <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 10:35:21 +0200
+
 ldaptor (0.0.43-0.4) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Naur old/ldaptor-0.0.43/doc/Makefile new/ldaptor-0.0.43/doc/Makefile
--- old/ldaptor-0.0.43/doc/Makefile	2006-07-19 16:41:08.000000000 +0200
+++ new/ldaptor-0.0.43/doc/Makefile	2007-08-17 10:33:41.000000000 +0200
@@ -135,8 +135,8 @@
 api:
 	epydoc \
 	        -o api \
-		-n Ldaptor \
-		-u http://www.inoi.fi/open/trac/ldaptor/ \
+		--name Ldaptor \
+		--url http://www.inoi.fi/open/trac/ldaptor/ \
 		$$(find ../ldaptor \( -name SCCS -prune \) -o -name '*.py' -print)
 
 .PHONY: api

Reply via email to