[Pkg-cli-libs-commits] [gudev-sharp-1.0] 14/19: Fixed missing usage of DEB_API_VERSION variable

Chow Loong Jin hyperair at ubuntu.com
Wed Aug 28 18:13:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch master
in repository gudev-sharp-1.0.

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
---
 debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git



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