3 |
#This script produced with the aid of "The Debian System concepts and techniques" By Martin F. Krafft |
#This script produced with the aid of "The Debian System concepts and techniques" By Martin F. Krafft |
4 |
# Its purpose is to produce a .deb for escript |
# Its purpose is to produce a .deb for escript |
5 |
|
|
6 |
|
VERSION=~2.0-1 |
7 |
SRCDIR=`pwd` |
SRCDIR=`pwd` |
8 |
WRAPPERNAME=escript |
WRAPPERNAME=escript |
9 |
ALTWRAPPERNAME=finleypython |
ALTWRAPPERNAME=finleypython |
110 |
mv data.tar.gz .. |
mv data.tar.gz .. |
111 |
cd .. |
cd .. |
112 |
|
|
113 |
ar rcu escript.deb debian-binary control.tar.gz data.tar.gz |
ar rcu escript$VERSION.deb debian-binary control.tar.gz data.tar.gz |
114 |
|
|
115 |
|
|
116 |
|
|