~ubuntu-branches/ubuntu/intrepid/lxpanel/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-06-09 16:05:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080609160548-31nz1xu6rz5cgaxr
Tags: 0.3.7-1
* New upstream release
  - Fixed the background of systray icons.
  - Fix incorrect position of the panels after screen resolution is
    changed via xrandr.
  - Saves config files more correctly when plugin configuration is
    modified.
* Bumped Standards-Version to 3.8.0.0
  - Supporting the standardized environment variable `DEB_BUILD_OPTIONS'
* Package split for lxpanel-netstat-plugin 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
17
17
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
18
18
 
 
19
CFLAGS = -Wall -g
 
20
INSTALL = install
 
21
INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
 
22
INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
 
23
INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
 
24
INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
 
25
 
 
26
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 
27
    CFLAGS += -O0
 
28
else
 
29
    CFLAGS += -O2
 
30
endif
 
31
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 
32
    INSTALL_PROGRAM += -s
 
33
endif
 
34
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 
35
    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 
36
    MAKEFLAGS += -j$(NUMJOBS)
 
37
endif
19
38
 
20
39
config.status: configure patch-stamp
21
40
        dh_testdir
90
109
        dh_installchangelogs
91
110
        dh_installdocs
92
111
        dh_installexamples
 
112
        dh_movefiles --sourcedir=debian/lxpanel
93
113
#       dh_install
94
114
#       dh_installmenu
95
115
#       dh_installdebconf