~awstools-dev/ubuntu/maverick/ec2-ami-tools/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-10-14 08:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20081014083525-c0n69wr7r7aqfb8w
Tags: 1.3-26357-0ubuntu2
* New upstream version.
* Update the debian copyright file.
* Added quilt patch system to make it easier to maintain. 

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
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
5
 
 
6
install/ec2-ami-tools::
 
7
        mkdir -p debian/ec2-ami-tools/etc
 
8
        mkdir -p debian/ec2-ami-tools/usr/bin/
 
9
        mkdir -p debian/ec2-ami-tools/usr/lib/ec2-ami-tools/lib
 
10
        cp -r etc/* debian/ec2-ami-tools/etc/
 
11
        cp -r bin/* debian/ec2-ami-tools/usr/bin/
 
12
        cp -r lib/* debian/ec2-ami-tools/usr/lib/ec2-ami-tools/lib/