[Pkg-tcltk-commits] r867 - xotcl/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Wed Jun 17 00:23:01 UTC 2009
Author: ssoberni-guest
Date: 2009-06-17 00:22:59 +0000 (Wed, 17 Jun 2009)
New Revision: 867
Modified:
xotcl/trunk/debian/rules
Log:
adding control.in templating
Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules 2009-06-17 00:21:49 UTC (rev 866)
+++ xotcl/trunk/debian/rules 2009-06-17 00:22:59 UTC (rev 867)
@@ -46,9 +46,6 @@
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
@@ -65,7 +62,7 @@
# $< >$@
config.status: configure
-
+ include /usr/share/aolserver4/debian.mak
sed -e 's/@AOLVER@/$(AOLVER)/g' \
-e 's/@AOLABI@/$(AOLABI)/g' \
$(CURDIR)/debian/control;
More information about the Pkg-tcltk-commits
mailing list