# HG changeset patch # User arnold # Date 1351148639 -7200 # Node ID 51b2226ad231af4beef89ac96e083cc5c59d86b2 # Parent b9f68563d603054aab29fc3728a7565930974aa4 optimize no logbuch entries on (apt-get|aptitude) download-only diff -r b9f68563d603 -r 51b2226ad231 apt-feed-logbuch.sh --- a/apt-feed-logbuch.sh Wed Oct 24 13:41:45 2012 +0200 +++ b/apt-feed-logbuch.sh Thu Oct 25 09:03:59 2012 +0200 @@ -32,9 +32,7 @@ APT_CMD=$(ps -p $1 -o args=) # skip download-only from logbuch -if echo $APT_CMD | grep -q "[[:space:]]\+-d\|-dy\|-yd"; then - exit 0 -elif echo $APT_CMD | grep -q "[[:space:]]\+--download-only"; then +if echo $APT_CMD | grep -q "[[:space:]]\+-d\|-dy\|-yd\|--download-only"; then exit 0 fi diff -r b9f68563d603 -r 51b2226ad231 debian/changelog --- a/debian/changelog Wed Oct 24 13:41:45 2012 +0200 +++ b/debian/changelog Thu Oct 25 09:03:59 2012 +0200 @@ -1,3 +1,10 @@ +ius.upgrade (1.2-1.1) squeeze; urgency=low + + * Non-maintainer upload. + * optimize no logbuch entries on (apt-get|aptitude) download-only + + -- Christian Arnold Thu, 25 Oct 2012 09:01:01 +0200 + ius.upgrade (1.2-1) squeeze; urgency=low * no logbuch entries on (apt-get|aptitude) download-only diff -r b9f68563d603 -r 51b2226ad231 debian/control --- a/debian/control Wed Oct 24 13:41:45 2012 +0200 +++ b/debian/control Thu Oct 25 09:03:59 2012 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Heiko Schlittermann Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Package: ius.upgrade Architecture: all