aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-09-29 14:36:52 +0200
committerGuido Günther <agx@sigxcpu.org>2009-09-29 14:36:52 +0200
commit3fc941f07d56488ef20e03489e54ce89cc95c223 (patch)
tree5650636104b05c8dd64e63b09ff4ac32a8b33df7 /debian/rules
parentdocument changes and release 0.13-1 (diff)
downloadkrb5-auth-dialog-3fc941f07d56488ef20e03489e54ce89cc95c223.tar.gz
krb5-auth-dialog-3fc941f07d56488ef20e03489e54ce89cc95c223.tar.bz2
krb5-auth-dialog-3fc941f07d56488ef20e03489e54ce89cc95c223.zip
reenable patchsys
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b651db1..ec02057 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ 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
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_BUILDDIR := build
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify
bgstack15