[Pkg-tcltk-commits] r897 - xotcl/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Tue Jun 30 01:00:16 UTC 2009
Author: ssoberni-guest
Date: 2009-06-30 01:00:16 +0000 (Tue, 30 Jun 2009)
New Revision: 897
Modified:
xotcl/trunk/debian/rules
Log:
Fix substvars patch
Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules 2009-06-29 11:47:59 UTC (rev 896)
+++ xotcl/trunk/debian/rules 2009-06-30 01:00:16 UTC (rev 897)
@@ -212,6 +212,9 @@
dh_compress -i
dh_fixperms -i
dh_installdeb -i
+ # inject AOLServer version and ABI changes through substvars
+ # fragment provided by aolserver4-dev
+ cat /usr/share/aolserver4/debian.substvars >>$(DEB)/aolserver4-xotcl.substvars
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
@@ -230,9 +233,6 @@
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
- # inject AOLServer version and ABI changes through substvars
- # fragment provided by aolserver4-dev
- cat /usr/share/aolserver4/debian.substvars >>$(DEB)/aolserver4-xotcl.substvars
tcltk-depends
dh_gencontrol -a
dh_md5sums -a
More information about the Pkg-tcltk-commits
mailing list