[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-50-gf9b6bbc

Mirco Bauer meebey at meebey.net
Thu Aug 13 20:35:04 UTC 2009


The following commit has been merged in the master branch:
commit f9b6bbc7568ace06428c5878ffd3fd18c0eba710
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Aug 13 22:34:23 2009 +0200

    Added minimum version to the clilibs.

diff --git a/debian/rules b/debian/rules
index 949dc0f..444df58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 
+DEB_CLI_ABI_VERSION = 0.9
+DEB_CLI_API_VERSION = 20090805+git.e6b28d27
+
 include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
@@ -45,6 +48,9 @@ override_dh_clistrip:
 	dh_clistrip -p ironruby --dbg-package=ironruby-dbg
 	dh_clistrip -p ironpython --dbg-package=ironpython-dbg
 
+override_dh_makeclilibs:
+	dh_makeclilibs -p libdlr0.9-cil -m $(DEB_CLI_API_VERSION)
+
 get-orig-source: TARBALL_DIR = $(DEB_SOURCE_NAME)-$(UPVERSION)
 get-orig-source:
 	uscan \

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list