[Pkg-cli-libs-commits] [SCM] gkeyfile-sharp branch, master, updated. upstream/0.1.git.1.db21571-15-g439212d

Iain Lane laney at ubuntu.com
Thu Sep 2 22:45:30 UTC 2010


The following commit has been merged in the master branch:
commit a4075af6c4f37ca4422a2918673f9f7093a78b2f
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Sep 2 23:12:42 2010 +0100

    Remove makeclilibs override which is no longer necessary now we have a proper upstream release

diff --git a/debian/rules b/debian/rules
index 42853da..554e68f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 
 include /usr/share/cli-common/cli.make
 
-DEB_VERSION := $(shell dpkg-parsechangelog -l$(dir $(_))/changelog | grep '^Version:' | cut -d" " -f2)
-DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/-[^-]*$$//')
-
 DEB_API_VERSION = 1.0
 DEB_ABI_VERSION = 1.0
 CLIDIR = debian/tmp/usr/lib/cli/gkeyfile-sharp-$(DEB_ABI_VERSION)/
@@ -35,9 +32,5 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf gkeyfile.zip gkeyfile.tree monodoc
 
-# this is a git snapshot with no API guarantees.
-override_dh_makeclilibs:
-	dh_makeclilibs -m$(DEB_UPSTREAM_VERSION) -l$(DEB_UPSTREAM_VERSION).
-
 %:
 	dh --with=autoreconf $@

-- 
gkeyfile-sharp



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