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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2013-06-02 20:43:53 UTC
  • mfrom: (3.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20130602204353-058foxe3i4lvyzic
Tags: 1.06.95-8
* Use makeinfo instead of obsoleted texi2html
* Reintroduce patch reading ~/.dcrc file at dc start, 06_read_dcrc.diff
  (Closes: #582137) (LP: #918836)
* Drop old-style 'Home page:' entries in long description
* Added a gbp.conf to use pristine-tar and to sign tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        dh_auto_configure -- --prefix=/usr --with-readline
16
16
 
17
17
override_dh_auto_build: $(BACKED_UP_FILES)
18
 
        (cd doc && texi2html -monolithic -expandinfo -number bc.texi)
19
 
        (cd doc && texi2html -monolithic -expandinfo -number dc.texi)
 
18
        (cd doc && makeinfo --html --no-split --ifinfo bc.texi)
 
19
        (cd doc && makeinfo --html --no-split --ifinfo dc.texi)
20
20
        dh_auto_build
21
21
 
22
22
override_dh_auto_clean: restore