Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu

Hi release team,

I'd like to update the tklib package (a collection of libraries for Tk) in
stable and fix one small but annoying bug with one of the packages
(Plotchart). A typo makes it unloadable. A few users poked me recently about
this, though without a proper bug report. Is it reasonable to fix this bug
in stble? I've already uploaded the fix for sid and testing.

The diff for the proposed update is shown below:

===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tklib (0.6-1+deb8u1) stable; urgency=medium
+
+  * Fixed typo in Plotchart version which prevented its loading.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Wed, 06 Apr 2016 11:02:10 +0300
+
 tklib (0.6-1) unstable; urgency=low
 
   * New upstream release.
--- a/debian/patches/plotchart.diff
+++ b/debian/patches/plotchart.diff
@@ -0,0 +1,11 @@
+Author: Sergei Golovan
+Description: Patch fixes Plotchart version.
+
+--- a/modules/plotchart/plotchart.tcl
++++ b/modules/plotchart/plotchart.tcl
+@@ -2849,4 +2849,4 @@
+ 
+ # Announce our presence
+ #
+-package provide Plotchart 2.0.1
++package provide Plotchart 2.1.0
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 manpages.diff
 osm.diff
 doc.diff
+plotchart.diff
===================================================================


-- System Information:
Debian Release: 8.4
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Reply via email to