r23698 - in /packages/unstable/gtk-smooth-engine: debian/changelog debian/control engines/smooth/Makefile.am

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Apr 11 09:42:28 UTC 2010


Author: joss
Date: Sun Apr 11 09:42:27 2010
New Revision: 23698

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23698
Log:
engines/smooth/Makefile.am: don’t use -D*_DISABLE_DEPRECATED unless 
explicitly specified. Closes: #577376.

Modified:
    packages/unstable/gtk-smooth-engine/debian/changelog
    packages/unstable/gtk-smooth-engine/debian/control
    packages/unstable/gtk-smooth-engine/engines/smooth/Makefile.am

Modified: packages/unstable/gtk-smooth-engine/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtk-smooth-engine/debian/changelog?rev=23698&op=diff
==============================================================================
--- packages/unstable/gtk-smooth-engine/debian/changelog [utf-8] (original)
+++ packages/unstable/gtk-smooth-engine/debian/changelog [utf-8] Sun Apr 11 09:42:27 2010
@@ -1,3 +1,10 @@
+gtk-smooth-engine (1:2.14.3+deb5) unstable; urgency=low
+
+  * engines/smooth/Makefile.am: don’t use -D*_DISABLE_DEPRECATED unless 
+    explicitly specified. Closes: #577376.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 11 Apr 2010 11:24:54 +0200
+
 gtk-smooth-engine (1:2.14.3+deb4) unstable; urgency=low
 
   * Switch to automake 1.11. Closes: #541518.

Modified: packages/unstable/gtk-smooth-engine/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtk-smooth-engine/debian/control?rev=23698&op=diff
==============================================================================
--- packages/unstable/gtk-smooth-engine/debian/control [utf-8] (original)
+++ packages/unstable/gtk-smooth-engine/debian/control [utf-8] Sun Apr 11 09:42:27 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: gtk-smooth-engine
 Section: gnome
 Priority: optional

Modified: packages/unstable/gtk-smooth-engine/engines/smooth/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtk-smooth-engine/engines/smooth/Makefile.am?rev=23698&op=diff
==============================================================================
--- packages/unstable/gtk-smooth-engine/engines/smooth/Makefile.am [utf-8] (original)
+++ packages/unstable/gtk-smooth-engine/engines/smooth/Makefile.am [utf-8] Sun Apr 11 09:42:27 2010
@@ -9,10 +9,7 @@
 
 AM_CFLAGS =								\
 	$(GTK_CFLAGS)							\
-	-DG_DISABLE_DEPRECATED 						\
-	-DGDK_DISABLE_DEPRECATED 					\
-	-DGDK_PIXBUF_DISABLE_DEPRECATED					\
-	-DGTK_DISABLE_DEPRECATED
+	$(DEVELOPMENT_CFLAGS)
 
 enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
 engine_LTLIBRARIES = libsmooth.la




More information about the pkg-gnome-commits mailing list