Changeset 8c4af56e
- Timestamp:
- 2018-04-11T01:14:43Z (7 years ago)
- 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)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee-common.postinst
r246b98b r8c4af56e 35 35 fi 36 36 37 chmod 700 /var/lib/bitlbee/ 37 if [ -d /var/lib/bitlbee ]; then 38 chmod 700 /var/lib/bitlbee/ 39 fi 38 40 39 41 ## Can't do this in packaging phase: Don't know the UID yet. Access to -
debian/changelog
r246b98b r8c4af56e 1 1 bitlbee (3.5.1-1.1) UNRELEASED; urgency=medium 2 2 3 [ dequis ] 3 4 * Remove bitlbee-plugin-skype and skyped (obsolete) 4 5 * 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). 5 10 6 11 -- dequis <dx@dxzone.com.ar> Mon, 19 Mar 2018 22:18:43 -0300
Note: See TracChangeset
for help on using the changeset viewer.