diff -u aptitude-0.2.15.9/debian/changelog aptitude-0.2.15.9/debian/changelog
--- aptitude-0.2.15.9/debian/changelog
+++ aptitude-0.2.15.9/debian/changelog
@@ -1,3 +1,9 @@
+aptitude (0.2.15.9-2ubuntu5) breezy; urgency=low
+
+  * Add support for Ubuntu changelogs in src/cmdline/cmd_changelog.cc
+
+ -- Jorge Bernal <koke@amedias.org>  Sun, 29 May 2005 13:32:59 +0200
+
 aptitude (0.2.15.9-2ubuntu4) breezy; urgency=low
 
   * updated m4/gettext.m4 from the latest gettext package to 
only in patch2:
unchanged:
--- aptitude-0.2.15.9.orig/src/cmdline/cmdline_changelog.cc
+++ aptitude-0.2.15.9/src/cmdline/cmdline_changelog.cc
@@ -63,12 +63,12 @@
 	  for(pkgCache::VerFileIterator vf=ver.FileList();
 	      !vf.end() && !in_debian; ++vf)
 	    if(!vf.File().end() && vf.File().Origin()!=NULL &&
-	       strcmp(vf.File().Origin(), "Debian")==0)
+	       strcmp(vf.File().Origin(), "Ubuntu")==0)
 	      in_debian=true;
 
 	  if(!in_debian)
 	    {
-	      _error->Error(_("%s is not an official Debian package, cannot display its changelog."), input.c_str());
+	      _error->Error(_("%s is not an official Ubuntu package, cannot display its changelog."), input.c_str());
 	      continue;
 	    }
 
