[Pkg-tcltk-commits] r442 - bwidget/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Fri Jan 11 15:46:07 UTC 2008
Author: sgolovan-guest
Date: 2008-01-11 15:46:07 +0000 (Fri, 11 Jan 2008)
New Revision: 442
Added:
bwidget/trunk/debian/compat
Modified:
bwidget/trunk/debian/changelog
bwidget/trunk/debian/control
bwidget/trunk/debian/dirs
bwidget/trunk/debian/doc-base
bwidget/trunk/debian/rules
Log:
[bwidget]
Added sgolovan at debian.org to uploaders.
* Moved all tcl scripts to /usr/share/tcltk to make the package compliant
to Debian Tcl/Tk policy (closes: #434394).
* Bumped standards version to 3.7.3.
* Bumped debhelper compatibility level to 5.
Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog 2008-01-03 20:27:27 UTC (rev 441)
+++ bwidget/trunk/debian/changelog 2008-01-11 15:46:07 UTC (rev 442)
@@ -1,17 +1,11 @@
-bwidget (1.8.0-2) UNRELEASED; urgency=low
+bwidget (1.8.0-2) unstable; urgency=low
- * Added Homepage field in debian/control
-
- -- Francesco Paolo Lovergine <frankie at debian.org> Sat, 13 Oct 2007 19:53:22 +0200
-
-bwidget (1.8.0-1) unstable; urgency=low
-
- * New maintainer Tcl/Tk Debian Packagers
+ * New maintainer Debian Tcl/Tk Packagers
<pkg-tcltk-devel at lists.alioth.debian.org>.
[ Sergei Golovan ]
- * New upstream release (closes: #392929).
- * Moved all tcl scripts to /usr/share. Use symbolic link to /usr/lib.
+ * Moved all tcl scripts to /usr/share/tcltk to make the package compliant
+ to Debian Tcl/Tk policy (closes: #434394).
* Replaced Build-Depends-Indep by Build-Depends, because clean target
requires Build-Depends.
* Removed -width parameter from code, which adds button to a dialog
@@ -19,10 +13,20 @@
awful.
* Use quilt for patch management.
* Register HTML docs in doc-base.
+ * Bumped standards version to 3.7.3.
+ * Bumped debhelper compatibility level to 5.
- -- Anselm Lingnau <lingnau at debian.org> Fri, 11 May 2007 12:31:55 +0400
+ [ Francesco Paolo Lovergine ]
+ * Added Homepage field in debian/control
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 11 Jan 2008 18:15:24 +0300
+bwidget (1.8.0-1) unstable; urgency=low
+
+ * New upstream release (closes: #392929).
+
+ -- Anselm Lingnau <lingnau at debian.org> Mon, 20 Aug 2007 13:18:57 +0200
+
bwidget (1.7.0-1) unstable; urgency=low
* New upstream release.
Added: bwidget/trunk/debian/compat
===================================================================
--- bwidget/trunk/debian/compat (rev 0)
+++ bwidget/trunk/debian/compat 2008-01-11 15:46:07 UTC (rev 442)
@@ -0,0 +1 @@
+5
Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control 2008-01-03 20:27:27 UTC (rev 441)
+++ bwidget/trunk/debian/control 2008-01-11 15:46:07 UTC (rev 442)
@@ -2,14 +2,15 @@
Section: libs
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
-Uploaders: Anselm Lingnau <lingnau at debian.org>
-Build-Depends: debhelper (>> 4.0.0), quilt
-Standards-Version: 3.7.2
+Uploaders: Anselm Lingnau <lingnau at debian.org>, Sergei Golovan <sgolovan at debian.org>
+Build-Depends: debhelper (>> 5.0.0), quilt
+Build-Depends-Indep: tcl-dev
+Standards-Version: 3.7.3
Homepage: http://sourceforge.net/projects/tcllib/
Package: bwidget
Architecture: all
-Depends: tk8.4 | wish
+Depends: ${wish:Depends}
Description: A set of 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
Modified: bwidget/trunk/debian/dirs
===================================================================
--- bwidget/trunk/debian/dirs 2008-01-03 20:27:27 UTC (rev 441)
+++ bwidget/trunk/debian/dirs 2008-01-11 15:46:07 UTC (rev 442)
@@ -1,5 +1,5 @@
-usr/lib
usr/share
usr/share/doc
usr/share/doc/bwidget
usr/share/doc/bwidget/html
+usr/share/tcltk
Modified: bwidget/trunk/debian/doc-base
===================================================================
--- bwidget/trunk/debian/doc-base 2008-01-03 20:27:27 UTC (rev 441)
+++ bwidget/trunk/debian/doc-base 2008-01-11 15:46:07 UTC (rev 442)
@@ -2,8 +2,8 @@
Title: BWidget HTML Documentation
Author: Authors of the BWidget package
Abstract: This is a documentation for BWidget - the megawidget set for Tcl/Tk.
- It contains documentation on individual BWidget widgets, supplied
- with upstream distribution.
+ It contains documentation on individual BWidget widgets, supplied
+ with upstream distribution.
Section: Apps/Programming
Format: HTML
Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules 2008-01-03 20:27:27 UTC (rev 441)
+++ bwidget/trunk/debian/rules 2008-01-11 15:46:07 UTC (rev 442)
@@ -5,9 +5,6 @@
export QUILT_PATCHES := debian/patches
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
# This has to be exported to make some magic below work.
export DH_OPTIONS
@@ -53,9 +50,8 @@
# $(MAKE) install prefix=`pwd`/debian/bwidget/usr \
# HTMLDIR=`pwd`/debian/bwidget/usr/share/doc/bwidget/html
- mkdir `pwd`/debian/bwidget/usr/share/bwidget$(VERSION)
- cp -R *.tcl lang images `pwd`/debian/bwidget/usr/share/bwidget$(VERSION)
- ln -s ../share/bwidget$(VERSION) `pwd`/debian/bwidget/usr/lib
+ mkdir `pwd`/debian/bwidget/usr/share/tcltk/bwidget$(VERSION)
+ cp -R *.tcl lang images `pwd`/debian/bwidget/usr/share/tcltk/bwidget$(VERSION)
cp BWman/* `pwd`/debian/bwidget/usr/share/doc/bwidget/html
touch install-stamp
@@ -69,6 +65,7 @@
dh_compress -X.tcl -X.xbm
dh_fixperms
dh_installdeb
+ tcltk-depends
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the Pkg-tcltk-commits
mailing list