Changeset 6da18ac
- Timestamp:
- 2010-11-12T22:48:28Z (14 years ago)
- Branches:
- master
- Children:
- 70d7795
- Parents:
- 389ce9f (diff), 5258d364 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 3 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee-common.config
r389ce9f r6da18ac 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 . /usr/share/debconf/confmodule -
debian/bitlbee-common.init
r389ce9f r6da18ac 5 5 # Required-Stop: $remote_fs $syslog 6 6 # Default-Start: 2 3 4 5 7 # Default-Stop: 1 7 # Default-Stop: 0 1 6 8 # Short-Description: Start and stop BitlBee IRC to other chat networks gateway 8 9 ### END INIT INFO 9 10 # 10 # Init script for BitlBee Debian package. Based on skeleton init script:11 11 # 12 12 # Version: @(#)skeleton 2.85-23 28-Jul-2004 miquels@cistron.nl -
debian/bitlbee-common.postinst
r389ce9f r6da18ac 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 . /usr/share/debconf/confmodule … … 16 18 [ -r /etc/default/bitlbee ] && . /etc/default/bitlbee 17 19 18 if [ "$BITLBEE_DISABLED" = "0" ] && typeupdate-inetd > /dev/null 2> /dev/null &&20 if [ "$BITLBEE_DISABLED" = "0" ] && which update-inetd > /dev/null 2> /dev/null && 19 21 ( expr "$2" : '0\..*' > /dev/null || expr "$2" : '1\.0\..*' > /dev/null ); then 20 22 ## Make sure the inetd entry is gone (can still be there from a … … 71 73 if [ "$BITLBEE_UPGRADE_DONT_RESTART" != "1" ]; then 72 74 unset IS_UPGRADE 73 if typenetstat > /dev/null 2> /dev/null; then75 if which netstat > /dev/null 2> /dev/null; then 74 76 netstat -an | grep -q :$PORT\\b.*LISTEN && IS_UPGRADE=1 75 77 else -
debian/bitlbee-common.postrm
r389ce9f r6da18ac 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 [ "$1" = "purge" ] || exit 0 -
debian/bitlbee-common.prerm
r389ce9f r6da18ac 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 if [ "$1" = "upgrade" ]; then -
debian/bitlbee.prerm
r389ce9f r6da18ac 1 #!/bin/sh -e 1 #!/bin/sh 2 3 set -e 2 4 3 5 if [ "$1" != "upgrade" ]; then -
debian/changelog
r389ce9f r6da18ac 1 bitlbee (3.0-2) UNRELEASED; urgency=low 2 3 * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid 4 bashism. 5 * debian/{*.prerm, *.postinst, *.postrm, *.config}: use set -e in the body 6 of maintainer scripts. 7 * debian/control: 8 + Corrected short description of bitlbee-plugin-otr 9 + Bumped Standards-Version to 3.9.1 10 + Added ${misc:Depends} for bitlbee & bitlbee-libpurple 11 + Moved dependency on adduser to bitlbee-common 12 + Bumped debhelper version to 6.0.7~ for dh_lintian 13 * debian/copyright: Refer to /usr/share/common-licenses/GPL-2 14 * Added lintian overrides for bitlbee & bitlbee-libpurple 15 * Explicitly set source format to 1.0 16 * debian/bitlbee-common.init: 17 + Add Short-Description header. 18 + Also stop at runlevels 0 and 6. 19 20 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Mon, 25 Oct 2010 16:56:24 +0200 21 1 22 bitlbee (3.0-1) unstable; urgency=low 2 23 -
debian/control
r389ce9f r6da18ac 4 4 Maintainer: Wilmer van der Gaast <wilmer@gaast.net> 5 5 Uploaders: Jelmer Vernooij <jelmer@samba.org> 6 Standards-Version: 3. 8.47 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, libotr2-dev, debhelper (>= 6 )6 Standards-Version: 3.9.1 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, libotr2-dev, debhelper (>= 6.0.7~) 8 8 Homepage: http://www.bitlbee.org/ 9 9 Vcs-Bzr: http://code.bitlbee.org/bitlbee/ … … 12 12 Package: bitlbee 13 13 Architecture: any 14 Depends: ${ shlibs:Depends}, adduser, debianutils (>= 1.16), bitlbee-common (= ${bee:Version})14 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${bee:Version}) 15 15 Conflicts: bitlbee-libpurple 16 16 Replaces: bitlbee-libpurple … … 22 22 Package: bitlbee-libpurple 23 23 Architecture: any 24 Depends: ${ shlibs:Depends}, adduser, debianutils (>= 1.16), bitlbee-common (= ${bee:Version})24 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${bee:Version}) 25 25 Conflicts: bitlbee 26 26 Replaces: bitlbee … … 40 40 Package: bitlbee-common 41 41 Architecture: all 42 Depends: ${misc:Depends}, net-tools 42 Depends: ${misc:Depends}, net-tools, adduser 43 43 Replaces: bitlbee 44 44 Description: An IRC to other chat networks gateway (common files/docs) … … 63 63 Architecture: any 64 64 Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${bee:Version}) | bitlbee-libpurple (= ${bee:Version}), bitlbee-common (= ${bee:Version}) 65 Description: An IRC to other chat networks gateway ( default version)65 Description: An IRC to other chat networks gateway (OTR plugin) 66 66 This program can be used as an IRC server which forwards everything you 67 67 say to people on other chat networks: Jabber (which includes Google Talk -
debian/copyright
r389ce9f r6da18ac 25 25 26 26 You should have received a copy of the GNU General Public License with 27 the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL ;27 the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; 28 28 if not, write to the Free Software Foundation, Inc., 51 Franklin St, 29 29 Fifth Floor, Boston, MA 02110-1301, USA. -
debian/rules
r389ce9f r6da18ac 87 87 dh_installinit --init-script=bitlbee 88 88 dh_installman 89 dh_lintian 89 90 dh_strip 90 91 dh_link -
doc/bitlbee.8
r389ce9f r6da18ac 19 19 .PP 20 20 .B bitlbee 21 [ -I]22 [ -c \fIconfiguration file\fP]23 [ -d \fIconfiguration directory\fP]21 [\-I] 22 [\-c \fIconfiguration file\fP] 23 [\-d \fIconfiguration directory\fP] 24 24 .PP 25 25 .B bitlbee 26 -D27 [ -i \fIaddress\fP]28 [ -p \fIport number\fP]29 [ -n]30 [ -v]31 [ -c \fIconfiguration file\fP]32 [ -d \fIconfiguration directory\fP]26 \-D 27 [\-i \fIaddress\fP] 28 [\-p \fIport number\fP] 29 [\-n] 30 [\-v] 31 [\-c \fIconfiguration file\fP] 32 [\-d \fIconfiguration directory\fP] 33 33 .PP 34 34 .B bitlbee 35 -h35 \-h 36 36 .RI 37 37 .SH DESCRIPTION -
protocols/oscar/chatnav.c
r389ce9f r6da18ac 372 372 373 373 if (snac2->family != 0x000d) { 374 imcb_error(sess->aux_data, "rec ieved response that maps to corrupt request!");374 imcb_error(sess->aux_data, "received response that maps to corrupt request!"); 375 375 return 0; 376 376 } -
protocols/oscar/im.c
r389ce9f r6da18ac 937 937 938 938 if (channel != 0x01) { 939 imcb_error(sess->aux_data, "icbm: ICBM rec ieved on unsupported channel. Ignoring.");939 imcb_error(sess->aux_data, "icbm: ICBM received on unsupported channel. Ignoring."); 940 940 return 0; 941 941 }
Note: See TracChangeset
for help on using the changeset viewer.