diff -u jabber-1.4.3/debian/changelog jabber-1.4.3/debian/changelog --- jabber-1.4.3/debian/changelog +++ jabber-1.4.3/debian/changelog @@ -1,3 +1,11 @@ +jabber (1.4.3-3.6ubuntu1) jaunty; urgency=low + + * Merge from debian unstable (LP: #326253), Ubuntu remaining changes: + - debian/init.d: create /var/run/jabber if it isn't already there, to cope + with the New World Order of /var/run on tmpfs. + + -- Alessio Treglia Sun, 08 Feb 2009 18:13:08 +0100 + jabber (1.4.3-3.6) unstable; urgency=low * Really patch configure to fix build on GNU/kFreeBSD (closes: @@ -13,6 +21,15 @@ -- Aurelien Jarno Fri, 06 Feb 2009 02:45:10 +0100 +jabber (1.4.3-3.4ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - Create /var/run/jabber in our init script if it isn't already there, to + cope with the New World Order of /var/run on tmpfs + - Set Maintainer to Ubuntu MOTU Developers + + -- Albin Tonnerre Mon, 19 May 2008 01:39:15 +0200 + jabber (1.4.3-3.4) unstable; urgency=low * Non-maintainer upload. @@ -20,6 +37,16 @@ -- Peter Eisentraut Tue, 01 Apr 2008 22:23:32 +0200 +jabber (1.4.3-3.3ubuntu1) feisty; urgency=low + + * Merge from Debian unstable. Ubuntu changes: + - Create /var/run/jabber in our init script if it isn't already there, to + cope with the New World Order of /var/run on tmpfs + - Build-dep on libpth-dev >= 2.0.7-2ubuntu2 to pick up renamed libpth + - Set Maintainer to Ubuntu MOTU Developers + + -- Michael Bienia Fri, 2 Mar 2007 14:51:59 +0100 + jabber (1.4.3-3.3) unstable; urgency=high * Non-maintainer upload. @@ -31,6 +58,16 @@ -- Steve Langasek Fri, 2 Mar 2007 03:24:58 -0800 +jabber (1.4.3-3.2ubuntu1) feisty; urgency=low + + * Merge from Debian unstable. Ubuntu changes: + - Create /var/run/jabber in our init script if it isn't already there, to + cope with the New World Order of /var/run on tmpfs + - Build-dep on libpth-dev >= 2.0.7-2ubuntu2 to pick up renamed libpth + * Set Maintainer to Ubuntu MOTU Developers + + -- Adrien Cunin Thu, 1 Mar 2007 02:17:15 +0100 + jabber (1.4.3-3.2) unstable; urgency=high * Non-maintainer upload. @@ -40,6 +77,16 @@ -- Steinar H. Gunderson Wed, 28 Feb 2007 18:07:55 +0100 +jabber (1.4.3-3.1ubuntu1) feisty; urgency=low + + * Merge from debian unstable jabber (1.4.3-3.1) + * Ubuntu changes: + - Create /var/run/jabber in our init script if it isn't already + there, to cope with the New World Order of /var/run on tmpfs. + - Build-dep on libpth-dev >= 2.0.7-2ubuntu2 to pick up renamed libpth + + -- ville palo Wed, 10 Jan 2007 20:52:51 +0200 + jabber (1.4.3-3.1) unstable; urgency=medium [ Sergei Golovan ] @@ -56,6 +103,19 @@ -- Andreas Barth Sat, 30 Dec 2006 10:10:28 +0000 +jabber (1.4.3-3ubuntu2) edgy; urgency=low + + * Build-dep on libpth-dev >= 2.0.7-2ubuntu2 to pick up renamed libpth + + -- Jonathan Riddell Mon, 24 Jul 2006 18:06:44 +0100 + +jabber (1.4.3-3ubuntu1) dapper; urgency=low + + * Create /var/run/jabber in our init script if it isn't already + there, to cope with the New World Order of /var/run on tmpfs. + + -- Adam Conrad Fri, 24 Feb 2006 18:39:33 +1100 + jabber (1.4.3-3) unstable; urgency=low * added patch to correct libexpat vulnerability (Closes: #272408) diff -u jabber-1.4.3/debian/init.d jabber-1.4.3/debian/init.d --- jabber-1.4.3/debian/init.d +++ jabber-1.4.3/debian/init.d @@ -54,6 +54,7 @@ check_pid echo -n "Starting $DESC: " + [ ! -d `dirname $PID` ] && mkdir `dirname $PID` cd /usr/lib/jabber/ start-stop-daemon -b -c jabber:adm --start --quiet \ --pidfile $PID --exec $DAEMON $CMDLINE diff -u jabber-1.4.3/debian/control jabber-1.4.3/debian/control --- jabber-1.4.3/debian/control +++ jabber-1.4.3/debian/control @@ -1,7 +1,8 @@ Source: jabber Section: net Priority: optional -Maintainer: Debian QA Group +XSBC-Original-Maintainer: Debian QA Group +Maintainer: Ubuntu MOTU Developers Standards-Version: 3.7.2 Build-Depends: dpatch, libpth-dev (>=2.0.0), libssl-dev (>=0.9.5), debhelper (>=4), libexpat1-dev (>= 1.95.6)