Browse Source

* cmdline/apt-cache.cc:
- remove the gettext from a string that consists entirely
of variables (LP: #56792)
*

Michael Vogt 18 years ago
parent
commit
1631453861
2 changed files with 11 additions and 1 deletions
  1. 2 1
      cmdline/apt-cache.cc
  2. 9 0
      debian/changelog

+ 2 - 1
cmdline/apt-cache.cc

@@ -1533,7 +1533,8 @@ bool Policy(CommandLine &CmdL)
 	 if (SrcList->FindIndex(F,Indx) == false &&
 	     _system->FindIndex(F,Indx) == false)
 	    return _error->Error(_("Cache is out of sync, can't x-ref a package file"));
-	 printf(_("%4i %s\n"),
+	 
+	 printf("%4i %s\n",
 		Plcy.GetPriority(F),Indx->Describe(true).c_str());
 	 
 	 // Print the reference information for the package

+ 9 - 0
debian/changelog

@@ -1,3 +1,12 @@
+apt (0.7.14ubuntu7) intrepid; urgency=low
+
+  * cmdline/apt-cache.cc:
+    - remove the gettext from a string that consists entirely 
+      of variables (LP: #56792)
+  * 
+
+ --
+
 apt (0.7.14ubuntu6) intrepid; urgency=low
 
   * debian/apt.conf.autoremove: