[Pkg-cli-libs-commits] [SCM] gudev-sharp-1.0 branch, master, updated. debian/0.1-2-1-gea0bfc0

Mirco Bauer meebey at meebey.net
Sun Oct 3 12:12:37 UTC 2010


The following commit has been merged in the master branch:
commit ea0bfc008888af316e801f67703a42e26c6e974c
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Oct 3 14:11:58 2010 +0200

    Fixed missing usage of DEB_API_VERSION variable

diff --git a/debian/rules b/debian/rules
index 10ebb6b..34f39e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 include /usr/share/cli-common/cli.make
 
-DEB_API_VERSION = 1.0
+DEB_API_VERSION = 0.1
 DEB_ABI_VERSION = 1.0
 CLIDIR = debian/tmp/usr/lib/cli/gudev-sharp-$(DEB_ABI_VERSION)/
 
@@ -33,7 +33,7 @@ override_dh_auto_clean:
 	rm -rf gudev.zip gudev.tree monodoc
 
 override_dh_makeclilibs:
-	dh_makeclilibs -m0.1
+	dh_makeclilibs -m$(DEB_API_VERSION)
 
 %:
 	dh $@

-- 
gudev-sharp-1.0



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