[Pkg-tcltk-commits] r1888 - bwidget/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu Oct 26 09:00:20 UTC 2017


Author: sgolovan
Date: 2017-10-26 09:00:20 +0000 (Thu, 26 Oct 2017)
New Revision: 1888

Modified:
   bwidget/trunk/debian/changelog
   bwidget/trunk/debian/compat
   bwidget/trunk/debian/control
   bwidget/trunk/debian/install
   bwidget/trunk/debian/rules
Log:
[bwidget]
  * New upstream release.
  * Bumped debhelper compatibility level to 10.
  * Bumped standards version to 4.1.1.


Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog	2017-10-26 08:38:57 UTC (rev 1887)
+++ bwidget/trunk/debian/changelog	2017-10-26 09:00:20 UTC (rev 1888)
@@ -1,8 +1,10 @@
-bwidget (1.9.10-2) UNRELEASED; urgency=medium
+bwidget (1.9.11-1) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Bumped debhelper compatibility level to 10.
+  * Bumped standards version to 4.1.1.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 09 Mar 2016 10:14:09 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 26 Oct 2017 11:50:12 +0300
 
 bwidget (1.9.10-1) unstable; urgency=medium
 

Modified: bwidget/trunk/debian/compat
===================================================================
--- bwidget/trunk/debian/compat	2017-10-26 08:38:57 UTC (rev 1887)
+++ bwidget/trunk/debian/compat	2017-10-26 09:00:20 UTC (rev 1888)
@@ -1 +1 @@
-8
+10

Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control	2017-10-26 08:38:57 UTC (rev 1887)
+++ bwidget/trunk/debian/control	2017-10-26 09:00:20 UTC (rev 1888)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: debhelper (>= 8.0.0)
+Build-Depends: debhelper (>= 10.0.0)
 Build-Depends-Indep: tcl-dev
-Standards-Version: 3.9.6
+Standards-Version: 4.1.1
 Homepage: http://sourceforge.net/projects/tcllib/
 
 Package: bwidget

Modified: bwidget/trunk/debian/install
===================================================================
--- bwidget/trunk/debian/install	2017-10-26 08:38:57 UTC (rev 1887)
+++ bwidget/trunk/debian/install	2017-10-26 09:00:20 UTC (rev 1888)
@@ -1,4 +1,4 @@
-*.tcl	/usr/share/tcltk/bwidget1.9.10
-images	/usr/share/tcltk/bwidget1.9.10
-lang	/usr/share/tcltk/bwidget1.9.10
+*.tcl	/usr/share/tcltk/bwidget1.9.11
+images	/usr/share/tcltk/bwidget1.9.11
+lang	/usr/share/tcltk/bwidget1.9.11
 BWman/*	/usr/share/doc/bwidget/html

Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules	2017-10-26 08:38:57 UTC (rev 1887)
+++ bwidget/trunk/debian/rules	2017-10-26 09:00:20 UTC (rev 1888)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-v = 1.9.10
+v = 1.9.11
 
 %:
 	dh $@




More information about the Pkg-tcltk-commits mailing list