~ubuntu-branches/ubuntu/lucid/configure-debian/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow
  • Date: 2006-11-26 12:08:09 UTC
  • mfrom: (3 dapper)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20061126120809-7t13ragp6sbrf71e
Tags: 1.0.2
* NMU ACK. Thanks Chrisitian.
* Use su-to-root's new path (/usr/bin) in both the desktop file and the menu
  item. Thanks Bill Allombert. Closes: #400223
* Add binary-arch target to debian/rules. Thanks Aurelien Jarno.
  Closes: #395587
* Bump debhelper compat to 5
  + Install to debian/configure-debian rather than debian/tmp
* Bump standards version to 3.7.2.2. No changes needed.
* Build-Depends-Indep -> Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        dh_testroot
22
22
        dh_clean -k
23
23
        dh_installdirs
 
24
        mkdir debian/tmp
24
25
 
25
 
        $(MAKE) prefix=`pwd`/debian/tmp/usr install
 
26
        $(MAKE) prefix=`pwd`/debian/configure-debian/usr install
26
27
 
27
28
binary-indep: build install
28
29
        dh_testdir
32
33
        dh_installdebconf       
33
34
        dh_installman configure-debian.8
34
35
        dh_installmenu
35
 
        cp debian/configure-debian.desktop `pwd`/debian/tmp/usr/share/applications
 
36
        cp debian/configure-debian.desktop `pwd`/debian/configure-debian/usr/share/applications
36
37
        dh_link
37
38
        dh_strip
38
39
        dh_compress
43
44
        dh_md5sums
44
45
        dh_builddeb
45
46
 
 
47
binary-arch: build
 
48
 
46
49
binary: binary-indep
47
50
.PHONY: build clean binary-indep binary-arch binary install