r2068 - in /unstable/evolution-exchange/debian: changelog control patches/01_deprecated.patch patches/series rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Dec 1 20:38:10 UTC 2011


Author: joss
Date: Thu Dec  1 20:38:09 2011
New Revision: 2068

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2068
Log:
* Use dh-autoreconf.
* 01_deprecated.patch: new patch. Remove _DISABLE_DEPRECATED flags.
  Closes: #650051.

Added:
    unstable/evolution-exchange/debian/patches/01_deprecated.patch
    unstable/evolution-exchange/debian/patches/series
Modified:
    unstable/evolution-exchange/debian/changelog
    unstable/evolution-exchange/debian/control
    unstable/evolution-exchange/debian/rules

Modified: unstable/evolution-exchange/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/changelog?rev=2068&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/changelog (original)
+++ unstable/evolution-exchange/debian/changelog Thu Dec  1 20:38:09 2011
@@ -1,3 +1,11 @@
+evolution-exchange (3.0.2-2) unstable; urgency=low
+
+  * Use dh-autoreconf.
+  * 01_deprecated.patch: new patch. Remove _DISABLE_DEPRECATED flags.
+    Closes: #650051.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 01 Dec 2011 21:38:07 +0100
+
 evolution-exchange (3.0.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: unstable/evolution-exchange/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/control?rev=2068&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/control (original)
+++ unstable/evolution-exchange/debian/control Thu Dec  1 20:38:09 2011
@@ -17,6 +17,7 @@
 Build-Depends: debhelper (>= 5.0.0),
                dpkg-dev (>= 1.14.16),
                cdbs (>= 0.4.37),
+               dh-autoreconf,
                gnome-pkg-tools,
                pkg-config,
                libglib2.0-dev (>= 2.28),

Added: unstable/evolution-exchange/debian/patches/01_deprecated.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/patches/01_deprecated.patch?rev=2068&op=file
==============================================================================
--- unstable/evolution-exchange/debian/patches/01_deprecated.patch (added)
+++ unstable/evolution-exchange/debian/patches/01_deprecated.patch Thu Dec  1 20:38:09 2011
@@ -1,0 +1,18 @@
+Index: evolution-exchange-3.0.2/configure.ac
+===================================================================
+--- evolution-exchange-3.0.2.orig/configure.ac	2011-04-25 09:03:03.000000000 +0200
++++ evolution-exchange-3.0.2/configure.ac	2011-12-01 21:35:36.077926002 +0100
+@@ -34,12 +34,7 @@ dnl **********************
+ dnl Compiler Warning Flags
+ dnl **********************
+ AS_COMPILER_FLAGS(WARNING_FLAGS,
+-	"-DG_DISABLE_DEPRECATED
+-	-DPANGO_DISABLE_DEPRECATED
+-	-DGDK_DISABLE_DEPRECATED
+-	-DGDK_PIXBUF_DISABLE_DEPRECATED
+-	-DGTK_DISABLE_DEPRECATED
+-	-DE_BOOK_DISABLE_DEPRECATED
++	"-DE_BOOK_DISABLE_DEPRECATED
+ 	-DE_CAL_DISABLE_DEPRECATED
+ 	-DG_DISABLE_SINGLE_INCLUDES
+ 	-DGTK_DISABLE_SINGLE_INCLUDES

Added: unstable/evolution-exchange/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/patches/series?rev=2068&op=file
==============================================================================
--- unstable/evolution-exchange/debian/patches/series (added)
+++ unstable/evolution-exchange/debian/patches/series Thu Dec  1 20:38:09 2011
@@ -1,0 +1,1 @@
+01_deprecated.patch

Modified: unstable/evolution-exchange/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-exchange/debian/rules?rev=2068&op=diff
==============================================================================
--- unstable/evolution-exchange/debian/rules (original)
+++ unstable/evolution-exchange/debian/rules Thu Dec  1 20:38:09 2011
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk




More information about the pkg-evolution-commits mailing list