Changeset 8c4af56e for debian


Ignore:
Timestamp:
2018-04-11T01:14:43Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
8d7b0a4
Parents:
246b98b
git-author:
Sean Whitton <spwhitton@…> (11-04-18 01:14:43)
git-committer:
dequis <dx@…> (11-04-18 01:14:43)
Message:

debian: Fix postinst error with no /var/lib/bitlbee

(Patch from debbug#816200, changelog modified slightly by dx)

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/bitlbee-common.postinst

    r246b98b r8c4af56e  
    3535fi
    3636
    37 chmod 700 /var/lib/bitlbee/
     37if [ -d /var/lib/bitlbee ]; then
     38    chmod 700 /var/lib/bitlbee/
     39fi
    3840
    3941## Can't do this in packaging phase: Don't know the UID yet. Access to
  • debian/changelog

    r246b98b r8c4af56e  
    11bitlbee (3.5.1-1.1) UNRELEASED; urgency=medium
    22
     3  [ dequis ]
    34  * Remove bitlbee-plugin-skype and skyped (obsolete)
    45  * Enable only bitlbee.service, not bitlbee.socket too
     6
     7  [ Sean Whitton ]
     8  * Add existence check to chmod call in bitlbee-common.postinst
     9    (Closes: #816200).
    510
    611 -- dequis <dx@dxzone.com.ar>  Mon, 19 Mar 2018 22:18:43 -0300
Note: See TracChangeset for help on using the changeset viewer.