r30110 - in /desktop/experimental/file-roller/debian: changelog control.in patches/11_search_as_you_type.patch patches/12_disable_deprecated.patch patches/99_ltmain_as-needed.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Oct 9 22:07:02 UTC 2011


Author: ah
Date: Sun Oct  9 22:07:01 2011
New Revision: 30110

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30110
Log:
New upstream release


Added:
    desktop/experimental/file-roller/debian/patches/12_disable_deprecated.patch
Modified:
    desktop/experimental/file-roller/debian/changelog
    desktop/experimental/file-roller/debian/control.in
    desktop/experimental/file-roller/debian/patches/11_search_as_you_type.patch
    desktop/experimental/file-roller/debian/patches/99_ltmain_as-needed.patch
    desktop/experimental/file-roller/debian/patches/series

Modified: desktop/experimental/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/changelog?rev=30110&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/changelog [utf-8] (original)
+++ desktop/experimental/file-roller/debian/changelog [utf-8] Sun Oct  9 22:07:01 2011
@@ -1,4 +1,4 @@
-file-roller (3.0.2-2) UNRELEASED; urgency=low
+file-roller (3.2.0-1) UNRELEASED; urgency=low
 
   [ Josselin Mouette ]
   * file-roller.mime: dropped. We don’t do necromancy anymore.
@@ -8,7 +8,15 @@
   * debian/control.in:
     - Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
 
- -- Michael Biebl <biebl at debian.org>  Wed, 05 Oct 2011 03:11:25 +0200
+  [ Andreas Henriksson ]
+  * New upstream release.
+    + debian/control.in: Bump glib build dependency according to configure.ac
+    + debian/patches/*: refreshed.
+    + debian/patches/12_disable_deprecated.patch: Added for the (not given)
+      --disable-deprecated configure switch to be taken into consideration
+      in ./copy-n-paste/Makefile.{am,in}
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 10 Oct 2011 00:07:54 +0200
 
 file-roller (3.0.2-1) experimental; urgency=low
 

Modified: desktop/experimental/file-roller/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/control.in?rev=30110&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/control.in [utf-8] (original)
+++ desktop/experimental/file-roller/debian/control.in [utf-8] Sun Oct  9 22:07:01 2011
@@ -6,7 +6,7 @@
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 8),
                gnome-pkg-tools (>= 0.12),
-               libglib2.0-dev (>= 2.25.5),
+               libglib2.0-dev (>= 2.29.14),
                libgtk-3-dev (>= 3.0.2),
                libmagic-dev,
                libnautilus-extension-dev (>= 2.91.0),

Modified: desktop/experimental/file-roller/debian/patches/11_search_as_you_type.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/patches/11_search_as_you_type.patch?rev=30110&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/patches/11_search_as_you_type.patch [utf-8] (original)
+++ desktop/experimental/file-roller/debian/patches/11_search_as_you_type.patch [utf-8] Sun Oct  9 22:07:01 2011
@@ -11,11 +11,11 @@
  src/fr-window.c |    2 --
  1 files changed, 0 insertions(+), 2 deletions(-)
 
-Index: file-roller-3.0.2/src/fr-window.c
+Index: file-roller-3.2.0/src/fr-window.c
 ===================================================================
---- file-roller-3.0.2.orig/src/fr-window.c	2011-05-08 18:07:17.000000000 +0200
-+++ file-roller-3.0.2/src/fr-window.c	2011-06-12 20:00:18.965801024 +0200
-@@ -5619,8 +5619,6 @@
+--- file-roller-3.2.0.orig/src/fr-window.c	2011-09-23 18:03:00.000000000 +0200
++++ file-roller-3.2.0/src/fr-window.c	2011-10-09 23:54:09.000000000 +0200
+@@ -5609,8 +5609,6 @@
  
  	gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (window->priv->list_view), TRUE);
  	add_file_list_columns (window, GTK_TREE_VIEW (window->priv->list_view));

Added: desktop/experimental/file-roller/debian/patches/12_disable_deprecated.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/patches/12_disable_deprecated.patch?rev=30110&op=file
==============================================================================
--- desktop/experimental/file-roller/debian/patches/12_disable_deprecated.patch (added)
+++ desktop/experimental/file-roller/debian/patches/12_disable_deprecated.patch [utf-8] Sun Oct  9 22:07:01 2011
@@ -1,0 +1,27 @@
+Index: file-roller-3.2.0/copy-n-paste/Makefile.am
+===================================================================
+--- file-roller-3.2.0.orig/copy-n-paste/Makefile.am	2011-08-04 09:46:36.000000000 +0200
++++ file-roller-3.2.0/copy-n-paste/Makefile.am	2011-10-09 23:54:42.000000000 +0200
+@@ -1,6 +1,4 @@
+-INCLUDES = -DGTK_DISABLE_DEPRECATED \
+-	   -DGDK_DISABLE_DEPRECATED \
+-	   -DG_DISABLE_DEPRECATED \
++INCLUDES = $(DISABLE_DEPRECATED) \
+ 	   -UGETTEXT_PACKAGE
+ 
+ noinst_LTLIBRARIES = libeggsmclient.la
+Index: file-roller-3.2.0/copy-n-paste/Makefile.in
+===================================================================
+--- file-roller-3.2.0.orig/copy-n-paste/Makefile.in	2011-09-26 20:16:42.000000000 +0200
++++ file-roller-3.2.0/copy-n-paste/Makefile.in	2011-10-09 23:54:49.000000000 +0200
+@@ -246,9 +246,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-INCLUDES = -DGTK_DISABLE_DEPRECATED \
+-	   -DGDK_DISABLE_DEPRECATED \
+-	   -DG_DISABLE_DEPRECATED \
++INCLUDES = $(DISABLE_DEPRECATED) \
+ 	   -UGETTEXT_PACKAGE
+ 
+ noinst_LTLIBRARIES = libeggsmclient.la

Modified: desktop/experimental/file-roller/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/patches/99_ltmain_as-needed.patch?rev=30110&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/experimental/file-roller/debian/patches/99_ltmain_as-needed.patch [utf-8] Sun Oct  9 22:07:01 2011
@@ -1,8 +1,8 @@
-Index: file-roller-2.26.2/ltmain.sh
+Index: file-roller-3.2.0/ltmain.sh
 ===================================================================
---- file-roller-2.26.2.orig/ltmain.sh	2009-06-11 23:34:22.708328005 +0200
-+++ file-roller-2.26.2/ltmain.sh	2009-06-11 23:35:55.291494639 +0200
-@@ -4716,6 +4716,11 @@ func_mode_link ()
+--- file-roller-3.2.0.orig/ltmain.sh	2011-09-01 12:52:25.000000000 +0200
++++ file-roller-3.2.0/ltmain.sh	2011-10-09 23:54:58.000000000 +0200
+@@ -5787,6 +5787,11 @@
  	arg=$func_stripname_result
  	;;
  
@@ -14,7 +14,7 @@
        -Wl,*)
  	func_stripname '-Wl,' '' "$arg"
  	args=$func_stripname_result
-@@ -5070,6 +5075,15 @@ func_mode_link ()
+@@ -6147,6 +6152,15 @@
  	lib=
  	found=no
  	case $deplib in

Modified: desktop/experimental/file-roller/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/patches/series?rev=30110&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/patches/series [utf-8] (original)
+++ desktop/experimental/file-roller/debian/patches/series [utf-8] Sun Oct  9 22:07:01 2011
@@ -1,2 +1,3 @@
 11_search_as_you_type.patch
+12_disable_deprecated.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list