Changeset bc37983
- Timestamp:
- 2010-10-25T12:35:29Z (14 years ago)
- Branches:
- master
- Children:
- 1c12811
- Parents:
- d1c70e7
- Location:
- debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee-common.postinst
rd1c70e7 rbc37983 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 . /usr/share/debconf/confmodule -
debian/bitlbee-common.postrm
rd1c70e7 rbc37983 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 [ "$1" = "purge" ] || exit 0 -
debian/changelog
rd1c70e7 rbc37983 2 2 3 3 * 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. 5 6 * debian/control: 6 7 + Corrected short description of bitlbee-plugin-otr 7 8 + Bumped Standards-Version to 3.9.1 8 9 + 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 11 13 12 14 bitlbee (3.0-1) unstable; urgency=low
Note: See TracChangeset
for help on using the changeset viewer.