Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: tools/linux_dist_support/debian/rules

Issue 159003002: Add script to build Debian packages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed additional review comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/create_debian_packages.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/linux_dist_support/debian/rules
diff --git a/tools/linux_dist_support/debian/rules b/tools/linux_dist_support/debian/rules
index e7338112e3d449cacfd012fe585719aeb2558438..e2ebca3dd0dd9cee32afc7b1a5b327b9899ad307 100755
--- a/tools/linux_dist_support/debian/rules
+++ b/tools/linux_dist_support/debian/rules
@@ -43,6 +43,9 @@ override_dh_auto_build:
make -C dart -j$(PARALLEL_JOBS) \
BUILDTYPE=$(BUILD_TYPE) $(BUILD_ARGS) create_sdk
+# Building the Dart SDK will already strip all binaries.
+override_dh_strip:
+
override_dh_auto_install:
mkdir -p debian/tmp/out
cp -R dart/out/$(BUILD_TYPE)/dart-sdk debian/tmp/out
« no previous file with comments | « tools/create_debian_packages.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698