found 401198 0.9.1-6.1
thanks

Andreas Barth <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I uploaded an NMU of your package.
>
> Please see this as help to get the package into a releaseable condition for
> etch.
>
> Please find the used diff below.

Sorry, but there was a typo in the patch I provided.  

> +\usepackage[latin]{inputenc}

This needs to be 

\usepackage[latin1]{inputenc}

with a "1" at the end of latin.  

I offer to correct this in an NMU that would also fix the outstanding
wishlist bug.  If I don't hear an okay from the maintainer, I'm going to
upload the RC part only.  Here's a diff against 0.9.1-6 (6.1 is not yet
available) 

diff -Nur cdcover-0.9.1.old/debian/changelog cdcover-0.9.1/debian/changelog
--- cdcover-0.9.1.old/debian/changelog  2006-12-06 13:49:25.000000000 +0100
+++ cdcover-0.9.1/debian/changelog      2006-12-06 13:47:27.000000000 +0100
@@ -1,3 +1,13 @@
+cdcover (0.9.1-6.2) unstable; urgency=low
+
+  * NMU to fix RC bug
+  * There was a typo in my patch that lead to the previous NMU, and is now
+    fixed by this upload, s/latin/latin1/ (closes: #401198)
+  * Remove unneeded dependencies on tetex-base and tetex-extra, add
+    alternative dependency on texlive-base-bin (closes: #400597)
+
+ -- Frank KÃŒster <[EMAIL PROTECTED]>  Wed,  6 Dec 2006 13:47:27 +0100
+
 cdcover (0.9.1-6) unstable; urgency=low
 
   * Bumped standards-version to 3.6.2.
diff -Nur cdcover-0.9.1.old/debian/control cdcover-0.9.1/debian/control
--- cdcover-0.9.1.old/debian/control    2006-12-06 13:49:25.000000000 +0100
+++ cdcover-0.9.1/debian/control        2006-12-06 13:44:13.000000000 +0100
@@ -7,7 +7,7 @@
 
 Package: cdcover
 Architecture: any
-Depends: ${shlibs:Depends}, tetex-bin, tetex-base, tetex-extra
+Depends: ${shlibs:Depends}, tetex-bin | texlive-latex-base
 Description: Creating Data-CD Covers
  cdcover is a little commandline tool which creates
  user-defined data-cd covers.
diff -Nur cdcover-0.9.1.old/reshead.tex cdcover-0.9.1/reshead.tex
--- cdcover-0.9.1.old/reshead.tex       2000-05-04 17:49:16.000000000 +0200
+++ cdcover-0.9.1/reshead.tex   2006-12-06 13:44:48.000000000 +0100
@@ -1,5 +1,6 @@
 \documentclass[]{article}
-\usepackage{ifthen,isolatin1,graphicx,color}
+\usepackage{ifthen,graphicx,color}
+\usepackage[latin1]{inputenc}
 \graphicspath{{/tmp/disc-cover-8568/}}
 \renewcommand{\thepage}{}
 \setlength{\oddsidemargin}{0pt}



Regards, Frank


-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Reply via email to