~ubuntu-branches/ubuntu/precise/emacs-goodies-el/precise-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-01-19 11:13:40 UTC
  • mfrom: (4.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100119111340-dm2w5lr8hifigr2h
Tags: 31.4ubuntu1
* Merge from debian testing.  Remaining changes:
  - Add {hardy,intrepid,jaunty,karmic}-proposed distribution targets
    to dpkg-dev-el.
  - Add lucid{,-proposed} distribution targets; drop out the karmic
    non-proposed target, since uploads to the release pocket are not
    permitted for stable releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
install: build
38
38
        dh_testdir
39
39
        dh_testroot
40
 
        dh_clean -k
 
40
        dh_prep
41
41
        dh_installdirs
42
42
        dh_install
43
43
 
 
44
binary-arch:
 
45
 
44
46
binary-indep: build install
45
 
 
46
 
binary-arch: build install
47
47
        dh_testdir
48
48
        dh_testroot
49
49
        dh_installdocs
59
59
        dh_md5sums
60
60
        dh_builddeb
61
61
 
62
 
binary: binary-indep binary-arch
 
62
binary: binary-indep
63
63
.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch