r21922 - in /packages/unstable/alleyoop/debian: changelog patches/02_default_alignment.diff

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Oct 12 12:04:49 UTC 2009


Author: ah
Date: Mon Oct 12 12:04:38 2009
New Revision: 21922

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21922
Log:
* New upstream release.
* debian/patches/02_default_alignment.diff: Added. (Closes: #549280)


Added:
    packages/unstable/alleyoop/debian/patches/02_default_alignment.diff
Modified:
    packages/unstable/alleyoop/debian/changelog

Modified: packages/unstable/alleyoop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/changelog?rev=21922&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/changelog [utf-8] (original)
+++ packages/unstable/alleyoop/debian/changelog [utf-8] Mon Oct 12 12:04:38 2009
@@ -1,8 +1,13 @@
-alleyoop (0.9.3-3) UNRELEASED; urgency=low
+alleyoop (0.9.5-1) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Add some other missing build-dependencies.
 
- -- Josselin Mouette <joss at debian.org>  Wed, 08 Jul 2009 10:15:33 +0200
+  [ Andreas Henriksson ]
+  * New upstream release.
+  * debian/patches/02_default_alignment.diff: Added. (Closes: #549280)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 12 Oct 2009 14:04:56 +0200
 
 alleyoop (0.9.3-2.1) unstable; urgency=low
 

Added: packages/unstable/alleyoop/debian/patches/02_default_alignment.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/patches/02_default_alignment.diff?rev=21922&op=file
==============================================================================
--- packages/unstable/alleyoop/debian/patches/02_default_alignment.diff (added)
+++ packages/unstable/alleyoop/debian/patches/02_default_alignment.diff [utf-8] Mon Oct 12 12:04:38 2009
@@ -1,0 +1,18 @@
+# valgrinds alignment can *not* be lower then the default,
+# which is either 8 or 16 depending on platform.
+# Rely on the default instead of specifying 8 to avoid breaking on platforms
+# which defaults to 16.
+# Andreas Henriksson <andreas at fatal.se>, 2009-10-12
+
+diff -uri alleyoop-0.9.5.orig/src/vggeneralprefs.c alleyoop-0.9.5/src/vggeneralprefs.c
+--- alleyoop-0.9.5.orig/src/vggeneralprefs.c	2009-02-08 18:56:48.000000000 +0100
++++ alleyoop-0.9.5/src/vggeneralprefs.c	2009-10-12 13:30:42.000000000 +0200
+@@ -334,8 +336,6 @@
+ 	
+ 	gconf = gconf_client_get_default ();
+ 	
+-	g_ptr_array_add (argv, "--alignment=8");
+-	
+ 	for (i = 0; i < G_N_ELEMENTS (general_args); i++) {
+ 		const char *arg = general_args[i].arg;
+ 		const char *key = general_args[i].key;




More information about the pkg-gnome-commits mailing list