[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. debian/7.4.121.14026+dfsg-3-22-g8e3de09

Jo Shields directhex at apebox.org
Sun Aug 14 19:04:44 UTC 2011


The following commit has been merged in the master branch:
commit 61682b0561b63036dc6fc913273c67131d80dd47
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Aug 14 17:48:46 2011 +0100

    Get rid of Makefile-mangling shell scripts, since we use xbuild now.

diff --git a/debian/update_src_dos2unix.sh b/debian/update_src_dos2unix.sh
deleted file mode 100755
index 13b6eb1..0000000
--- a/debian/update_src_dos2unix.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Description:  Updates upstream source files to fix all newlines
-# Author:       Mirco Bauer <meebey at debian.org>
-# License:      GPL-2
-
-echo "Converting all Makefiles (dos2unix)"
-find -name "Makefile" -exec dos2unix {} \;
diff --git a/debian/update_src_link_system_libs.sh b/debian/update_src_link_system_libs.sh
deleted file mode 100755
index 9c065f3..0000000
--- a/debian/update_src_link_system_libs.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# Description:  Updates upstream source files to link with system Mono.Cecil,
-#               Cecil.FlowAnalysis and Mono.GetOptions
-# Author:       Mirco Bauer <meebey at debian.org>
-# License:      GPL-2
-
-#-r:$(OUTDIR)/$(CECIL)
-#Copying now handled in rules
-#echo "Updating Mono.Cecil references"
-#find -name "Makefile" -exec perl -pe 's!-r:\$\(OUTDIR\)/\$\(CECIL\)!\$(shell pkg-config --libs mono-cecil)!g' -i {} \;
-
-echo "Updating Cecil.FlowAnalysis references"
-find -name "Makefile" -exec perl -pe 's!-r:\$\(OUTDIR\)/\$\(FLOWANALYSIS\)!\$(shell pkg-config --libs cecil-flowanalysis)!g' -i {} \;
-
-echo "Updating Mono.GetOptions references"
-find -name "Makefile" -exec perl -pe 's!-r:\$\(OUTDIR\)/\$\(GETOPTIONS\)!-r Mono.GetOptions!g' -i {} \;
-
-echo "Deleting reject files (*.rej)"
-find -name "*.rej" -delete

-- 
db4o



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