~ubuntu-branches/ubuntu/precise/libxi/precise-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Julien Cristau, Brice Goglin, Cyril Brulebois
  • Date: 2010-03-03 22:14:43 UTC
  • Revision ID: james.westby@ubuntu.com-20100303221443-pxyqjm2r6hgrwmqf
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
  good reason.  Thanks, Colin Watson!
* Remove myself from Uploaders
* Update patch from 2:1.3-2 to not crash if an app (like, say, anything
  using Qt3) calls libXi functions but the extension isn't available
  (closes: #568323).  Thanks, Roman Mamedov!

[ Brice Goglin ]
* Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568276.

[ Cyril Brulebois ]
* Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
configure: $(STAMP_DIR)/patch
36
36
        autoreconf -vfi
37
37
 
38
 
obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
39
 
        mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
40
 
        cd obj-$(DEB_BUILD_GNU_TYPE) && \
 
38
build/config.status: configure
 
39
        mkdir -p build
 
40
        cd build && \
41
41
        ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
42
42
                     --infodir=\$${prefix}/share/info $(confflags) \
43
43
                     CFLAGS="$(CFLAGS)" 
44
44
 
45
45
 
46
46
build: build-stamp
47
 
build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status
 
47
build-stamp: build/config.status
48
48
        dh_testdir
49
 
        cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 
49
        cd build && $(MAKE)
50
50
 
51
51
        touch build-stamp
52
52
 
59
59
        rm -f */config.cache */config.log */config.status
60
60
        rm -f conftest* */conftest*
61
61
        rm -rf autom4te.cache */autom4te.cache
62
 
        rm -rf obj-*
 
62
        rm -rf build
63
63
        rm -f $$(find -name Makefile.in)
64
64
        rm -f INSTALL compile config.guess config.sub configure config.h.in
65
65
        rm -f depcomp install-sh ltmain.sh missing aclocal.m4 mkinstalldirs
72
72
        dh_clean -k
73
73
        dh_installdirs
74
74
 
75
 
        cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
75
        cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
76
76
 
77
77
# Build architecture-dependent files here.
78
78
binary-arch: build install