Changeset 24105

Show
Ignore:
Timestamp:
10/20/09 11:46:00 (5 weeks ago)
Author:
broder
Message:

In maybe-krb4-config:

  • Because we already have packages depending on krb4-config, it's always going to be in apt's cache. A better question is whether or not we can install the package.
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  
     1debathena-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 
    19debathena-maybe-krb4-config (1.0) unstable; urgency=low 
    210 
  • trunk/debathena/meta/maybe-krb4-config/debian/rules

    r24100 r24105  
    33include /usr/share/cdbs/1/rules/debhelper.mk 
    44 
    5 HAVE_KRB4_CONFIG = $(shell apt-cache show krb4-config >/dev/null 2>&1 && echo yes) 
     5HAVE_KRB4_CONFIG = $(shell apt-get install -qqs krb4-config >/dev/null 2>&1 && echo yes) 
    66 
    77ifneq ($(HAVE_KRB4_CONFIG),)