~ubuntu-branches/ubuntu/oneiric/libmatroska/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 01:33:10 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221013310-9u59rolgy6s4n0yq
Tags: 1.1.0+dfsg-0ubuntu1
* New upstream release (LP: #722382)
* debian/source/format & debian/rules:
 - Convert to source format 3.0.
* debian/control:
 - Remove quilt build-depends.
* Bump SONAME to 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
build: build-stamp
15
15
build-stamp:
16
16
        dh_testdir
17
 
        QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
18
17
        $(MAKE) -C make/linux LIBEBML_INCLUDE_DIR=/usr/include/ebml CUSTOMFLAGS="$(CFLAGS)"
19
18
        touch build-stamp
20
19
 
24
23
        rm -f build-stamp
25
24
        rm -f debian/dirs debian/docs debian/*.files
26
25
        $(MAKE) -C make/linux clean
27
 
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
28
26
        dh_clean
29
 
        rm -rf .pc
30
27
 
31
28
install: build
32
29
        dh_testdir