r15312 - in /packages/unstable/last-exit/debian: changelog control control.in patches/03_gtk-sharp-2-12.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Mar 19 09:52:30 UTC 2008


Author: slomo
Date: Wed Mar 19 09:52:30 2008
New Revision: 15312

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15312
Log:
* debian/control.in:
  + Update Standards-Version to 3.7.3, no additional changes needed.
* debian/patches/03_gtk-sharp-2-12.patch:
  + Fix build with Gtk# 2.12 (Closes: #471637).

Added:
    packages/unstable/last-exit/debian/patches/03_gtk-sharp-2-12.patch
Modified:
    packages/unstable/last-exit/debian/changelog
    packages/unstable/last-exit/debian/control
    packages/unstable/last-exit/debian/control.in

Modified: packages/unstable/last-exit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/changelog?rev=15312&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/changelog (original)
+++ packages/unstable/last-exit/debian/changelog Wed Mar 19 09:52:30 2008
@@ -1,4 +1,4 @@
-last-exit (5-2) UNRELEASED; urgency=low
+last-exit (5-2) unstable; urgency=low
 
   [ Kilian Krause ]
   * Add get-orig-source target. Needs gnome-pkg-tools 0.12.2.
@@ -6,8 +6,12 @@
   [ Sebastian Dröge ]
   * debian/patches/99_ltmain_as-needed.patch:
     + Reorder linking parameters to actually use --as-needed.
+  * debian/control.in:
+    + Update Standards-Version to 3.7.3, no additional changes needed.
+  * debian/patches/03_gtk-sharp-2-12.patch:
+    + Fix build with Gtk# 2.12 (Closes: #471637).
 
- -- Sebastian Dröge <slomo at debian.org>  Tue, 04 Dec 2007 15:44:53 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 19 Mar 2008 10:51:05 +0100
 
 last-exit (5-1) unstable; urgency=low
 

Modified: packages/unstable/last-exit/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/control?rev=15312&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/control (original)
+++ packages/unstable/last-exit/debian/control Wed Mar 19 09:52:30 2008
@@ -25,7 +25,7 @@
                libsexy-dev (>= 0.1.7),
                libndesk-dbus1.0-cil (>= 0.4),
                libndesk-dbus-glib1.0-cil (>= 0.3)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: last-exit
 Architecture: any

Modified: packages/unstable/last-exit/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/control.in?rev=15312&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/control.in (original)
+++ packages/unstable/last-exit/debian/control.in Wed Mar 19 09:52:30 2008
@@ -25,7 +25,7 @@
                libsexy-dev (>= 0.1.7),
                libndesk-dbus1.0-cil (>= 0.4),
                libndesk-dbus-glib1.0-cil (>= 0.3)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: last-exit
 Architecture: any

Added: packages/unstable/last-exit/debian/patches/03_gtk-sharp-2-12.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/patches/03_gtk-sharp-2-12.patch?rev=15312&op=file
==============================================================================
--- packages/unstable/last-exit/debian/patches/03_gtk-sharp-2-12.patch (added)
+++ packages/unstable/last-exit/debian/patches/03_gtk-sharp-2-12.patch Wed Mar 19 09:52:30 2008
@@ -1,0 +1,25 @@
+--- src/PlayerWindow.cs.old	2008-03-19 10:49:39.000000000 +0100
++++ src/PlayerWindow.cs	2008-03-19 10:50:02.000000000 +0100
+@@ -46,7 +46,7 @@
+ 		[Glade.Widget] private Button journal_button;
+ 		[Glade.Widget] private Button preferences_button;
+ 
+-		private VolumeButton volume_button;
++		private Bacon.VolumeButton volume_button;
+ 
+ 		[Glade.Widget] private VBox title_label_container;
+ 		[Glade.Widget] private VBox artist_label_container;
+@@ -207,11 +207,11 @@
+ 			KeyPressEvent += OnKeyPressEvent;
+ 
+ 			// Volume
+-			volume_button = new VolumeButton ();
++			volume_button = new Bacon.VolumeButton ();
+ 			volume_button.Relief = ReliefStyle.Normal;
+ 			volume_button_container.Add (volume_button);
+ 			volume_button.Visible = true;
+-			volume_button.VolumeChanged += new VolumeButton.VolumeChangedHandler (OnVolumeChanged);
++			volume_button.VolumeChanged += new Bacon.VolumeButton.VolumeChangedHandler (OnVolumeChanged);
+ 
+ 			volume_button.Volume = Driver.config.Volume;
+ 		}




More information about the pkg-gnome-commits mailing list