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

Unified Diff: src/platform/cryptohome/debian/rules

Issue 1521015: build: Delete files from the previous build system. (Closed)
Patch Set: merge Created 10 years, 8 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 | « src/platform/cryptohome/debian/preinst ('k') | src/platform/cryptohome/make_pkg.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/cryptohome/debian/rules
diff --git a/src/platform/cryptohome/debian/rules b/src/platform/cryptohome/debian/rules
deleted file mode 100755
index 34c9963e3165f4096bf1ff6055642dafcef6ff03..0000000000000000000000000000000000000000
--- a/src/platform/cryptohome/debian/rules
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-%:
- dh --buildsystem=scons_chromeos $@
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-override_dh_install:
- dh_install
- cp $(CURDIR)/bin/mount $(CURDIR)/debian/chromeos-cryptohome/usr/sbin/mount.cryptohome
- cp $(CURDIR)/bin/umount $(CURDIR)/debian/chromeos-cryptohome/usr/sbin/umount.cryptohome
- # Files for transitioning to DBus
- cp $(CURDIR)/cryptohomed $(CURDIR)/debian/chromeos-cryptohome/usr/sbin/cryptohomed
- cp $(CURDIR)/libcryptohome_service.so $(CURDIR)/debian/chromeos-cryptohome/usr/lib/libcryptohome_service.so
- # TODO(wad) treat as conffiles
- cp $(CURDIR)/etc/Cryptohome.conf $(CURDIR)/debian/chromeos-cryptohome/etc/dbus-1/system.d/Cryptohome.conf
- cp $(CURDIR)/share/org.chromium.Cryptohome.service $(CURDIR)/debian/chromeos-cryptohome/usr/share/dbus-1/services/org.chromium.Cryptohome.service
-
-override_dh_installdeb:
- dh_installdeb
- # Don't treat our version of pam_mount.xml.conf as a conffile.
- rm debian/chromeos-cryptohome/DEBIAN/conffiles
« no previous file with comments | « src/platform/cryptohome/debian/preinst ('k') | src/platform/cryptohome/make_pkg.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698