=== modified file 'cmdline/apt-cache.cc'
--- cmdline/apt-cache.cc	2012-03-21 23:16:11 +0000
+++ cmdline/apt-cache.cc	2012-09-09 15:53:35 +0000
@@ -648,7 +648,7 @@
 		if (Trg->VersionList == 0)
 		  cout << "<" << Trg.FullName(true) << ">" << endl;
 		else
-		  cout << Trg.FullName(true) << endl;
+		  cout << Trg.FullName(true) << " (" << (int)D->CompareOp << " " << DeNull(D.TargetVer()) << ")" << endl;
 	    
 		if (Recurse == true && Shown[Trg->ID] == false)
 		{

=== modified file 'debian/changelog'
--- debian/changelog	2012-09-08 17:01:36 +0000
+++ debian/changelog	2012-09-09 15:53:35 +0000
@@ -30,6 +30,11 @@
       are not present on the CD to mirror the behavior of the other methods
       and to allow uncompressed indexes to be dropped without scaring users
 
+  [ Sam Lidder ]
+  * cmdline/apt-cache.cc:
+    - display version information for non-virtual packages in output of
+      'apt-cache (r)depends' (Closes: #218995)
+
  -- David Kalnischkies <kalnischkies@gmail.com>  Sun, 26 Aug 2012 10:49:17 +0200
 
 apt (0.9.7.4) unstable; urgency=low

