[Pkg-cli-libs-commits] [SCM] hyena branch, master, updated. debian/0.3-1-7-gfe283d7

Chow Loong Jin hyperair at ubuntu.com
Sat Mar 5 05:02:31 UTC 2011


The following commit has been merged in the master branch:
commit fe283d7a2a5133d1d6fc907a3fb673a5d68e6111
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sat Mar 5 12:59:08 2011 +0800

    Fix up override_dh_auto_build rule duplication
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 6799c03..6a1daa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,6 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	find -type f -name '*.pc' -print0 -exec sed -i -re 's|[^ =]+.mdb||g' '{}' \+
-
-override_dh_auto_build:
-	dh_auto_build
 	mkdir -p monodoc
 	mdoc update \
 		-fno-assembly-versions \
@@ -32,6 +28,7 @@ override_dh_auto_build:
 		--format ecma \
 		--out $(CURDIR)/Hyena \
 		$(CURDIR)/monodoc
+	find -type f -name '*.pc' -print0 -exec sed -i -re 's|[^ =]+.mdb||g' '{}' \+
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
hyena



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