From f4594e236b07801f80121192df0ee1fa7958bc71 Mon Sep 17 00:00:00 2001 From: Max Suraev Date: Sat, 27 Oct 2012 11:06:17 +0200 Subject: [PATCH] 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. --- .gitignore | 14 ++++++++++++++ debian/rules | 2 ++ 2 files changed, 16 insertions(+) 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: