]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 27 Jun 2007 11:34:34 +0000 (13:34 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 27 Jun 2007 11:34:34 +0000 (13:34 +0200)
  - fix InstallTask code when a pkgRecord ends
    with a single '\n' (thanks to Soren Hansen for reporting)

cmdline/apt-get.cc
debian/changelog

index 51bcfde12f43c00f2a0617f26302fe6e1c09dba9..974427f510aaab57ebc5fceda704b006e1f8b4f3 100644 (file)
@@ -1519,7 +1519,7 @@ bool TryInstallTask(pkgDepCache &Cache, pkgProblemResolver &Fix,
 
    // build regexp for the task
    char S[300];
-   snprintf(S, sizeof(S), "^Task:.*[^a-z]%s[^a-z].*\n", taskname);
+   snprintf(S, sizeof(S), "^Task:.*[^a-z]%s[^a-z].*$", taskname);
    regcomp(&Pattern,S, REG_EXTENDED | REG_NOSUB | REG_NEWLINE);
    
    bool found = false;
index 50c050dcb576612e64204a374f525c48200b7de9..84cf54d7520d383a3afd69636de237aeb140bb23 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.7.2ubuntu3) gutsy; urgency=low
+
+  * cmdline/apt-get.cc:
+    - fix InstallTask code when a pkgRecord ends 
+      with a single '\n' (thanks to Soren Hansen for reporting)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 27 Jun 2007 13:33:38 +0200
+
 apt (0.7.2ubuntu2) gutsy; urgency=low
 
   * fixed compile errors with g++ 7.3 (thanks to