summaryrefslogtreecommitdiff
path: root/bin/Package
blob: f7f20b84ce1bb833f12196ee59e594721143bec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# run this script as root

set -x

V=$(git describe | sed -es/libnet-//)
D=$(date --rfc-822)

rm -rf debian
cp -r ../debian ./
sed -es"/VERSION/$V/" -es"/DATE/$D/" < ../debian/changelog > debian/changelog
cat debian/changelog

dpkg-buildpackage -b -us -uc -i -I.swp