~ubuntu-branches/debian/sid/gui-ufw/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz, Miriam Ruiz
  • Date: 2009-09-03 20:08:23 UTC
  • Revision ID: james.westby@ubuntu.com-20090903200823-q7fw2x6hm4lghwa6
Tags: 9.10.2-1
[ Miriam Ruiz ]
* Uploaded the package to Debian
* Added myself to uploaders
* Fixed debian/copyright

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
 
 
5
install/gufw::
 
6
        install -m755 '$(CURDIR)/global command/gufw' $(CURDIR)/debian/gufw/usr/bin
 
7
        install '$(CURDIR)/man page/gufw.8.gz' $(CURDIR)/debian/gufw/usr/share/man/man8
 
8
        install '$(CURDIR)/Alacarte menu/gufw.desktop' $(CURDIR)/debian/gufw/usr/share/applications
 
9
 
 
10
        # Fix executable-not-elf-or-script lintian warnings
 
11
        find $(CURDIR) -name *.png -exec chmod 664 {} +
 
12
        chmod 644 $(CURDIR)/model/*.py
 
13
        chmod 644 $(CURDIR)/view/*.py
 
14
        chmod 644 $(CURDIR)/controller.py
 
15
        chmod 644 $(CURDIR)/instance.py
 
16
        chmod 644 $(CURDIR)/glade/gufw.glade
 
17
 
 
18
binary-install/gufw::
 
19
        dh_pysupport