aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Suraev <laforge@gnumonks.org>2012-10-27 11:06:17 +0200
committerHarald Welte <laforge@gnumonks.org>2012-10-27 11:06:17 +0200
commitf4594e236b07801f80121192df0ee1fa7958bc71 (patch)
tree31674e8c9f7693b4fa4b333b1085d8ce842800cb
parentab9ff093cb7e35592b6edd8c442143d5e1cc0613 (diff)
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.
-rw-r--r--.gitignore14
-rwxr-xr-xdebian/rules2
2 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c9956ad..c01e54f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/debian/rules b/debian/rules
index 1f8bb8e..bce9ff3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,5 @@ CFLAGS = -Wall -g
%:
dh --with autoreconf $@
+
+override_dh_auto_clean: