r2061 - in /unstable/evolution/debian: changelog control patches/03_deprecated_gruik.patch patches/series rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 24 19:35:26 UTC 2011


Author: joss
Date: Thu Nov 24 19:35:25 2011
New Revision: 2061

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2061
Log:
03_deprecated_gruik.patch: also remove it in configure, evolution 
doesn’t support autoreconf.

Added:
    unstable/evolution/debian/patches/03_deprecated_gruik.patch
Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/control
    unstable/evolution/debian/patches/series
    unstable/evolution/debian/rules

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2061&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Thu Nov 24 19:35:25 2011
@@ -3,9 +3,10 @@
   * 02_requires_private.patch: new patch. Make gnome-desktop a private
     requirement, it’s not referenced anywhere in the headers.
     Closes: #649646.
-  * Use dh-autoreconf.
   * 03_deprecated.patch: new patch. Remove *_DISABLE_DEPRECATED.
     Closes: #649645.
+  * 03_deprecated_gruik.patch: also remove it in configure, evolution 
+    doesn’t support autoreconf.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 24 Nov 2011 20:06:37 +0100
 

Modified: unstable/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/control?rev=2061&op=diff
==============================================================================
--- unstable/evolution/debian/control (original)
+++ unstable/evolution/debian/control Thu Nov 24 19:35:25 2011
@@ -17,7 +17,6 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution
 Build-Depends: debhelper (>= 7.2.3~),
                cdbs (>= 0.4.52),
-               dh-autoreconf,
                dpkg-dev (>= 1.14.16),
                hardening-includes,
                libglib2.0-dev (>= 2.28),

Added: unstable/evolution/debian/patches/03_deprecated_gruik.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/03_deprecated_gruik.patch?rev=2061&op=file
==============================================================================
--- unstable/evolution/debian/patches/03_deprecated_gruik.patch (added)
+++ unstable/evolution/debian/patches/03_deprecated_gruik.patch Thu Nov 24 19:35:25 2011
@@ -1,0 +1,17 @@
+Index: evolution-3.0.3/configure
+===================================================================
+--- evolution-3.0.3.orig/configure	2011-08-31 07:40:45.000000000 +0200
++++ evolution-3.0.3/configure	2011-11-24 20:34:07.612074047 +0100
+@@ -4417,11 +4417,7 @@ fi
+ 
+ 
+ 
+-  list="-DG_DISABLE_DEPRECATED
+-	-DPANGO_DISABLE_DEPRECATED
+-	-DGDK_PIXBUF_DISABLE_DEPRECATED
+-	-DEDS_DISABLE_DEPRECATED
+-	-DG_DISABLE_SINGLE_INCLUDES
++  list="-DG_DISABLE_SINGLE_INCLUDES
+ 	-DGTK_DISABLE_SINGLE_INCLUDES
+ 	-Wall -Wextra
+ 	-Wno-missing-field-initializers

Modified: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=2061&op=diff
==============================================================================
--- unstable/evolution/debian/patches/series (original)
+++ unstable/evolution/debian/patches/series Thu Nov 24 19:35:25 2011
@@ -1,3 +1,4 @@
 01_message_id.patch
 02_requires_private.patch
 03_deprecated.patch
+03_deprecated_gruik.patch

Modified: unstable/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/rules?rev=2061&op=diff
==============================================================================
--- unstable/evolution/debian/rules (original)
+++ unstable/evolution/debian/rules Thu Nov 24 19:35:25 2011
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/buildvars.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk




More information about the pkg-evolution-commits mailing list