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

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Fri Jul 24 22:38:43 UTC 2009


Author: sgolovan-guest
Date: 2009-07-24 22:38:43 +0000 (Fri, 24 Jul 2009)
New Revision: 899

Modified:
   bwidget/trunk/debian/changelog
   bwidget/trunk/debian/control
   bwidget/trunk/debian/rules
Log:
[bwidget]
  * New upstream release.
  * Bumped standards version to 3.8.2.


Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog	2009-06-30 01:04:58 UTC (rev 898)
+++ bwidget/trunk/debian/changelog	2009-07-24 22:38:43 UTC (rev 899)
@@ -1,8 +1,9 @@
-bwidget (1.8.0-4) UNRELEASED; urgency=low
+bwidget (1.9.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Bumped standards version to 3.8.2.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun,  8 Jun 2008 14:38:02 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 25 Jul 2009 02:20:07 +0400
 
 bwidget (1.8.0-3) unstable; urgency=low
 

Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control	2009-06-30 01:04:58 UTC (rev 898)
+++ bwidget/trunk/debian/control	2009-07-24 22:38:43 UTC (rev 899)
@@ -5,7 +5,7 @@
 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
+Standards-Version: 3.8.2
 Homepage: http://sourceforge.net/projects/tcllib/
 
 Package: bwidget

Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules	2009-06-30 01:04:58 UTC (rev 898)
+++ bwidget/trunk/debian/rules	2009-07-24 22:38:43 UTC (rev 899)
@@ -5,11 +5,8 @@
 
 export QUILT_PATCHES := debian/patches
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
+VERSION = 1.9.0
 
-VERSION = 1.8.0
-
 unpatch:
 	dh_testdir
 	quilt pop -a || test $$? = 2
@@ -51,9 +48,10 @@
 
 	# $(MAKE) install prefix=`pwd`/debian/bwidget/usr \
 	#	 HTMLDIR=`pwd`/debian/bwidget/usr/share/doc/bwidget/html
-	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
+	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
+	cp BWman/* debian/bwidget/usr/share/doc/bwidget/html
 
 	touch install-stamp
 




More information about the Pkg-tcltk-commits mailing list