[Pkg-tcltk-commits] r1343 - bwidget/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun May 5 07:38:09 UTC 2013
Author: sgolovan
Date: 2013-05-05 07:38:08 +0000 (Sun, 05 May 2013)
New Revision: 1343
Modified:
bwidget/trunk/debian/changelog
bwidget/trunk/debian/control
bwidget/trunk/debian/rules
Log:
[bwidget]
* Build for unstable.
* Fixed the original tarball download URL.
* Bumped standards version to 3.9.4.
Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog 2013-05-05 07:33:04 UTC (rev 1342)
+++ bwidget/trunk/debian/changelog 2013-05-05 07:38:08 UTC (rev 1343)
@@ -1,8 +1,10 @@
-bwidget (1.9.6-2) UNRELEASED; urgency=low
+bwidget (1.9.6-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Build for unstable.
+ * Fixed the original tarball download URL.
+ * Bumped standards version to 3.9.4.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 28 Jul 2012 20:03:42 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 05 May 2013 11:33:58 +0400
bwidget (1.9.6-1) experimental; urgency=low
Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control 2013-05-05 07:33:04 UTC (rev 1342)
+++ bwidget/trunk/debian/control 2013-05-05 07:38:08 UTC (rev 1343)
@@ -5,7 +5,7 @@
Uploaders: Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 8.0.0), quilt
Build-Depends-Indep: tcl-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://sourceforge.net/projects/tcllib/
Package: bwidget
Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules 2013-05-05 07:33:04 UTC (rev 1342)
+++ bwidget/trunk/debian/rules 2013-05-05 07:38:08 UTC (rev 1343)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-VERSION = 1.9.6
+v = 1.9.6
%:
dh $@
@@ -8,9 +8,9 @@
override_dh_auto_install:
# $(MAKE) install prefix=`pwd`/debian/bwidget/usr \
# HTMLDIR=`pwd`/debian/bwidget/usr/share/doc/bwidget/html
- mkdir debian/bwidget/usr/share/tcltk/bwidget$(VERSION)
- cp -R *.tcl lang images debian/bwidget/usr/share/tcltk/bwidget$(VERSION)
- rm -rf debian/bwidget/usr/share/tcltk/bwidget$(VERSION)/images/CVS
+ mkdir debian/bwidget/usr/share/tcltk/bwidget$(v)
+ cp -R *.tcl lang images debian/bwidget/usr/share/tcltk/bwidget$(v)
+ rm -rf debian/bwidget/usr/share/tcltk/bwidget$(v)/images/CVS
cp BWman/* debian/bwidget/usr/share/doc/bwidget/html
override_dh_compress:
@@ -21,7 +21,7 @@
dh_installdeb
get-orig-source:
- wget -O bwidget_$(VERSION).orig.tar.gz \
- http://heanet.dl.sourceforge.net/sourceforge/tcllib/bwidget-$(VERSION).tar.gz
+ wget -O bwidget_$(v).orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcllib/bwidget-$(v).tar.gz
.PHONY: override_dh_auto_install override_dh_compress override_dh_installdeb get-orig-source
More information about the Pkg-tcltk-commits
mailing list