r41842 - in /desktop/unstable/glib2.0/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Jun 13 14:59:47 UTC 2014


Author: pochu
Date: Fri Jun 13 14:59:47 2014
New Revision: 41842

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41842
Log:
Use the default compiler on sparc, since it's already >> 4.7.
Closes: #751313.

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/control
    desktop/unstable/glib2.0/debian/control.in
    desktop/unstable/glib2.0/debian/rules

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=41842&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Fri Jun 13 14:59:47 2014
@@ -8,6 +8,10 @@
 
   [ Iain Lane ]
   * Fix Vcs-* for the unstable branches
+
+  [ Emilio Pozuelo Monfort ]
+  * Use the default compiler on sparc, since it's already >> 4.7.
+    Closes: #751313.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 05 May 2014 11:50:10 +0200
 

Modified: desktop/unstable/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control?rev=41842&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control	[utf-8] Fri Jun 13 14:59:47 2014
@@ -2,11 +2,10 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,
-               gcc-4.8 [sparc],
                pkg-config (>= 0.16.0),
                gettext,
                autotools-dev,
@@ -31,8 +30,8 @@
                libffi-dev (>= 3.0.0)
 Standards-Version: 3.9.5
 Homepage: http://www.gtk.org/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/glib2.0/
-Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/glib2.0/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glib2.0/
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glib2.0/
 XS-Testsuite: autopkgtest
 
 Package: libglib2.0-0

Modified: desktop/unstable/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control.in?rev=41842&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control.in	[utf-8] Fri Jun 13 14:59:47 2014
@@ -6,7 +6,6 @@
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,
-               gcc-4.8 [sparc],
                pkg-config (>= 0.16.0),
                gettext,
                autotools-dev,

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=41842&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules	[utf-8] Fri Jun 13 14:59:47 2014
@@ -87,9 +87,6 @@
 			--disable-modular-tests \
 			--disable-gtk-doc
 endif
-ifeq ($(DEB_HOST_ARCH), sparc)
-  DEB_CONFIGURE_EXTRA_FLAGS += CC=gcc-4.8
-endif
 
 DEB_CONFIGURE_FLAGS_deb := \
 			--enable-gtk-doc \




More information about the pkg-gnome-commits mailing list