Changeset 24106
- Timestamp:
- 10/20/09 12:10:09 (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
r24105 r24106 2 2 3 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. 4 going to be in apt's cache. Instead of trying to test for that, just 5 use the version number of krb4-config's source package to figure out 6 if it's still around. 6 7 7 8 -- Evan Broder <broder@mit.edu> Tue, 20 Oct 2009 11:45:50 -0400 -
trunk/debathena/meta/maybe-krb4-config/debian/rules
r24105 r24106 3 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 4 5 HAVE_KRB4_CONFIG = $(shell apt-get install -qqs krb4-config >/dev/null 2>&1 && echo yes) 5 KERBEROS_CONFIGS_VERSION = $(shell apt-cache showsrc kerberos-configs | grep-dctrl -n -s Version '' | head -n1) 6 HAVE_KRB4_CONFIG = $(shell dpkg --compare-versions "$(KERBEROS_CONFIGS_VERSION)" lt '2.1~' && echo yes) 6 7 7 8 ifneq ($(HAVE_KRB4_CONFIG),)
