[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.0.95-9-gce4340b

Ryan Niebur ryanryan52 at gmail.com
Mon May 11 08:28:49 UTC 2009


The following commit has been merged in the master branch:
commit ce4340ba745f8cb380b202bfe200869c74af106d
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Mon May 11 01:28:43 2009 -0700

    add semi-colon to apt configuration (Closes: #527064)

diff --git a/10apt-listbugs b/10apt-listbugs
index dc8de4a..d390110 100644
--- a/10apt-listbugs
+++ b/10apt-listbugs
@@ -1,6 +1,6 @@
 // Check all packages whether they has critical bugs before they are installed.
 // If you don't like it, comment it out.
-DPkg::Pre-Install-Pkgs {"/usr/sbin/apt-listbugs apt || exit 10"};
+DPkg::Pre-Install-Pkgs {"/usr/sbin/apt-listbugs apt || exit 10";};
 DPkg::Tools::Options::/usr/sbin/apt-listbugs "";
 DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "2";
 
diff --git a/debian/changelog b/debian/changelog
index e7a8114..64ce7a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,9 @@ apt-listbugs (0.0.96) UNRELEASED; urgency=low
   * add misc:Depends to Depends
   * update Copyright statements
   * don't ignore errors from 'make clean'
+  * add semi-colon to apt configuration (Closes: #527064)
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 21 Apr 2009 21:53:17 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 11 May 2009 01:28:09 -0700
 
 apt-listbugs (0.0.95) unstable; urgency=low
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list