I'm about to NMU this with the attached patch.

-- 
Yet another password: just say no.
diff -u xtel-3.3.0/debian/control xtel-3.3.0/debian/control
--- xtel-3.3.0/debian/control
+++ xtel-3.3.0/debian/control
@@ -2,8 +2,8 @@
 Section: comm
 Priority: extra
 Maintainer: Eric Delaunay <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
-Build-Depends: lesstif-dev,libx11-dev,libxmu-dev,libxpm-dev,libxt-dev,x-dev,xlibs-data,libxaw7-dev,debhelper (>= 4.1.16),gif2png,xbase-clients,xutils,libjpeg-dev, doc-base, mime-codecs
+Standards-Version: 3.6.2
+Build-Depends: lesstif-dev,libx11-dev,libxmu-dev,libxpm-dev,libxt-dev,x-dev,xlibs-data,libxaw7-dev,debhelper (>= 4.1.16),gif2png,xbase-clients,xutils,libjpeg-dev, doc-base
 
 Package: xtel
 Architecture: any
diff -u xtel-3.3.0/debian/changelog xtel-3.3.0/debian/changelog
--- xtel-3.3.0/debian/changelog
+++ xtel-3.3.0/debian/changelog
@@ -1,3 +1,14 @@
+xtel (3.3.0-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use perl's base64 decoding instead of mime-codecs, which no longer
+    seems to exist. debian/rules has the change, and debian/control
+    drops build-dependency on mime-codecs. Patch from Andreas Jochens.
+    Closes: #351958. 
+  * debian/control: Bumbed Standards-Version to 3.6.2. No changes needed.
+
+ -- Lars Wirzenius <[EMAIL PROTECTED]>  Thu,  9 Mar 2006 19:43:55 +0000
+
 xtel (3.3.0-5.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u xtel-3.3.0/debian/rules xtel-3.3.0/debian/rules
--- xtel-3.3.0/debian/rules
+++ xtel-3.3.0/debian/rules
@@ -54,7 +54,7 @@
 	rm -rf debian/tmp/usr/X11R6/lib/X11/fonts/xtel
 	# Install french documentation in the french docs directory
 	install -m 644 debian/index-fr.html debian/tmp/usr/share/doc/LANG/fr/xtel/index.html
-	base64-decode < debian/bullet.gif.base64 > debian/tmp/usr/share/doc/LANG/fr/xtel/bullet.gif
+	perl -MMIME::Base64  -ne 'print decode_base64($$_)' < debian/bullet.gif.base64 > debian/tmp/usr/share/doc/LANG/fr/xtel/bullet.gif
 	install -m 644 HISTOIRE.txt debian/tmp/usr/share/doc/LANG/fr/xtel/
 	install -m 644 LISEZMOI.txt debian/tmp/usr/share/doc/LANG/fr/xtel/
 	install -m 644 FAQ.txt debian/tmp/usr/share/doc/LANG/fr/xtel/

Reply via email to