~shakaran/tivion/daily

« back to all changes in this revision

Viewing changes to deb/jaunty/debian/rules

  • Committer: Ángel Guzmán Maeso (shakaran)
  • Date: 2010-03-27 05:27:11 UTC
  • Revision ID: shakaran@gmail.com-20100327052711-sr17mmokhlhlbdhc
Update rules/control/changelog/setup.py for generate .deb and tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# Uncomment this to turn on verbose mode.
10
10
#export DH_VERBOSE=1
11
11
 
 
12
# i486-linux-gnu
 
13
export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
14
# i486-linux-gnu
 
15
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
16
 
 
17
 
 
18
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 
19
CFLAGS += -O0 -g -Wall
 
20
else
 
21
CFLAGS += -O2 -g -Wall
 
22
endif
 
23
 
12
24
 
13
25
configure: configure-stamp
14
26
configure-stamp:
58
70
        ## Installing the data files (logo and images)
59
71
        mkdir -p $(CURDIR)/debian/tivion/usr/share/tivion
60
72
        cp -r src/data/ $(CURDIR)/debian/tivion/usr/share/tivion
61
 
        
 
73
 
 
74
        ## Installing lib files (Sopcast)
 
75
        cp -r src/lib/* $(CURDIR)/debian/tivion/usr/share/tivion/lib/
 
76
                
62
77
        ## Installing the locale files
63
78
        cp -r src/lang/* $(CURDIR)/debian/tivion/usr/share/locale/
64
79
        
79
94
        dh_testdir
80
95
        dh_testroot
81
96
        dh_installchangelogs 
82
 
        dh_installdocs
 
97
        dh_installdocs -A AUTHORS LICENSE README THANKS TODO
83
98
        dh_installexamples
84
99
#       dh_install
85
100
#       dh_installmenu