~ubuntu-branches/ubuntu/natty/plasma-mobile/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Belem
  • Date: 2011-01-01 16:58:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110101165827-vij700zj247uxcdr
Tags: 0.0~svn20110101-0ubuntu1
* New svn snapshot
* Remove kubuntu_01_library_version.diff and
  debian-changes-0.0~svn20100830-0ubuntu4, they don't apply and aren't
  needed in the current snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
get-orig-source:
9
9
        svn export svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/shells/mobile plasma-mobile
10
 
        cp /usr/share/common-licenses/LGPL plasma-mobile/LICENSE.LGPL
11
10
        cp /usr/share/common-licenses/LGPL-2 plasma-mobile/LICENSE.LGPL-2
12
 
        cp /usr/share/common-licenses/GPL plasma-mobile/LICENSE.GPL
13
 
        cp /usr/share/common-licenses/BSD plasma-mobile/LICENSE.BSD
 
11
        cp /usr/share/common-licenses/LGPL-2.1 plasma-mobile/LICENSE.LGPL-2.1
 
12
        cp /usr/share/common-licenses/GPL-2 plasma-mobile/LICENSE.GPL-2
14
13
        tar cf $(TARFILE) plasma-mobile
15
14
        rm -rf plasma-mobile
16
15
        gzip -9fn $(TARFILE)