summaryrefslogtreecommitdiff
path: root/Package
blob: babd2bee4858dc909904ff66b40324c4163c30e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

set -x

V=$(git describe --tags| 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 -rfakeroot -i -I.swp