[geary/pantheon_mail: 12/32] Remove debian packaging and related build system code
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/pantheon_mail: 12/32] Remove debian packaging and related build system code
- Date: Wed, 25 Nov 2015 19:51:45 +0000 (UTC)
commit 9716e18442103ade6aae9222ba13891fd43a9962
Author: Cody Garver <cody elementary io>
Date: Thu Nov 19 13:59:37 2015 -0600
Remove debian packaging and related build system code
CMakeLists.txt | 26 ----
Makefile.in | 4 -
debian/changelog | 326 ---------------------------------------------
debian/compat | 1 -
debian/control | 65 ---------
debian/copyright | 39 ------
debian/dirs | 5 -
debian/docs | 3 -
debian/geary-crashdb.conf | 5 -
debian/geary.install | 3 -
debian/rules | 22 ---
debian/source/format | 1 -
debian/source_geary.py | 26 ----
13 files changed, 0 insertions(+), 526 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f84be5e..342e60c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -112,32 +112,6 @@ add_custom_target(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
-# Ubuntu
-# Builds the source Debian package used for the Launchpad PPA
-add_custom_target(
- ubuntu_pre
- DEPENDS
- dist
- COMMAND
- ${CMAKE_COMMAND} -E copy ${ARCHIVE_FULL_NAME} ${ARCHIVE_DEBUILD_FULL_NAME}
- COMMAND
- tar xvfx ${ARCHIVE_FULL_NAME}
-)
-
-add_custom_target(
- ubuntu
- DEPENDS
- ubuntu_pre
- COMMAND
- ${CMAKE_COMMAND} -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/debian"
- "${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_BASE_NAME}/debian"
- COMMAND
- debuild -S -k$ENV{GPGKEY}
- COMMAND
-
- WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_BASE_NAME}"
-)
-
add_subdirectory(desktop)
add_subdirectory(help)
add_subdirectory(icons)
diff --git a/Makefile.in b/Makefile.in
index a966404..f9ff308 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,10 +42,6 @@ dist:
@$(MAKE) -C $(BUILD_DIR) dist
@cp build/*.xz .
-.PHONY: ubuntu
-ubuntu:
- @$(MAKE) -C $(BUILD_DIR) ubuntu
-
.PHONY: valadoc
valadoc:
@$(MAKE) -C $(BUILD_DIR) valadoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]