| 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
|
|
|