Please find, attached, the patch for the NMU that fixed the wrongly encoded changelog file problem (lenny release goal).
diff -Nru libroxen-xmlrpc-20020823.old/debian/changelog libroxen-xmlrpc-20020823/debian/changelog
--- libroxen-xmlrpc-20020823.old/debian/changelog 2008-02-06 20:44:04.199264605 +0100
+++ libroxen-xmlrpc-20020823/debian/changelog 2008-02-06 20:47:27.427276559 +0100
@@ -1,3 +1,12 @@
+libroxen-xmlrpc (20020823-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix debian/changelog encoding. Closes: #453979, #453992, #454019
+ * Remove dh-make boilerplate from debian/copyright.
+ * Drop libroxen-xmlrpc-caudium which depends on removed caudium package
+
+ -- Christian Perrier <[EMAIL PROTECTED]> Wed, 06 Feb 2008 20:44:37 +0100
+
libroxen-xmlrpc (20020823-3) unstable; urgency=low
* Set arch: all.
@@ -36,7 +45,7 @@
libroxen-xmlrpc (1.91-3) unstable; urgency=low
* Improve long description for libroxen-xmlrpc-common - patch by
- Javier Fern�ndez-Sanguino Pe�a.
+ Javier Fernández-Sanguino Peña.
Closes: #210107
-- Turbo Fredriksson <[EMAIL PROTECTED]> Sun, 7 Dec 2003 14:08:38 +0100
diff -Nru libroxen-xmlrpc-20020823.old/debian/control libroxen-xmlrpc-20020823/debian/control
--- libroxen-xmlrpc-20020823.old/debian/control 2008-02-06 20:44:04.199264605 +0100
+++ libroxen-xmlrpc-20020823/debian/control 2008-02-06 20:47:47.951264580 +0100
@@ -22,15 +22,14 @@
This module accepts XMLRPC requests (see http://www.xmlrpc.org/)
and invokes the appropriate method.
.
- This module is for the Roxen webserver (there's also a module
- for offspring Caudium, called libroxen-xmlrpc-caudium).
+ This module is for the Roxen webserver.
-Package: libroxen-xmlrpc-caudium
-Architecture: all
-Depends: caudium, libroxen-xmlrpc-common
-Conflicts: libroxen-xmlrpc-roxen
-Description: XML RPC module for the Roxen Challenger web server
- This module accepts XMLRPC requests (see http://www.xmlrpc.org/)
- and invokes the appropriate method.
- .
- This module is for the Caudium server (an offspring of Roxen).
+#Package: libroxen-xmlrpc-caudium
+#Architecture: all
+#Depends: caudium, libroxen-xmlrpc-common
+#Conflicts: libroxen-xmlrpc-roxen
+#Description: XML RPC module for the Roxen Challenger web server
+# This module accepts XMLRPC requests (see http://www.xmlrpc.org/)
+# and invokes the appropriate method.
+# .
+# This module is for the Caudium server (an offspring of Roxen).
diff -Nru libroxen-xmlrpc-20020823.old/debian/copyright libroxen-xmlrpc-20020823/debian/copyright
--- libroxen-xmlrpc-20020823.old/debian/copyright 2008-02-06 20:44:04.139276864 +0100
+++ libroxen-xmlrpc-20020823/debian/copyright 2008-02-06 20:45:48.427265017 +0100
@@ -3,8 +3,8 @@
It was downloaded from http://www.root.at/download/gpl/pike-xmlrpc/
-Upstream Author(s): Martin Baehr <[EMAIL PROTECTED]>
- Karl Pitrich <[EMAIL PROTECTED]>
+Upstream Author: Martin Baehr <[EMAIL PROTECTED]>
+ Karl Pitrich <[EMAIL PROTECTED]>
Copyright:
This software is distributed under GPL.
diff -Nru libroxen-xmlrpc-20020823.old/debian/rules libroxen-xmlrpc-20020823/debian/rules
--- libroxen-xmlrpc-20020823.old/debian/rules 2008-02-06 20:44:03.963264963 +0100
+++ libroxen-xmlrpc-20020823/debian/rules 2008-02-06 20:48:22.363264937 +0100
@@ -43,8 +43,8 @@
$(INSTBIN) xml-rpc/xmlrpc.pmod $(DSTDIR_LIB)
# Install the Caudium module
- $(INSTMOD) xml-rpc/caudium/xml-rpc.pike $(DSTDIR_CAUD)
- $(INSTMOD) xml-rpc/caudium/xml-rpc-provider.pike $(DSTDIR_CAUD)
+ #$(INSTMOD) xml-rpc/caudium/xml-rpc.pike $(DSTDIR_CAUD)
+ #$(INSTMOD) xml-rpc/caudium/xml-rpc-provider.pike $(DSTDIR_CAUD)
# Install the Roxen module
$(INSTMOD) xml-rpc/roxen/xml-rpc.pike $(DSTDIR_ROXN)
signature.asc
Description: Digital signature

