diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-04-24 11:46:47 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-04-24 11:46:47 +0200 |
commit | b8c3795e1839fa5803dea3480d0cd917acf9cf12 (patch) | |
tree | fa611934b9c531dd0f4bc211c670e49212c39302 | |
parent | drop 0001-set-a-more-gnomeisch-invisible-char.patch (diff) | |
download | krb5-auth-dialog-b8c3795e1839fa5803dea3480d0cd917acf9cf12.tar.gz krb5-auth-dialog-b8c3795e1839fa5803dea3480d0cd917acf9cf12.tar.bz2 krb5-auth-dialog-b8c3795e1839fa5803dea3480d0cd917acf9cf12.zip |
no need for a patch system at the moment
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6709b1b..f7b9628 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Guido Günther <agx@sigxcpu.org> Build-Depends: debhelper (>= 6), cdbs, heimdal-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, quilt + libdbus-glib-1-dev Standards-Version: 3.8.1 Vcs-Git: git://git.debian.org/git/users/agx/krb5-auth-dialog.git Vcs-Browser: http://git.debian.org/git/users/agx/krb5-auth-dialog.git diff --git a/debian/rules b/debian/rules index cf04d70..b252cca 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ LDFLAGS += -Wl,--as-needed include /usr/share/cdbs/1/rules/debhelper.mk 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_BUILDDIR := build DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify |