9
0
Fork 0

Fix dpkg-buildpackage build for OpenGGSN

Attached is a trivial patch to make
	"dpkg-buildpackage -rfakeroot -uc -us"
work out of the box.

Tested on ubuntu 12.04 x86_64 but should work on any debian-based
distro.
This commit is contained in:
Harald Welte 2012-10-27 11:06:17 +02:00 committed by Harald Welte
parent ab9ff093cb
commit f4594e236b
2 changed files with 16 additions and 0 deletions

14
.gitignore vendored
View File

@ -20,6 +20,20 @@ doc/Makefile.in
ggsn/Makefile.in
gtp/Makefile.in
sgsnemu/Makefile.in
debian/openggsn/
debian/*.debhelper
debian/libgtp/
debian/*.log
INSTALL
debian/autoreconf.*
debian/*.substvars
debian/tmp/
sgsnemu/sgsnemu
debian/files
debian/libgtp-dev/
libgtp.pc
ggsn/ggsn
m4/
*.swp
*.o
*.a

2
debian/rules vendored
View File

@ -20,3 +20,5 @@ CFLAGS = -Wall -g
%:
dh --with autoreconf $@
override_dh_auto_clean: