Please find, attached, the patch for the NMU that fixed the wrongly encoded changelog file problem (lenny release goal).
diff -Nru pencam-0.67.old/debian/changelog pencam-0.67/debian/changelog
--- pencam-0.67.old/debian/changelog 2008-02-09 11:06:21.848610163 +0100
+++ pencam-0.67/debian/changelog 2008-02-09 11:57:38.949241208 +0100
@@ -1,3 +1,16 @@
+pencam (0.67-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix encoding in debian/changelog by replacing an improperly
+ accented letter. Closes: #453989
+ * Quote strings in menu file
+ * Use "Applications" instead of "Apps" in menu file
+ * Include copyrights in debian/copyright
+ * Fix FSF address in debian/copyright
+ * No longer ignore "make clean" errors in debian/rules
+
+ -- Christian Perrier <[EMAIL PROTECTED]> Sat, 09 Feb 2008 11:41:31 +0100
+
pencam (0.67-1) unstable; urgency=low
* New upstream release
@@ -13,7 +26,7 @@
* debian/changelog: Removed emacs cruft.
* Please note: I could not actually test this package, as I don't own
a supported digital camera anymore. I have RFA'ed pencam, if you want
- to �TA this package, go ahead, rename #135576 properly...
+ to ITA this package, go ahead, rename #135576 properly...
-- Uwe Hermann <[EMAIL PROTECTED]> Sun, 10 Mar 2002 16:54:27 +0100
diff -Nru pencam-0.67.old/debian/changelog.new pencam-0.67/debian/changelog.new
--- pencam-0.67.old/debian/changelog.new 1970-01-01 01:00:00.000000000 +0100
+++ pencam-0.67/debian/changelog.new 2008-02-09 11:10:05.693240177 +0100
@@ -0,0 +1,16 @@
+pencam (0.67-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Andrew James Grafham <[EMAIL PROTECTED]> Tue, 25 Mar 2003 21:36:38 +0000
+
+pencam (0.50-1) unstable; urgency=low
+
+ * New upstream release.
+ * Recompiled with libusb-0.1-4.
+ * Changed my email address to [EMAIL PROTECTED]
+ * Fully support DEB_BUILD_OPTIONS.
+ * debian/changelog: Removed emacs cruft.
+ * Please note: I could not actually test this package, as I don't own
+ a supported digital camera anymore. I have RFA'ed pencam, if you want
+ to
\ Pas de fin de ligne à la fin du fichier.
diff -Nru pencam-0.67.old/debian/copyright pencam-0.67/debian/copyright
--- pencam-0.67.old/debian/copyright 2008-02-09 11:06:21.965262710 +0100
+++ pencam-0.67/debian/copyright 2008-02-09 11:56:19.013258341 +0100
@@ -5,6 +5,11 @@
Upstream Author: Bart Hartgers <[EMAIL PROTECTED]>
+(C) Copyright 2001 by Bart Hartgers
+Parts are Copyright (C) 1995 Spencer Kimball and Peter Mattis,
+Copyright 1997-1998 Michael Sweet ([EMAIL PROTECTED]) and (C) 2001 by
+Winston Chang
+
Copyright:
This package is free software; you can redistribute it and/or modify
@@ -18,8 +23,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff -Nru pencam-0.67.old/debian/menu pencam-0.67/debian/menu
--- pencam-0.67.old/debian/menu 2008-02-09 11:06:21.949261583 +0100
+++ pencam-0.67/debian/menu 2008-02-09 11:41:17.217254338 +0100
@@ -1,4 +1,4 @@
-?package(pencam):needs=vc section=Apps/Graphics\
+?package(pencam):needs="vc" section="Applications/Graphics"\
title="pencam" command="/usr/bin/pencam"
-?package(pencam):needs=X11 section=Apps/Graphics\
+?package(pencam):needs="X11" section="Applications/Graphics"\
title="pencam" command="/etc/alternatives/x-terminal-emulator -e /usr/bin/pencam-xterminal"
diff -Nru pencam-0.67.old/debian/rules pencam-0.67/debian/rules
--- pencam-0.67.old/debian/rules 2008-02-09 11:06:21.969263201 +0100
+++ pencam-0.67/debian/rules 2008-02-09 11:57:19.273241341 +0100
@@ -36,7 +36,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean
install: build
signature.asc
Description: Digital signature

