~ubuntu-branches/ubuntu/oneiric/oss4/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien NOEL, Sebastien NOEL
  • Date: 2010-01-06 11:57:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100106115719-xer3s2taoope3l6b
Tags: 4.2-build2002-2
[ Sebastien NOEL ]
oss4-source: fix debian/rules permissions. Closes: #563692.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
stamp-source-oss4:
44
44
        mkdir -p build-tree/modules/oss4/debian
45
45
        cp -r debian/m-a/* build-tree/modules/oss4/debian/
46
 
        chmod 755 build-tree/modules/oss4/debian/rules
47
46
        cp debian/copyright build-tree/modules/oss4/debian/
48
47
        cp debian/changelog build-tree/modules/oss4/debian/
49
48
        bash ./create-ma-tree.sh build-tree/modules/oss4 build-tree/oss-build
50
49
        find build-tree/modules/oss4 -type f -exec chmod -x {} \;
 
50
        chmod 755 build-tree/modules/oss4/debian/rules
51
51
        cd build-tree/ &&  tar cjf oss4.tar.bz2 modules/
52
52
        touch stamp-source-oss4
53
53