optimize no logbuch entries on (apt-get|aptitude) download-only
authorarnold
Thu, 25 Oct 2012 09:03:59 +0200
changeset 10 51b2226ad231
parent 9 b9f68563d603
child 11 475f93aa63cb
optimize no logbuch entries on (apt-get|aptitude) download-only
apt-feed-logbuch.sh
debian/changelog
debian/control
--- 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
 
--- 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 <arnold@schlittermann.de>  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 
--- 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 <hs@schlittermann.de>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 
 Package: ius.upgrade
 Architecture: all