Please find, attached, the patch for the NMU that fixed the wrongly
encoded changelog file problem (lenny release goal).


diff -Nru roxen-fonts-iso8859-2-0.old/debian/changelog roxen-fonts-iso8859-2-0/debian/changelog
--- roxen-fonts-iso8859-2-0.old/debian/changelog	2008-02-09 14:26:37.000000000 +0100
+++ roxen-fonts-iso8859-2-0/debian/changelog	2008-02-09 14:11:05.661241577 +0100
@@ -1,3 +1,12 @@
+roxen-fonts-iso8859-2 (0-10.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix encoding for changelog and copyright. Closes: #454032
+  * Remove dh-make boilerplate from debian/copyright
+  * Replace direct init.d script calls by invoke-rc.d calls (thanks, lintian)
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Sat, 09 Feb 2008 12:07:46 +0100
+
 roxen-fonts-iso8859-2 (0-10) unstable; urgency=low
 
   * Remove debian/watch file - upstream source no longer availible.
@@ -29,7 +38,7 @@
 
 roxen-fonts-iso8859-2 (0-6) unstable; urgency=low
 
-  * Improve long description - patch by Javier Fern�ndez-Sanguino Pe�a
+  * Improve long description - patch by Javier Fernández-Sanguino Peña
     Closes: #210093
 
  -- Turbo Fredriksson <[EMAIL PROTECTED]>  Sun,  7 Dec 2003 14:22:30 +0100
diff -Nru roxen-fonts-iso8859-2-0.old/debian/copyright roxen-fonts-iso8859-2-0/debian/copyright
--- roxen-fonts-iso8859-2-0.old/debian/copyright	2008-02-09 14:26:37.000000000 +0100
+++ roxen-fonts-iso8859-2-0/debian/copyright	2008-02-09 14:11:25.513241541 +0100
@@ -3,7 +3,7 @@
 
 It was downloaded from ftp.idonex.se/roxen
 
-Upstream Author(s): Idonex
+Upstream Author: Idonex
 
 Copyright:
 
@@ -32,8 +32,8 @@
 > GPL'ade? Finns ingen copyright eller ngt i tarballen, och det behovs
 > ngn form av licence for Debian...
 
-Jad�.  Svaret fr�n Idonex utvecklingschef Mattias Wingstedt
-�r f�ljande:
+Jadå.  Svaret från Idonex utvecklingschef Mattias Wingstedt
+är följande:
 
     The bitmapped fonts used by Roxen are not subject to copyright.
     We have even checked this with Adobe, from which vector fonts
@@ -42,4 +42,4 @@
     is the normal usage of the font. If you then use the bittmapped
     image as a bitmapped font is your business.
 
-Gr�nt ljus med andra ord.
+Grönt ljus med andra ord.
diff -Nru roxen-fonts-iso8859-2-0.old/debian/postinst roxen-fonts-iso8859-2-0/debian/postinst
--- roxen-fonts-iso8859-2-0.old/debian/postinst	2008-02-09 14:26:37.000000000 +0100
+++ roxen-fonts-iso8859-2-0/debian/postinst	2008-02-09 14:10:35.825240944 +0100
@@ -3,7 +3,11 @@
 if [ -f /etc/roxen/Global_Variables ]; then
     if ! cat /etc/roxen/Global_Variables | grep -q '<str>more_fonts/</str>'; then
 	# Stop roxen while we fix the config file...
-	/etc/init.d/roxen stop
+	if which invoke-rc.d >/dev/null 2>&1; then
+		invoke-rc.d roxen stop
+	else
+		/etc/init.d/roxen stop
+	fi
 
 	# Sorry about this perl thingie, but I suck at shell scripting :)
 	cat /etc/roxen/Global_Variables | perl -e 'while( $line = <STDIN> ) { \
@@ -15,7 +19,11 @@
 	mv /etc/roxen/Global_Variables.tmp /etc/roxen/Global_Variables
 
 	# Restart roxen
-	/etc/init.d/roxen start
+	if which invoke-rc.d >/dev/null 2>&1; then
+		invoke-rc.d roxen start
+	else
+		/etc/init.d/roxen start
+	fi
     fi
 else
     echo Roxen is not configured yet, aborting

Attachment: signature.asc
Description: Digital signature

Reply via email to