Changeset bc37983 for debian


Ignore:
Timestamp:
2010-10-25T12:35:29Z (13 years ago)
Author:
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@…>
Branches:
master
Children:
1c12811
Parents:
d1c70e7
Message:
  • debian/{*.postinst, *.postrm}: use set -e in the body of the script.
Location:
debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • debian/bitlbee-common.postinst

    rd1c70e7 rbc37983  
    1 #!/bin/sh -e
     1#!/bin/sh
     2
     3set -e
    24
    35. /usr/share/debconf/confmodule
  • debian/bitlbee-common.postrm

    rd1c70e7 rbc37983  
    1 #!/bin/sh -e
     1#!/bin/sh
     2
     3set -e
    24
    35[ "$1" = "purge" ] || exit 0
  • debian/changelog

    rd1c70e7 rbc37983  
    22
    33  * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid bashism.
    4   * debian/*.prerm: use set -e in the body of the script.
     4  * debian/{*.prerm, *.postinst, *.postrm}: use set -e in the body of the
     5    script.
    56  * debian/control:
    67    + Corrected short description of bitlbee-plugin-otr
    78    + Bumped Standards-Version to 3.9.1
    89    + Added ${misc:Depends} for bitlbee & bitlbee-libpurple
    9 
    10  -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Mon, 25 Oct 2010 14:29:22 +0200
     10  *
     11
     12 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Mon, 25 Oct 2010 14:34:45 +0200
    1113
    1214bitlbee (3.0-1) unstable; urgency=low
Note: See TracChangeset for help on using the changeset viewer.