r24904 - in /packages/unstable/mutter/debian: changelog control control.in rules source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jul 26 20:51:10 UTC 2010


Author: pochu
Date: Mon Jul 26 20:51:09 2010
New Revision: 24904

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24904
Log:
* debian/rules:
  - Build with -Wno-deprecated-declarations, otherwise -Werror will
    make us fail to build when a library deprecates some functions.
    Closes: #590347.
* Switch to source format 3.0 (quilt).

Added:
    packages/unstable/mutter/debian/source/
    packages/unstable/mutter/debian/source/format
Modified:
    packages/unstable/mutter/debian/changelog
    packages/unstable/mutter/debian/control
    packages/unstable/mutter/debian/control.in
    packages/unstable/mutter/debian/rules

Modified: packages/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/changelog?rev=24904&op=diff
==============================================================================
--- packages/unstable/mutter/debian/changelog [utf-8] (original)
+++ packages/unstable/mutter/debian/changelog [utf-8] Mon Jul 26 20:51:09 2010
@@ -1,3 +1,13 @@
+mutter (2.29.0-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Build with -Wno-deprecated-declarations, otherwise -Werror will
+      make us fail to build when a library deprecates some functions.
+      Closes: #590347.
+  * Switch to source format 3.0 (quilt).
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 26 Jul 2010 22:35:30 +0200
+
 mutter (2.29.0-2) unstable; urgency=low
 
   * debian/control:

Modified: packages/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/control?rev=24904&op=diff
==============================================================================
--- packages/unstable/mutter/debian/control [utf-8] (original)
+++ packages/unstable/mutter/debian/control [utf-8] Mon Jul 26 20:51:09 2010
@@ -7,10 +7,9 @@
 Section: x11
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Noronha Silva <kov at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
-               quilt,
                intltool (>= 0.34.90),
                gobject-introspection (>= 0.6.5-3),
                gir1.0-clutter-1.0,

Modified: packages/unstable/mutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/control.in?rev=24904&op=diff
==============================================================================
--- packages/unstable/mutter/debian/control.in [utf-8] (original)
+++ packages/unstable/mutter/debian/control.in [utf-8] Mon Jul 26 20:51:09 2010
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
-               quilt,
                intltool (>= 0.34.90),
                gobject-introspection (>= 0.6.5-3),
                gir1.0-clutter-1.0,

Modified: packages/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/rules?rev=24904&op=diff
==============================================================================
--- packages/unstable/mutter/debian/rules [utf-8] (original)
+++ packages/unstable/mutter/debian/rules [utf-8] Mon Jul 26 20:51:09 2010
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
@@ -18,3 +17,5 @@
 # This does not work with mutter; disabled, for now.
 # LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
+# This with -Werror is too much, see #590347
+CFLAGS += -Wno-deprecated-declarations

Added: packages/unstable/mutter/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/source/format?rev=24904&op=file
==============================================================================
--- packages/unstable/mutter/debian/source/format (added)
+++ packages/unstable/mutter/debian/source/format [utf-8] Mon Jul 26 20:51:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list