r11795 - in /packages/unstable/update-manager/debian: changelog patches/04_mark_keep_in_group.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Jul 4 00:09:22 UTC 2007


Author: kov
Date: Wed Jul  4 00:09:22 2007
New Revision: 11795

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11795
Log:
patch by Mat Kraai fixing a typo I made in the patch

Modified:
    packages/unstable/update-manager/debian/changelog
    packages/unstable/update-manager/debian/patches/04_mark_keep_in_group.diff

Modified: packages/unstable/update-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/changelog?rev=11795&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/changelog (original)
+++ packages/unstable/update-manager/debian/changelog Wed Jul  4 00:09:22 2007
@@ -1,3 +1,10 @@
+update-manager (0.42.2ubuntu22-15) unstable; urgency=low
+
+  * applied patch by Matt Kraai which fixes my typo on the patch
+    which makes it not work correctly for apt 0.7.2  (Closes: #431114)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 03 Jul 2007 21:08:29 -0300
+
 update-manager (0.42.2ubuntu22-14) unstable; urgency=high
 
   * Urgency set to high because the bug it addresses affects every testing
@@ -12,7 +19,7 @@
 
   * debian/patches/04_mark_keep_in_group.diff:
   - fix problem with huge slowness in startup, thanks to
-    Matt Karai for the patch (Closes: #428897)
+    Matt Kraai for the patch (Closes: #428897)
 
  -- Gustavo Noronha Silva <kov at debian.org>  Mon, 18 Jun 2007 19:57:04 +0100
 

Modified: packages/unstable/update-manager/debian/patches/04_mark_keep_in_group.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/patches/04_mark_keep_in_group.diff?rev=11795&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/patches/04_mark_keep_in_group.diff (original)
+++ packages/unstable/update-manager/debian/patches/04_mark_keep_in_group.diff Wed Jul  4 00:09:22 2007
@@ -7,7 +7,7 @@
      def clean(self):
 -        for pkg in self:
 -            pkg.markKeep()
-+        GetPkgActionGroup = getattr(apt_pkg, 'GetPkgActionGrup', None)
++        GetPkgActionGroup = getattr(apt_pkg, 'GetPkgActionGroup', None)
 +        if GetPkgActionGroup:
 +            action_group = GetPkgActionGroup(self._depcache)
 +        try:




More information about the pkg-gnome-commits mailing list