[Pkg-tcltk-commits] r866 - xotcl/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Wed Jun 17 00:21:50 UTC 2009


Author: ssoberni-guest
Date: 2009-06-17 00:21:49 +0000 (Wed, 17 Jun 2009)
New Revision: 866

Added:
   xotcl/trunk/debian/control
Removed:
   xotcl/trunk/debian/control.in
Modified:
   xotcl/trunk/debian/rules
Log:
adding control.in templating

Copied: xotcl/trunk/debian/control (from rev 862, xotcl/trunk/debian/control.in)
===================================================================
--- xotcl/trunk/debian/control	                        (rev 0)
+++ xotcl/trunk/debian/control	2009-06-17 00:21:49 UTC (rev 866)
@@ -0,0 +1,63 @@
+Source: xotcl
+Section: libs
+Priority: optional
+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), aolserver4-dev (>= 4.5.1-3)
+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/
+
+Package: xotcl
+Architecture: any
+Depends: ${tclsh:Depends}, ${shlibs:Depends}
+Homepage: http://www.xotcl.org/
+Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shared library
+ Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an
+ object-oriented scripting language based on Tcl. It was originally
+ designed for providing language support for design patterns and
+ provides novel constructs such as filters or transitive mixin
+ classes. The language is designed for empowering rather than
+ constraining system developers. The basic object model is highly
+ influenced by CLOS.
+
+Package: xotcl-shells
+Section: utils
+Architecture: any
+Depends: xotcl (= ${binary:Version}), ${shlibs:Depends}
+Homepage: http://www.xotcl.org/
+Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shells
+ This package provides you with two Tcl/Tk shell wrappers, xotclsh and
+ xowish. These shells offer ready-made environments for
+ XOTcl-empowered scripting.
+
+Package: xotcl-doc
+Section: doc
+Architecture: all
+Homepage: http://www.xotcl.org/
+Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - manual
+ This package brings the official XOTcl language reference and a
+ comprehensive tutorial to you. They are registered with the doc-base
+ family of tools. Moreover, you will find code examples on how to use
+ various XOTcl features and packages. 
+
+Package: xotcl-dev
+Section: libdevel
+Architecture: any
+Depends: xotcl (= ${binary:Version})
+Homepage: http://www.xotcl.org/
+Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - development files
+ Header files and static libraries for libxotcl. You will need this
+ package in place if you plan to develop using the XOTcl C interface
+ and/or if you want to create custom builts of XOTcl C extensions.
+
+Package: aolserver4-xotcl
+Section: httpd
+Architecture: all
+Depends: xotcl (>= ${binary:Version}), aolserver4-core- at AOLVER@- at AOLABI@
+Homepage: http://www.xotcl.org/
+Description: Extended Object Tcl (XOTcl): Object orientation for AOLServer - module
+ This package provides the XOTcl module for the AOLSERVER 4.0.10/4.5
+ webserver. This module provides and initialises the XOTcl language
+ extension in the various AOLSERVER runtime environments (e.g., the
+ embedded Tcl interpreters in AOLSERVER's worker threads).


Property changes on: xotcl/trunk/debian/control
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: xotcl/trunk/debian/control.in
===================================================================
--- xotcl/trunk/debian/control.in	2009-06-17 00:10:56 UTC (rev 865)
+++ xotcl/trunk/debian/control.in	2009-06-17 00:21:49 UTC (rev 866)
@@ -1,63 +0,0 @@
-Source: xotcl
-Section: libs
-Priority: optional
-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), aolserver4-dev (>= 4.5.1-3)
-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/
-
-Package: xotcl
-Architecture: any
-Depends: ${tclsh:Depends}, ${shlibs:Depends}
-Homepage: http://www.xotcl.org/
-Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shared library
- Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an
- object-oriented scripting language based on Tcl. It was originally
- designed for providing language support for design patterns and
- provides novel constructs such as filters or transitive mixin
- classes. The language is designed for empowering rather than
- constraining system developers. The basic object model is highly
- influenced by CLOS.
-
-Package: xotcl-shells
-Section: utils
-Architecture: any
-Depends: xotcl (= ${binary:Version}), ${shlibs:Depends}
-Homepage: http://www.xotcl.org/
-Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - shells
- This package provides you with two Tcl/Tk shell wrappers, xotclsh and
- xowish. These shells offer ready-made environments for
- XOTcl-empowered scripting.
-
-Package: xotcl-doc
-Section: doc
-Architecture: all
-Homepage: http://www.xotcl.org/
-Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - manual
- This package brings the official XOTcl language reference and a
- comprehensive tutorial to you. They are registered with the doc-base
- family of tools. Moreover, you will find code examples on how to use
- various XOTcl features and packages. 
-
-Package: xotcl-dev
-Section: libdevel
-Architecture: any
-Depends: xotcl (= ${binary:Version})
-Homepage: http://www.xotcl.org/
-Description: Extended Object Tcl (XOTcl): Object orientation for Tcl - development files
- Header files and static libraries for libxotcl. You will need this
- package in place if you plan to develop using the XOTcl C interface
- and/or if you want to create custom builts of XOTcl C extensions.
-
-Package: aolserver4-xotcl
-Section: httpd
-Architecture: all
-Depends: xotcl (>= ${binary:Version}), aolserver4-core- at AOLVER@- at AOLABI@
-Homepage: http://www.xotcl.org/
-Description: Extended Object Tcl (XOTcl): Object orientation for AOLServer - module
- This package provides the XOTcl module for the AOLSERVER 4.0.10/4.5
- webserver. This module provides and initialises the XOTcl language
- extension in the various AOLSERVER runtime environments (e.g., the
- embedded Tcl interpreters in AOLSERVER's worker threads).

Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules	2009-06-17 00:10:56 UTC (rev 865)
+++ xotcl/trunk/debian/rules	2009-06-17 00:21:49 UTC (rev 866)
@@ -46,6 +46,9 @@
 AOL=$(DEB)/aolserver4-xotcl
 DOCDIR=$(DOC)/usr/share/doc/xotcl-doc
 
+include /usr/share/aolserver4/debian.mak
+
+
 #
 # NOTE: --with-tcl=/usr/lib needed? -> is anyway resolved 
 # to /usr/share/tcltk
@@ -56,14 +59,17 @@
 # alternative in future releases:
 # --with-gdbm=/usr/include,/usr/lib	
 
-$(CURDIR)/debian/control: $(CURDIR)/debian/control.in
-	include /usr/share/aolserver4/debian.mak
+#$(CURDIR)/debian/control: $(CURDIR)/debian/control.in
+#	sed 	-e 's/@AOLVER@/$(AOLVER)/g' \
+#		-e 's/@AOLABI@/$(AOLABI)/g' \
+#		 $< >$@
+
+config.status: configure
+
 	sed 	-e 's/@AOLVER@/$(AOLVER)/g' \
 		-e 's/@AOLABI@/$(AOLABI)/g' \
-		 $< >$@
+		 $(CURDIR)/debian/control;
 
-config.status: $(CURDIR)/debian/control configure
-
 	dh_testdir
 	./configure --prefix=/usr \
 		--exec-prefix=/usr \




More information about the Pkg-tcltk-commits mailing list