aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh18
-rw-r--r--debian/copyright1
-rw-r--r--debian/copyright.in1
3 files changed, 0 insertions, 20 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index b69687c..0000000
--- a/build.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/bash
-set -e
-
-mkdir -p build
-
-if [ -f "/usr/bin/ninja" ] ; then
- EXTRA_ARGS="-G Ninja"
- BUILD_COMMAND="ninja"
-else
- BUILD_COMMAND="make"
-fi
-
-echo "Using $BUILD_COMMAND to build"
-(
- cd build
- cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug
- $BUILD_COMMAND
-)
diff --git a/debian/copyright b/debian/copyright
index 982ad51..5b4b331 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -71,7 +71,6 @@ Files: CMakeLists.txt
NEWS
NEWS.Canonical
README
- build.sh
cmake/GCov.cmake
cmake/GdbusCodegen.cmake
cmake/Translations.cmake
diff --git a/debian/copyright.in b/debian/copyright.in
index 2d0b02c..c2b8f39 100644
--- a/debian/copyright.in
+++ b/debian/copyright.in
@@ -72,7 +72,6 @@ Files: CMakeLists.txt
ChangeLog
NEWS.Canonical
README
- build.sh
cmake/GCov.cmake
cmake/GdbusCodegen.cmake
cmake/Translations.cmake