~ubuntu-branches/ubuntu/natty/editline/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2010-01-03 15:45:34 UTC
  • Revision ID: james.westby@ubuntu.com-20100103154534-qzbi3y3hvewmmdm6
Tags: 1.12-6
* Switch package format to 3.0 (quilt).
* 200_fix-truncation-at-64-char.diff: fix invalid 64-char truncation in
  batch mode, courtesy of Mark O'Donohue. Thanks to Damyan Ivanov for
  forwarding the patch from Ubuntu (Closes: #508640).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        dh_testdir
20
20
        dh_testroot
21
21
        rm -f build-stamp
22
 
        -$(MAKE) clean
 
22
        [ ! -f Makefile ] || $(MAKE) clean
23
23
        dh_clean
24
24
 
25
25
install: build
34
34
binary-indep: build install
35
35
 
36
36
binary-arch: build install
37
 
#       dh_testversion
38
37
        dh_testdir
39
38
        dh_testroot
40
 
 
41
 
        # build libeditline${major} package by moving files from editline-dev
 
39
        # build libeditline${major} package by moving files from editline-dev
42
40
        dh_movefiles --sourcedir=debian/libeditline-dev \
43
41
                     -plibeditline$(major) \
44
42
                     usr/lib/libeditline.so.$(major) \
45
43
                     usr/lib/libeditline.so.$(version)
46
 
 
47
44
        dh_installdocs
48
45
        dh_installexamples
49
46
        dh_installmenu
50
47
        dh_installmanpages
51
 
        rm -r debian/libeditline0/usr/share/man/
 
48
        rm -rf debian/libeditline0/usr/share/man/
52
49
        dh_installcron
53
50
        dh_installinfo
54
51
        dh_installchangelogs