[Pkg-tcltk-commits] r1164 - in bwidget/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Aug 9 19:17:41 UTC 2011
Author: sgolovan
Date: 2011-08-09 19:17:41 +0000 (Tue, 09 Aug 2011)
New Revision: 1164
Modified:
bwidget/trunk/debian/changelog
bwidget/trunk/debian/control
bwidget/trunk/debian/patches/dialog.diff
bwidget/trunk/debian/rules
Log:
[bwidget]
* New upstream release.
* Bumped standards version to 3.9.2.
Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog 2011-08-08 19:30:10 UTC (rev 1163)
+++ bwidget/trunk/debian/changelog 2011-08-09 19:17:41 UTC (rev 1164)
@@ -1,8 +1,9 @@
-bwidget (1.9.2-2) UNRELEASED; urgency=low
+bwidget (1.9.5-1) unstable; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ * Bumped standards version to 3.9.2.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 17 Jul 2010 10:27:29 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 09 Aug 2011 23:17:09 +0400
bwidget (1.9.2-1) unstable; urgency=low
Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control 2011-08-08 19:30:10 UTC (rev 1163)
+++ bwidget/trunk/debian/control 2011-08-09 19:17:41 UTC (rev 1164)
@@ -5,13 +5,13 @@
Uploaders: Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>> 5.0.0), quilt
Build-Depends-Indep: tcl-dev
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
Homepage: http://sourceforge.net/projects/tcllib/
Package: bwidget
Architecture: all
Depends: ${wish:Depends}, ${misc:Depends}
-Description: A set of extension widgets for Tcl/Tk
+Description: Extension widgets for Tcl/Tk
The BWidget toolkit is a high-level widget set for Tcl/Tk. It contains
widgets such as progress bars, 3D separators, various manager widgets
for top levels, frames, paned or scrolled windows, button boxes,
Modified: bwidget/trunk/debian/patches/dialog.diff
===================================================================
--- bwidget/trunk/debian/patches/dialog.diff 2011-08-08 19:30:10 UTC (rev 1163)
+++ bwidget/trunk/debian/patches/dialog.diff 2011-08-09 19:17:41 UTC (rev 1164)
@@ -2,7 +2,7 @@
=======================================================================
--- bwidget.orig/dialog.tcl
+++ bwidget/dialog.tcl
-@@ -168,13 +168,7 @@
+@@ -180,13 +180,7 @@
proc Dialog::add { path args } {
variable _widget
Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules 2011-08-08 19:30:10 UTC (rev 1163)
+++ bwidget/trunk/debian/rules 2011-08-09 19:17:41 UTC (rev 1164)
@@ -5,7 +5,7 @@
export QUILT_PATCHES := debian/patches
-VERSION = 1.9.2
+VERSION = 1.9.5
unpatch:
dh_testdir
@@ -78,6 +78,6 @@
get-orig-source:
wget -O bwidget_$(VERSION).orig.tar.gz \
- http://heanet.dl.sourceforge.net/sourceforge/tcllib/BWidget-$(VERSION).tar.gz
+ http://heanet.dl.sourceforge.net/sourceforge/tcllib/bwidget-$(VERSION).tar.gz
.PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source
More information about the Pkg-tcltk-commits
mailing list