diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 5 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 7aa1ecf..d480096 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,10 @@ Source: krb5-auth-dialog Section: gnome Priority: optional Maintainer: Guido Guenther <agx@sigxcpu.org> -Build-Depends: debhelper (>= 6), quilt, cdbs, libkrb5-dev, libgnome2-dev, libgtk2.0-dev, libglade2-dev, intltool, libgnomeui-dev, autotools-dev, libnm-glib-dev +Build-Depends: debhelper (>= 6), quilt, cdbs, libkrb5-dev, libgtk2.0-dev, + libglade2-dev, intltool, libgnomeui-dev, autotools-dev, libnm-glib-dev, gnome-common, + autoconf, automake, pkg-config, intltool, bison, flex, libnotify-dev, libgconf2-dev, + libdbus-glib-1-dev Standards-Version: 3.7.3 Package: krb5-auth-dialog diff --git a/debian/rules b/debian/rules index c9389b8..cf04d70 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,8 @@ include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk -DEB_CONFIGURE_EXTRA_FLAGS := --enable-network-manager +DEB_BUILDDIR := build +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify + +post-patches:: + cd build && ../autogen.sh |