~ubuntu-branches/ubuntu/precise/virt-viewer/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-07-12 23:09:44 UTC
  • mfrom: (1.1.2 upstream) (0.4.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100712230944-2tvx01h0xas5cfkx
Tags: 0.2.1-1ubuntu1
* Merge with Debian unstable. Remaining changes:
  - Put plugins in /usr/lib/{xulrunner-addons,mozilla,firefox-addons}/plugins
    instead of the iceape and iceweasel equivalents.
  - mozilla-virt-viewer Depends on firefox | seamonkey instead of iceape and
    iceweasel.
  - Add Plugin Finder Service metadata for web plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
LDFLAGS+="-Wl,--as-needed"
 
3
LDFLAGS += "-Wl,--as-needed"
4
4
  
5
5
include /usr/share/cdbs/1/rules/debhelper.mk
6
6
include /usr/share/cdbs/1/class/autotools.mk
7
7
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
8
8
 
9
9
DEB_CONFIGURE_EXTRA_FLAGS += --enable-plugin=yes
10
 
DEB_DH_INSTALL_SOURCEDIR = debian/tmp/
 
10
DEB_DH_MAKESHLIBS_ARGS_mozilla-virt-viewer += --noscripts -X /plugins/
11
11
 
12
12
clean::
13
 
        rm -f man/virt-viewer.1
 
13
        rm -f $(CURDIR)/aclocal.m4
 
14
        rm -f $(CURDIR)/config.h.in
 
15
        rm -f $(CURDIR)/configure
 
16
        rm -f $(CURDIR)/Makefile.in
 
17
        rm -f $(CURDIR)/man/Makefile.in
 
18
        rm -f $(CURDIR)/man/virt-viewer.1
 
19
        rm -f $(CURDIR)/plugin/Makefile.in
 
20
        rm -f $(CURDIR)/src/Makefile.in
14
21
 
15
22
post-patches::
16
 
        autoreconf
 
23
        autoreconf -i