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

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Mon Nov 28 02:42:58 UTC 2011


Author: ssoberni-guest
Date: 2011-11-28 02:42:58 +0000 (Mon, 28 Nov 2011)
New Revision: 1193

Modified:
   xotcl/trunk/debian/control
   xotcl/trunk/debian/patches/02_tkinclude.dpatch
   xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch
   xotcl/trunk/debian/rules
Log:
Fixing lintian-reported issues

Modified: xotcl/trunk/debian/control
===================================================================
--- xotcl/trunk/debian/control	2011-11-28 01:37:17 UTC (rev 1192)
+++ xotcl/trunk/debian/control	2011-11-28 02:42:58 UTC (rev 1193)
@@ -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 (>= 7), autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), aolserver4-dev (>= 4.5.1-5), dpatch, libexpat1-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://www.xotcl.org/
 Vcs-Svn: svn://svn.debian.org/viewsvn/pkg-tcltk/xotcl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/xotcl/

Modified: xotcl/trunk/debian/patches/02_tkinclude.dpatch
===================================================================
--- xotcl/trunk/debian/patches/02_tkinclude.dpatch	2011-11-28 01:37:17 UTC (rev 1192)
+++ xotcl/trunk/debian/patches/02_tkinclude.dpatch	2011-11-28 02:42:58 UTC (rev 1193)
@@ -2,7 +2,9 @@
 ## 02_tkinclude.dpatch by  <Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Currently, the xotcl build env does not provide the means to
+## include the tk headers for the xowish build. Therefore, I activated
+## TEA_PUBLIC_HEADERS_TK for now ...
 
 @DPATCH@
 diff -urNad xotcl.debian.trunk~/Makefile.in xotcl.debian.trunk/Makefile.in

Modified: xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch
===================================================================
--- xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch	2011-11-28 01:37:17 UTC (rev 1192)
+++ xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch	2011-11-28 02:42:58 UTC (rev 1193)
@@ -2,7 +2,8 @@
 ## 03_fix_patchLevel.dpatch by  <Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: The 1.6.7 release tarball contains a version typo, still
+## pointing to 1.6.6. This patch fixes the occurrences ...
 
 @DPATCH@
 diff -urNad xotcl.debian.trunk~/configure xotcl.debian.trunk/configure

Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules	2011-11-28 01:37:17 UTC (rev 1192)
+++ xotcl/trunk/debian/rules	2011-11-28 02:42:58 UTC (rev 1193)
@@ -81,7 +81,10 @@
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp: patch-stamp config.status
 	dh_testdir
 
@@ -242,8 +245,8 @@
 	dh_builddeb -a
 
 get-orig-source:
-	wget -O xotcl_1.6.5.orig.tar.gz \
-	     http://media.wu-wien.ac.at/download/xotcl-1.6.5.tar.gz
+	wget -O xotcl_1.6.7.orig.tar.gz \
+	     http://media.wu-wien.ac.at/download/xotcl-1.6.7.tar.gz
 
 
 binary: binary-indep binary-arch




More information about the Pkg-tcltk-commits mailing list