~ubuntu-branches/ubuntu/utopic/gdmap/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-19 16:40:59 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080119164059-wzupt8b6qw0wqfn3
Tags: 0.7.5-4ubuntu1
* Merge from debian unstable, remaining changes:
  - 90_upstream_sparse.dpatch: fix (from upstream bug tracker) 
    to correctly show the size of sparse files (like qemu disk images).
    (Renamed old ubuntu 06_sparse.dpatch)
  - 91_add_filetypes.dpatch:  recognize more file extensions by default
    (renamed old ubuntu 10_add_filetypes.dpatch)
  - debian/rules: Make clean not ignore errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        dh_testdir
32
32
        dh_testroot
33
33
        rm -f build-stamp 
34
 
        [ ! -f Makefile ] || $(MAKE) distclean
 
34
         [ ! -f Makefile ] || $(MAKE) distclean
35
35
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
36
36
        cp -f /usr/share/misc/config.sub config.sub
37
37
endif