[Pkg-tcltk-commits] r1744 - bwidget/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Oct 22 09:35:32 UTC 2015
Author: sgolovan
Date: 2015-10-22 09:35:32 +0000 (Thu, 22 Oct 2015)
New Revision: 1744
Modified:
bwidget/trunk/debian/changelog
bwidget/trunk/debian/control
bwidget/trunk/debian/install
bwidget/trunk/debian/rules
Log:
[bwidget]
* New upstream release.
* Bumped standards version to 3.9.6.
Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog 2015-05-23 06:58:58 UTC (rev 1743)
+++ bwidget/trunk/debian/changelog 2015-10-22 09:35:32 UTC (rev 1744)
@@ -1,8 +1,9 @@
-bwidget (1.9.8-2) UNRELEASED; urgency=medium
+bwidget (1.9.9-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Bumped standards version to 3.9.6.
- -- Sergei Golovan <sgolovan at debian.org> Thu, 11 Sep 2014 09:36:36 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 22 Oct 2015 11:47:58 +0300
bwidget (1.9.8-1) unstable; urgency=medium
Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control 2015-05-23 06:58:58 UTC (rev 1743)
+++ bwidget/trunk/debian/control 2015-10-22 09:35:32 UTC (rev 1744)
@@ -5,7 +5,7 @@
Uploaders: Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 8.0.0)
Build-Depends-Indep: tcl-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://sourceforge.net/projects/tcllib/
Package: bwidget
Modified: bwidget/trunk/debian/install
===================================================================
--- bwidget/trunk/debian/install 2015-05-23 06:58:58 UTC (rev 1743)
+++ bwidget/trunk/debian/install 2015-10-22 09:35:32 UTC (rev 1744)
@@ -1,4 +1,4 @@
-*.tcl /usr/share/tcltk/bwidget1.9.8
-images /usr/share/tcltk/bwidget1.9.8
-lang /usr/share/tcltk/bwidget1.9.8
+*.tcl /usr/share/tcltk/bwidget1.9.9
+images /usr/share/tcltk/bwidget1.9.9
+lang /usr/share/tcltk/bwidget1.9.9
BWman/* /usr/share/doc/bwidget/html
Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules 2015-05-23 06:58:58 UTC (rev 1743)
+++ bwidget/trunk/debian/rules 2015-10-22 09:35:32 UTC (rev 1744)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-v = 1.9.8
+v = 1.9.9
%:
dh $@
@@ -13,11 +13,16 @@
dh_installdeb
override_dh_fixperms:
+ chmod a-x debian/bwidget/usr/share/tcltk/bwidget$(v)/*.tcl
chmod a-x debian/bwidget/usr/share/tcltk/bwidget$(v)/lang/*
dh_fixperms
+override_dh_installchangelogs:
+ dh_installchangelogs ChangeLog
+
get-orig-source:
wget -O bwidget_$(v).orig.tar.gz \
http://prdownloads.sourceforge.net/tcllib/bwidget-$(v).tar.gz
-.PHONY: override_dh_compress override_dh_installdeb override_dh_fixperms get-orig-source
+.PHONY: override_dh_compress override_dh_installdeb override_dh_fixperms \
+ override_dh_installchangelogs get-orig-source
More information about the Pkg-tcltk-commits
mailing list