Changeset 24110

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

In kerberos-config:

  • Clean up the upgrade path from 1.7 by undoing the DEB_TRANSFORM_FILES before replacing it with a DEB_REMOVE_FILES.
Location:
trunk/debathena/config/kerberos-config/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/debathena/config/kerberos-config/debian/changelog

    r24103 r24110  
     1debathena-kerberos-config (1.8.1) unstable; urgency=low 
     2 
     3  * Clean up the upgrade path from 1.7 by undoing the DEB_TRANSFORM_FILES 
     4    before replacing it with a DEB_REMOVE_FILES. 
     5 
     6 -- Evan Broder <broder@mit.edu>  Tue, 20 Oct 2009 14:25:42 -0400 
     7 
    18debathena-kerberos-config (1.8) unstable; urgency=low 
    29 
  • trunk/debathena/config/kerberos-config/debian/debathena-kerberos-config.postinst

    r24103 r24110  
    7272        fi 
    7373 
     74        # This will only undo an old DEB_TRANSFORM_FILES diversion, 
     75        # not the DEB_REMOVE_FILES diversion that the package is 
     76        # adding. 
     77        cleanup_old_diversion /etc/apparmor.d/usr.sbin.cupsd 
     78 
    7479        # Handle upgrading from a system with krb4 to one without 
    7580        krb5_version="$(dpkg-query -W -f '${Version}' krb5-clients)"