~ubuntu-branches/ubuntu/lucid/keychain/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Cesar Mendoza
  • Date: 2008-04-03 09:04:28 UTC
  • mfrom: (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080403090428-zozymv5xr2vnz3sd
Tags: 2.6.8-2
* added suggests for package ssh-askpass. Closes: #462080 
* superfluous continuation lines in manpage example fixed. Closes: #440128
* Assumes tty uses ANSI escape sequences fixed. Closes: #440129
* Thanks to Gregory Colpart, Trent Buck and Steven Cole for the input.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
# Build architecture-independent files here.
47
47
binary-indep: build install
48
 
# We have nothing to do by default.
49
 
 
50
 
# Build architecture-dependent files here.
51
 
binary-arch: build install
52
48
        dh_testdir
53
49
        dh_testroot
54
50
#       dh_installdebconf       
77
73
        dh_md5sums
78
74
        dh_builddeb
79
75
 
 
76
 
 
77
# Build architecture-dependent files here.
 
78
binary-arch: build install
 
79
# We have nothing to do by default.
 
80
 
80
81
binary: binary-indep binary-arch
81
82
.PHONY: build clean binary-indep binary-arch binary install configure