[Pkg-tcltk-commits] r847 - in xotcl/trunk: . debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Mon Apr 6 12:31:04 UTC 2009


Author: ssoberni-guest
Date: 2009-04-06 12:31:04 +0000 (Mon, 06 Apr 2009)
New Revision: 847

Modified:
   xotcl/trunk/Makefile.in
   xotcl/trunk/debian/changelog
   xotcl/trunk/debian/control
   xotcl/trunk/debian/copyright
   xotcl/trunk/debian/rules
Log:
Accompanying changes for upstream release 1.6.3, incl. minor editorial changes

Modified: xotcl/trunk/Makefile.in
===================================================================
--- xotcl/trunk/Makefile.in	2009-04-06 09:50:36 UTC (rev 846)
+++ xotcl/trunk/Makefile.in	2009-04-06 12:31:04 UTC (rev 847)
@@ -354,7 +354,10 @@
 		-libdir $(PLATFORM_DIR) $(TESTFLAGS)
 	$(TCLSH) $(src_test_dir_native)/mixinoftest.xotcl \
 		-libdir $(PLATFORM_DIR) $(TESTFLAGS)
+	$(TCLSH) $(src_test_dir_native)/varresolutiontest.xotcl \
+		-libdir $(PLATFORM_DIR) $(TESTFLAGS)
 
+
 test-http: $(TCLSH_PROG)
 	$(TCLSH) $(src_test_dir_native)/xocomm.test \
 		-libdir $(PLATFORM_DIR) $(TESTFLAGS)

Modified: xotcl/trunk/debian/changelog
===================================================================
--- xotcl/trunk/debian/changelog	2009-04-06 09:50:36 UTC (rev 846)
+++ xotcl/trunk/debian/changelog	2009-04-06 12:31:04 UTC (rev 847)
@@ -1,9 +1,11 @@
-xotcl (1.6.2-1.1) UNRELEASED; urgency=low
+xotcl (1.6.3-1) unstable; urgency=low
 
-  * Non-maintainer upload.
-  * NOT RELEASED YET
+  * New upstream release: 1.6.3 (see http://www.xotcl.org/)
+  * Debian policy 3.8.1 compliance
+  * Checked lintian sanity (linitian v2.2.9)
+  * Updated copyright dates in debian/copyright
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 28 Nov 2008 21:56:31 +0300
+ -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>  Mon, 06 Apr 2009 11:53:40 +0200
 
 xotcl (1.6.2-1) experimental; urgency=low
 

Modified: xotcl/trunk/debian/control
===================================================================
--- xotcl/trunk/debian/control	2009-04-06 09:50:36 UTC (rev 846)
+++ xotcl/trunk/debian/control	2009-04-06 12:31:04 UTC (rev 847)
@@ -4,7 +4,7 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>
 Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/viewsvn/pkg-tcltk/xotcl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/xotcl/
 

Modified: xotcl/trunk/debian/copyright
===================================================================
--- xotcl/trunk/debian/copyright	2009-04-06 09:50:36 UTC (rev 846)
+++ xotcl/trunk/debian/copyright	2009-04-06 12:31:04 UTC (rev 847)
@@ -1,11 +1,11 @@
 This package was debianized by Stefan Sobernig <stefan.sobernig at wu-wien.ac.at> on
 Wed, 30 Jan 2008 14:07:22 +0100.
 
-It was downloaded from http://www.xotcl.org
+It was downloaded from http://www.xotcl.org/
 
 Upstream Authors: Gustaf Neumann <gustaf.neumann at wu-wien.ac.at>, Uwe Zdun <zdun at infosys.tuwien.ac.at>
 	 	       	      
-Copyright: 1999-2008 Gustaf Neumann (a), Uwe Zdun (b)
+Copyright: 1999-2009 Gustaf Neumann (a), Uwe Zdun (b)
  
   (a) Vienna University of Economics and Business Administration
       Dept. of Information Systems / New Media
@@ -48,6 +48,6 @@
 This Tcl language extension is, therefore, licensed under the BSD, 
 see `/usr/share/common-licenses/BSD'.
 
-The Debian packaging is (C) 2008, Stefan Sobernig
+The Debian packaging is (C) 2008-2009, Stefan Sobernig
 <stefan.sobernig at wu-wien.ac.at> and is licensed under the GPL, 
 see `/usr/share/common-licenses/GPL'.

Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules	2009-04-06 09:50:36 UTC (rev 846)
+++ xotcl/trunk/debian/rules	2009-04-06 12:31:04 UTC (rev 847)
@@ -203,7 +203,7 @@
 binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i
-	dh_installdocs -i
+	dh_installdocs -i -Xxotcl-doc.doc-base
 	dh_installchangelogs -i ChangeLog
 	dh_compress -i
 	dh_fixperms -i
@@ -232,8 +232,8 @@
 	dh_builddeb -a
 
 get-orig-source:
-	wget -O xotcl_1.6.2.orig.tar.gz \
-	     http://media.wu-wien.ac.at/download/xotcl-1.6.2.tar.gz
+	wget -O xotcl_1.6.3.orig.tar.gz \
+	     http://media.wu-wien.ac.at/download/xotcl-1.6.3.tar.gz
 
 
 binary: binary-indep binary-arch




More information about the Pkg-tcltk-commits mailing list