tags 358282 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -urN gnome-apt-0.4.9~/debian/changelog gnome-apt-0.4.9/debian/changelog
--- gnome-apt-0.4.9~/debian/changelog 2005-12-19 14:45:24.000000000 +0000
+++ gnome-apt-0.4.9/debian/changelog 2006-05-26 18:17:46.000000000 +0000
@@ -1,3 +1,11 @@
+gnome-apt (0.4.9-1.1) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * Remove extra qualification from C++ header file and declare friend
+ functions. (Closes: #358282)
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Fri, 26 May 2006 20:18:18 +0200
+
gnome-apt (0.4.9-1) unstable; urgency=high
* Rebuild against new libapt version. (Closes: #341379)
diff -urN gnome-apt-0.4.9~/src/cache.h gnome-apt-0.4.9/src/cache.h
--- gnome-apt-0.4.9~/src/cache.h 2005-08-19 10:45:58.000000000 +0000
+++ gnome-apt-0.4.9/src/cache.h 2006-05-26 18:16:55.000000000 +0000
@@ -68,7 +68,7 @@
static const char* statusText (PkgStatusType);
const char* priorityString (pkgCache::PkgIterator&,
pkgCache::State::VerPriority*);
- pkgRecords::Parser* GAptCache::pkgParser (pkgCache::PkgIterator&);
+ pkgRecords::Parser* pkgParser (pkgCache::PkgIterator&);
private:
aptitude_state* package_states;
diff -urN gnome-apt-0.4.9~/src/filterbar.h gnome-apt-0.4.9/src/filterbar.h
--- gnome-apt-0.4.9~/src/filterbar.h 2003-08-27 17:15:33.000000000 +0000
+++ gnome-apt-0.4.9/src/filterbar.h 2006-05-26 18:16:55.000000000 +0000
@@ -32,6 +32,16 @@
#include "filter.h"
+void sections_toggled(GtkWidget* menuitem, gpointer data);
+void priority_toggled(GtkWidget* menuitem, gpointer data);
+void status_toggled (GtkWidget* menuitem, gpointer data);
+void priority_reverse(GtkWidget* menuitem, gpointer data);
+void priority_clear (GtkWidget* menuitem, gpointer data);
+void status_reverse (GtkWidget* menuitem, gpointer data);
+void status_clear (GtkWidget* menuitem, gpointer data);
+void all_reverse (GtkWidget* menuitem, gpointer data);
+void all_clear (GtkWidget* menuitem, gpointer data);
+
class GAptFilterBar : public Filter::View {
public:
GAptFilterBar(Filter* filter);
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]