~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-11-02 18:13:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071102181328-vg4v2tuqeviu16g9
Tags: 0.8.12-2ubuntu1
* Merge with Debian, remaining Ubuntu changes:
  - Added debian/patches/90irc-ubuntu-com.dpatch (Launchpad #52690).
  - Modify Maintainer value to match the DebianMaintainerField spec.
  - debian/irssi.prerm: Do not alternative. LP: #67698.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        rm -f build-stamp 
53
53
 
54
54
        # Add here commands to clean up after the build process.
55
 
        -$(MAKE) distclean
56
 
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
57
 
        cp -f /usr/share/misc/config.sub config.sub
58
 
endif
59
 
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
60
 
        cp -f /usr/share/misc/config.guess config.guess
61
 
endif
 
55
        [ ! -f Makefile ] || $(MAKE) distclean
62
56
 
63
57
        rm -f src/perl/common/Makefile.old src/perl/irc/Makefile.old src/perl/textui/Makefile.old src/perl/ui/Makefile.old
64
58