~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-04-02 00:20:53 UTC
  • Revision ID: shakaran@gmail.com-20100402002053-a3j0t9wfbmo062ty
Update all changes with rules files and more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        cp -r src/data/ $(CURDIR)/debian/tivion/usr/share/tivion
72
72
        
73
73
        ## Installing lib files (Sopcast)
74
 
        cp -r src/lib/* $(CURDIR)/debian/tivion/usr/share/tivion/lib/
 
74
        #cp -r src/lib/* $(CURDIR)/debian/tivion/usr/share/tivion/lib/
75
75
        
76
76
        ## Installing the locale files
77
77
        cp -r src/lang/* $(CURDIR)/debian/tivion/usr/share/locale/
93
93
        dh_testdir
94
94
        dh_testroot
95
95
        dh_installchangelogs 
96
 
        dh_installdocs -A AUTHORS LICENSE README THANKS TODO
 
96
        # LICENSE dont needed, included on .deb
 
97
        dh_installdocs -A AUTHORS  README THANKS TODO
97
98
        dh_installexamples
98
99
#       dh_install
99
100
#       dh_installmenu
114
115
#       dh_perl
115
116
        dh_makeshlibs
116
117
        dh_installdeb
 
118
        #LD_LIBRARY_PATH=/lib:debian/tivion/usr/share/tivion/lib dh_shlibdeps -v -a -l /usr/share/tivion/lib:/lib
117
119
        dh_shlibdeps
118
120
        dh_gencontrol
119
121
        dh_md5sums