[Pkg-tcltk-commits] r920 - itk3/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Sep 3 04:37:08 UTC 2009
Author: sgolovan
Date: 2009-09-03 04:37:08 +0000 (Thu, 03 Sep 2009)
New Revision: 920
Modified:
itk3/trunk/debian/changelog
itk3/trunk/debian/rules
Log:
[itk3]
* Added version to shlibs which bounds itk3 dependencies from both sides.
Modified: itk3/trunk/debian/changelog
===================================================================
--- itk3/trunk/debian/changelog 2009-09-03 04:31:59 UTC (rev 919)
+++ itk3/trunk/debian/changelog 2009-09-03 04:37:08 UTC (rev 920)
@@ -5,8 +5,9 @@
* Switched to quilt for patch management.
* Remove static library from the binary package.
* Bumped standards-version to 3.8.3.
+ * Added version to shlibs which bounds itk3 dependencies from both sides.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 02 Sep 2009 17:43:21 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 03 Sep 2009 08:34:47 +0400
itcl3 (3.2.1-5) unstable; urgency=low
Modified: itk3/trunk/debian/rules
===================================================================
--- itk3/trunk/debian/rules 2009-09-03 04:31:59 UTC (rev 919)
+++ itk3/trunk/debian/rules 2009-09-03 04:37:08 UTC (rev 920)
@@ -9,6 +9,7 @@
vminor=$(shell dpkg-parsechangelog | grep ^Version: | sed 's/[^0-9]*[0-9]*\.\([0-9]*\).*/\1/')
vrelease=$(shell dpkg-parsechangelog | grep ^Version: | sed 's/[^0-9]*[0-9]*\.[0-9]*\.\([0-9]*\).*/\1/')
v=$(vmajor).$(vminor)
+v1=$(vmajor).$(shell expr $(vminor) + 1)
dtmp=$(shell pwd)/debian/tmp
tclv=8.5
@@ -141,7 +142,7 @@
dh_strip -a
dh_compress -a
dh_fixperms -a
- dh_makeshlibs -a
+ dh_makeshlibs -a -V 'itk3 (>= $(v)~), itk3 (<< $(v1)~)'
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
More information about the Pkg-tcltk-commits
mailing list