Comment 2 for bug 1695876

Revision history for this message
Eric Desrochers (slashd) wrote :

* Upstream project :

commit 88d45155d6deb71e0ed2203d9bb1eb63a17d3abf
Author: jschwender <email address hidden>
Date: Sat Apr 23 11:29:15 2016 +0200

    version was hardcoded

diff --git a/doc/de/index.html.in b/doc/de/index.html.in
index c37edd8..307bb69 100644a
--- a/doc/de/index.html.in
+++ b/doc/de/index.html.in
@@ -23,7 +23,7 @@
     </div>
     <div class="body">
       <div class="row">
- <h1>CUPS 2.0.2</h1>
+ <h1>CUPS @CUPS_VERSION@</h1>
        <p>CUPS basiert auf Standards, Open Source Drucksystem entwickelt durch <a href="http://www.apple.com/">Apple Inc.</a> für OS X<sup>&reg;</sup> und andere UNIX<sup>&reg;</sup>-artige Betriebssysteme.</p>
       </div>
       <div class="row">

* Correction has also landed in Debian "sid" (unstable)

* Ubuntu

It seems like Xenial is the only one affected :

t/cups-1.7.2/doc/de/index.html.in:32: <H1>CUPS @CUPS_VERSION@</H1>
x/cups-2.1.3/doc/de/index.html.in:26: <h1>CUPS 2.0.2</h1>
y/cups-2.2.0/doc/de/index.html.in:26: <h1>CUPS @CUPS_VERSION@</h1>
z/cups-2.2.2/doc/de/index.html.in:26: <h1>CUPS @CUPS_VERSION@</h1>

- Eric