~ubuntu-branches/ubuntu/hardy/zziplib/hardy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2007-11-07 17:43:35 UTC
  • Revision ID: james.westby@ubuntu.com-20071107174335-ch290yy3qva6k6ed
Tags: 0.13.49-3
* Fixed SIGSEGV on hppa, ia64, sparc, closes: #443880.
  Patch by brian m. carlson <sandals@crustytoothpaste.ath.cx>
  Patch: 01-zip.c.patch
* Fixed FTBFS if build twice in a row, closes: #442779.
* Build-depends on quilt

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Uncomment this to turn on verbose mode.
7
7
export DH_VERBOSE=1
8
8
 
 
9
include /usr/share/quilt/quilt.make
9
10
 
10
11
# These are used for cross-compiling and for saving the configure script
11
12
# from having to guess our platform (since we know it already)
46
47
 
47
48
        touch configure-stamp
48
49
 
49
 
build: build-stamp
 
50
build: patch build-stamp
50
51
build-stamp: configure-stamp
51
52
        dh_testdir
52
53
 
55
56
 
56
57
        touch build-stamp
57
58
 
58
 
clean:
 
59
clean: unpatch
59
60
        dh_testdir
60
61
        dh_testroot
61
62
        rm -f configure-stamp build-stamp 
62
 
        rm -f config.sub config.guess zziplib/config.sub zziplib/config.guess
 
63
        rm -f config.sub config.guess zziplib/config.sub zziplib/config.guess docs/zzipdoc/*.pyc
63
64
        [ ! -f Makefile ] || $(MAKE) distclean
64
65
        dh_clean 
65
66