Skip to content
Snippets Groups Projects
Commit 7724d0e1 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

updated build script and version number

parent 89abc77c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
epoch=0
version=`awk '/Version:/ {print $2}' scripts/debian/control`
pkgname=`awk '/Package:/ {print $2}' scripts/debian/control`
version=`awk '/^Version:/ {print $2}' scripts/debian/control`
pkgname=`awk '/^Package:/ {print $2}' scripts/debian/control`
pkgdir=tmp/stage/$pkgname/$epoch/$version
bindir=$pkgdir/data/usr/bin
......
Package: libgg-aix-pm-perl
Version: 0.5-3
Version: 0.6-1
Architecture: all
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
......
Package: gg-aix-pm-scripts
Version: 0.5-3
Version: 0.6-1
Architecture: all
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment