Changeset 24105
- Timestamp:
- 10/20/09 11:46:00 (5 weeks ago)
- Location:
- trunk/debathena/meta/maybe-krb4-config/debian
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/debathena/meta/maybe-krb4-config/debian/changelog
r24100 r24105 1 debathena-maybe-krb4-config (1.1) unstable; urgency=low 2 3 * Because we already have packages depending on krb4-config, it's always 4 going to be in apt's cache. A better question is whether or not we can 5 install the package. 6 7 -- Evan Broder <broder@mit.edu> Tue, 20 Oct 2009 11:45:50 -0400 8 1 9 debathena-maybe-krb4-config (1.0) unstable; urgency=low 2 10 -
trunk/debathena/meta/maybe-krb4-config/debian/rules
r24100 r24105 3 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 4 5 HAVE_KRB4_CONFIG = $(shell apt- cache showkrb4-config >/dev/null 2>&1 && echo yes)5 HAVE_KRB4_CONFIG = $(shell apt-get install -qqs krb4-config >/dev/null 2>&1 && echo yes) 6 6 7 7 ifneq ($(HAVE_KRB4_CONFIG),)
