~ubuntu-branches/ubuntu/saucy/bc/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): John G. Hasler
  • Date: 2012-06-22 21:00:45 UTC
  • Revision ID: package-import@ubuntu.com-20120622210045-cpu8v54e1x1z0ep0
Tags: 1.06.95-3
* Applied patch from Pádraig Brady.
  Closes: #608255: bc uses uninitialized memory

* Applied patch from Paul Dwerryhouse.
  Closes: #472250: please return support for .dcrc file

* Applied patch from Ian Jackson.
  Closes: #488735: notice read and write errors on input and output

* Generated bc.html and dc.html but something is still wrong.

* Added homepage field to debian/control.

* I can't see the problem with hyphens.

* Fixed doc-base white space.

* Added watch file.

* I believe that the above changes deal with 558188.
  Closes: #558188: Changes made in 1.06.94-3.1 NMU have been lost

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
install-stamp: build-stamp
38
38
        dh_testdir
39
39
        dh_testroot
40
 
        dh_prep
 
40
#       dh_clean -k
41
41
        dh_installdirs
42
42
        # Add here commands to install the package into debian/tmp.
43
43
        #$(MAKE) prefix=`pwd`/debian/tmp/usr install
55
55
        dh_installdirs -pbc                     usr/bin usr/share/info
56
56
        dh_testroot -pbc
57
57
        install -p -m 0755 bc/bc                $(deb_bc)/usr/bin/.
58
 
        install -p -m 0644 doc/bc.info          $(deb_bc)/usr/share/info/.
59
 
        dh_installdocs -pbc                     NEWS README AUTHORS doc/bc.html
 
58
        install -p    -m 0644 doc/bc.info       $(deb_bc)/usr/share/info/.
 
59
        dh_installdocs -pbc                     NEWS README AUTHORS \
 
60
                                                doc/bc.html
60
61
        dh_installexamples -pbc                 Examples/*
61
62
        dh_installmenu -pbc
62
 
#       dh_installemacsen -pbc
63
 
#       dh_installinit -pbc
64
 
#       dh_installcron -pbc
65
63
        dh_installman -pbc                      doc/bc.1
66
 
#       dh_undocumented
67
64
        dh_installchangelogs -pbc               ChangeLog
68
65
        dh_strip -pbc
69
66
        dh_link -pbc
70
67
        dh_compress -pbc
71
68
        dh_fixperms -pbc
72
 
        # You may want to make some executables suid here.
73
 
#       dh_suidregister -pbc
74
69
        dh_installdeb -pbc
75
 
#       dh_makeshlibs -pbc
76
70
        dh_shlibdeps -pbc
77
71
        dh_gencontrol -pbc
78
72
        dh_md5sums -pbc
81
75
binary-arch-dc:
82
76
 
83
77
        dh_testdir -pdc
84
 
        dh_prep
 
78
        dh_prep --exclude=bc
85
79
        dh_installdirs -pdc                     usr/bin usr/share/info
86
80
        dh_testroot -pdc
87
81
        install -p -m 0755 dc/dc                $(deb_dc)/usr/bin/.
88
 
        install -p -m 0644 doc/dc.info          $(deb_dc)/usr/share/info/.
 
82
        install -p    -m 0644 doc/dc.info       $(deb_dc)/usr/share/info/.
89
83
        dh_installdocs -pdc                     NEWS README AUTHORS \
90
84
                                                doc/dc.html
91
85
        dh_installexamples -pdc                 debian/dc_factor
92
86
        dh_installmenu -pdc
93
 
#       dh_installemacsen -pdc
94
 
#       dh_installinit -pdc
95
 
#       dh_installcron -pdc
96
87
        dh_installman -pdc                      doc/dc.1
97
 
#       dh_undocumented
98
88
        dh_installchangelogs -pdc               ChangeLog
99
89
        dh_strip -pdc
100
90
        dh_link -pdc
101
91
        dh_compress -pdc
102
92
        dh_fixperms -pdc
103
 
        # You may want to make some executables suid here.
104
 
#       dh_suidregister -pdc
105
93
        dh_installdeb -pdc
106
 
#       dh_makeshlibs -pdc
107
94
        dh_shlibdeps -pdc
108
95
        dh_gencontrol -pdc
109
96
        dh_md5sums -pdc