[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.4.0.2-2-7-g74548f7

Jo Shields jms at apebox.org
Mon Nov 23 13:06:22 UTC 2009


The following commit has been merged in the master branch:
commit 3d327b10bacfdae353a7fc21187ad223edaeb95e
Author: Jo Shields <jms at apebox.org>
Date:   Mon Nov 23 12:50:21 2009 +0000

    Change debian/rules to remove pcfile rename/symlinks

diff --git a/debian/changelog b/debian/changelog
index b8a0007..5adee80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ gdata-sharp (1.4.0.2-3) UNRELEASED; urgency=low
     debian/patches/patches/01_pkgconfig-paths.patch:
     + CLI Policy 0.7 install location
   * debian/libgdata1.4-cil.install,
-    debian/libgdata-cil-dev.install:
+    debian/libgdata-cil-dev.install,
+    debian/rules:
     + Unversioned -dev package containing pkg-config files
 
   [ Chow Loong Jin ]
diff --git a/debian/rules b/debian/rules
index 8bb41e1..f9f114d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,10 +34,6 @@ override_dh_auto_install:
 	# gar, see above
 	# extra brokeness for building tests in install
 	dh_auto_install -- PREFIX=/usr CSC=/usr/bin/mono-csc
-	prename 's/\.pc$$/-$(DEB_CLI_ABI_VERSION).pc/' debian/tmp/usr/lib/pkgconfig/*
-	for file in debian/tmp/usr/lib/pkgconfig/*.pc; do \
-		ln -s $$(basename $$file) $$(echo $$file | sed -e 's/-$(DEB_CLI_ABI_VERSION)\.pc$$/.pc/'); \
-	done
 
 # skip test-cases as they fail for some reason
 override_dh_auto_test:

-- 
gdata-sharp



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