aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-24 11:46:47 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-24 11:46:47 +0200
commitb8c3795e1839fa5803dea3480d0cd917acf9cf12 (patch)
treefa611934b9c531dd0f4bc211c670e49212c39302 /debian/rules
parentdrop 0001-set-a-more-gnomeisch-invisible-char.patch (diff)
downloadkrb5-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
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
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
bgstack15