~ubuntu-branches/ubuntu/quantal/window-picker-applet/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-09-01 13:28:40 UTC
  • Revision ID: james.westby@ubuntu.com-20080901132840-5zttwjpgi88us1fg
Tags: 0.3-0ubuntu1
Inital release, based for Intrepid. (LP: #263493) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
include /usr/share/cdbs/1/class/gnome.mk
 
5
 
 
6
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
 
7
 
 
8
get-orig-source:
 
9
        bzr export window-picker-applet lp:~netbook-remix-team/netbook-remix/window-picker-applet 
 
10
        rm -rf window-picker-applet/debian
 
11
        tar zcf window-picker-applet.orig.tar.gz window-picker-applet
 
12
        rm -rf window-picker-applet
 
13