From 30d8bf3e2835dbb0bf6876a6a1d4dd227ba335a9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 22 Aug 2014 05:54:47 +0200 Subject: automatically build Scintilla as part of SciTECO's build system: this should simplify building SciTECO for new users * compiler and archiver are passed down from Autoconf, so cross-compiling should work transparently * `make clean` will also clean the Scintilla source tree * there is no longer any need for "source bundles" as tar balls also contain Scintilla/Scinterm now * building from Git is not much more difficult than building from a tar ball * The versions of Scintilla/Scinterm embedded as submodules already contain all the patches necessary (currently none are necessary), so there's no need to have patch files in the repository * INSTALL instructions have been rewritten * the --with-scintilla and --with-scinterm site-config options have been kept. But they should be rarely necessary now. --- debian/rules | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 6c6a679..84c4bc6 100755 --- a/debian/rules +++ b/debian/rules @@ -4,19 +4,17 @@ #export DH_VERBOSE=1 %: - dh $@ -Dsciteco + dh $@ build: dh_testdir - dh_auto_build -Dscintilla/scinterm - dh_auto_configure -Dsciteco -- \ + dh_auto_configure -- \ --enable-bootstrap \ --with-interface=ncurses - dh_auto_build -Dsciteco + dh_auto_build touch $@ clean: dh_testdir - dh_auto_clean -Dscintilla/scinterm - dh_auto_clean -Dsciteco + dh_auto_clean dh_clean -- cgit v1.2.3