dchange() function: remove hardcoded option 0.3.15
authorMichael Prokop <mika@grml.org>
Mon, 9 Jul 2007 20:27:18 +0000 (22:27 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 9 Jul 2007 20:27:18 +0000 (22:27 +0200)
debian/changelog
etc/zsh/zshrc

index 50cac8c..82d7e5c 100644 (file)
@@ -1,8 +1,10 @@
 grml-etc-core (0.3.15) unstable; urgency=low
 
-  * /etc/zsh/zshrc: activate 'setopt pushd_ignore_dups' to avoid
-    duplicates in ~/.zdirs (thanks to wuehlmaus for bringing up
-    and for the appropriate configuration thanks to ft!)
+  * /etc/zsh/zshrc:
+    - activate 'setopt pushd_ignore_dups' to avoid duplicates
+      in ~/.zdirs (thanks to wuehlmaus for bringing up
+      and for the appropriate configuration thanks to ft!)
+    - dchange() function: remove hardcoded option
 
  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
 
index 80503fa..ce78062 100644 (file)
@@ -1260,7 +1260,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"."
          if type -p aptitude &>/dev/null ; then
             echo "No changelog for package $1 found, using aptitude to retrieve it."
             if isgrml ; then
-              aptitude -t unstable changelog tsclient
+              aptitude -t unstable changelog ${1}
             else
               aptitude changelog ${1}
             fi