Makefile changes for building debian packages, left out of previous commit

This commit is contained in:
Hannu Krosing
2011-01-27 10:02:59 +02:00
parent f41ba482eb
commit ec8678379f

View File

@@ -34,3 +34,10 @@ clean:
rm -f *.o
rm -f repmgrd
rm -f repmgr
deb: repmgrd repmgr
mkdir -p ./debian/usr/bin
cp repmgrd repmgr ./debian/usr/bin/
dpkg-deb --build debian
mv debian.deb ../postgresql-repmgr-9.0_1.0.0.deb