summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2007-12-25 00:56:08 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2007-12-25 00:56:08 +0000
commit1a0e03eb19998ab496a6ea845ff2c42d9a02df0b (patch)
tree29b47c8532e1f1678063fbb1b851ee4208134626 /debian
parent3f120f880be9ae9aa1612ddc2412e9acb9a8e85e (diff)
applied athena-update-branch patch
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules14
2 files changed, 3 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index a7d5058..df8502e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Description: The original "Instant Message" system libraries without Kerberos
Package: libzephyr3-krb
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, krb4-config
+Depends: ${shlibs:Depends}, krb5-config
Conflicts: libzephyr3
Provides: libzephyr3
Description: The original "Instant Message" system libraries with Kerberos
diff --git a/debian/rules b/debian/rules
index ffab880..41be8c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,9 +51,9 @@ configure-stamp:
dh_testdir
# Add here commands to configure the package.
-mkdir krb
- cd krb&&../configure --with-krb4=/usr $(CONFIGURE_ROOT)
+ cd krb&& CFLAGS=-g ../configure --with-krb4=/usr --with-krb5=/usr $(CONFIGURE_ROOT)
-mkdir no-krb
- cd no-krb&&../configure $(CONFIGURE_ROOT)
+ cd no-krb&& CFLAGS=-g ../configure $(CONFIGURE_ROOT)
touch configure-stamp
build: configure-stamp build-stamp
@@ -126,20 +126,11 @@ binary-arch: build install
dh_movefiles --sourcedir=debian/tmp-krb -plibzephyr3-krb -pzephyr-server-krb
dh_installdebconf
dh_installdocs
-# dh_installexamples
-# dh_installmenu
-# dh_installemacsen
-# dh_installpam
dh_installinit -pzephyr-clients --init-script=zhm --no-start
dh_installinit -pzephyr-server-krb --init-script=zephyrd
dh_installinit -pzephyr-server --init-script=zephyrd
-# dh_installcron
-# dh_installmanpages
-# dh_installinfo
-# dh_undocumented
dh_installchangelogs
dh_strip
-# dh_link
dh_compress
dh_fixperms
# You may want to make some executables suid here.
@@ -148,7 +139,6 @@ binary-arch: build install
cp debian/libzephyr3/DEBIAN/shlibs debian/libzephyr3-krb/DEBIAN/shlibs
dh_shlibdeps
dh_installdeb
-# dh_perl
dh_gencontrol
dh_md5sums
dh_builddeb