--- byobu-2.34.orig/bin/users +++ byobu-2.34/bin/users @@ -28,4 +28,4 @@ # Note: we'd like to use pgrep -c, however, this isn't available in # busybox and some distro's pgrep (and it doesn't exit non-zero). count=`pgrep -f "sshd:.*@" | wc -l` || exit 0 -printf "\005{=b wr}%d\005{-}\005{= wr}#\005{-} " $count +[ $count -gt 0 ] && printf "\005{=b wr}%d\005{-}\005{= wr}#\005{-} " $count --- byobu-2.34.orig/debian/postinst +++ byobu-2.34/debian/postinst @@ -1,5 +1,13 @@ #!/bin/sh -e +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + PKG="byobu" # The target of the diversion somehow disappeared which will cause --- byobu-2.34.orig/debian/control +++ byobu-2.34/debian/control @@ -2,10 +2,11 @@ Section: misc Priority: optional Maintainer: Dustin Kirkland +Uploaders: Reinhard Tartler Standards-Version: 3.8.3 Build-Depends: debhelper (>= 6), gettext-base Homepage: http://launchpad.net/byobu -Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk +Vcs-Bzr: http://bazaar.launchpad.net/~siretart/byobu/debian Package: byobu Architecture: all --- byobu-2.34.orig/debian/changelog +++ byobu-2.34/debian/changelog @@ -1,4 +1,4 @@ -byobu (2.34) unreleased; urgency=low +byobu (2.34-1) unstable; urgency=low * bin/users: use wc -l, since pgrep -c doesn't work in some distros (busybox, Arch), LP: #434047 @@ -8,7 +8,7 @@ fixes, updating the names of the utilities to use "byobu" rather than "screen" - -- Dustin Kirkland Mon, 21 Sep 2009 11:04:11 -0700 + -- Dustin Kirkland Mon, 21 Sep 2009 11:27:09 -0700 byobu (2.33-0ubuntu1) karmic; urgency=low @@ -135,7 +135,7 @@ -- Dustin Kirkland Wed, 05 Aug 2009 16:28:15 +0100 -byobu (2.24-0ubuntu1) karmic; urgency=low +byobu (2.24-1) unstable; urgency=low [ Chow Loong Jin and Dustin Kirkland ] * byobu, byobu-launcher, byobu-select-profile: check $STY rather than @@ -150,7 +150,10 @@ * bin/wifi_quality: actually evaluate the wifi quality, fixes broken quality percentage - -- Dustin Kirkland Wed, 29 Jul 2009 23:52:25 -0500 + [ Reinhard Tartler ] + * upload to unstable + + -- Reinhard Tartler Thu, 30 Jul 2009 12:58:26 +0200 byobu (2.23-0ubuntu1) karmic; urgency=low @@ -466,12 +469,16 @@ -- Dustin Kirkland Mon, 08 Jun 2009 17:46:24 -0500 -byobu (2.8-0ubuntu1) karmic; urgency=low +byobu (2.8-1) unstable; urgency=low + [ Dustin Kirkland ] * profiles/byoburc, profiles/profile.skel: move the .screenrc sourcing to the byoburc file - -- Dustin Kirkland Mon, 01 Jun 2009 23:15:58 -0500 + [ Reinhard Tartler ] + * prepare upload for unstable + + -- Reinhard Tartler Fri, 05 Jun 2009 15:28:58 +0200 byobu (2.7-0ubuntu1) karmic; urgency=low @@ -696,6 +703,14 @@ -- Dustin Kirkland Wed, 22 Apr 2009 21:50:00 -0500 +screen-profiles (1.48-1) unstable; urgency=low + + * upload to unstable (Closes: #518958) + * add myself to uploaders + * Bump Standards-Version to 3.8.1 + + -- Reinhard Tartler Wed, 22 Apr 2009 07:51:43 +0200 + screen-profiles (1.48-0ubuntu1) jaunty; urgency=low Drop the distro name in generated profiles