[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/engrampa][master] 3 commits: prepare new upstream release (v1.22.2)



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / engrampa

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +engrampa (1.22.2-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/patches:
    
    5
    +    + Drop 0001_Remove_unused_g_ptr_array_copy.patch. Applied upstream.
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 06 Sep 2019 08:38:03 +0200
    
    8
    +
    
    1 9
     engrampa (1.22.1-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Martin Wimpress ]
    

  • debian/patches/0001_Remove_unused_g_ptr_array_copy.patch deleted
    1
    -Origin: https://github.com/mate-desktop/engrampa/commit/df3d24ca21ce8abd0f325c21dc7e249803e2ab83.diff
    
    2
    -Author: rbuj <robert.buj@gmail.com>
    
    3
    -Description: glib-utils: Remove unused function - g_ptr_array_copy
    
    4
    -
    
    5
    -diff --git a/src/glib-utils.c b/src/glib-utils.c
    
    6
    -index 27d4548c..38d78454 100644
    
    7
    ---- a/src/glib-utils.c
    
    8
    -+++ b/src/glib-utils.c
    
    9
    -@@ -568,22 +568,6 @@ get_time_string (time_t time)
    
    10
    - }
    
    11
    - 
    
    12
    - 
    
    13
    --GPtrArray *
    
    14
    --g_ptr_array_copy (GPtrArray *array)
    
    15
    --{
    
    16
    --	GPtrArray *new_array;
    
    17
    --	
    
    18
    --	if (array == NULL)
    
    19
    --		return NULL;
    
    20
    --		
    
    21
    --	new_array = g_ptr_array_sized_new (array->len);
    
    22
    --	memcpy (new_array->pdata, array->pdata, array->len * sizeof (gpointer)); 
    
    23
    --	new_array->len = array->len;
    
    24
    --	
    
    25
    --	return new_array;
    
    26
    --}
    
    27
    --
    
    28
    --
    
    29
    - void
    
    30
    - g_ptr_array_free_full (GPtrArray *array,
    
    31
    -                        GFunc      free_func,
    
    32
    -diff --git a/src/glib-utils.h b/src/glib-utils.h
    
    33
    -index 0c8f88b8..d9a2f790 100644
    
    34
    ---- a/src/glib-utils.h
    
    35
    -+++ b/src/glib-utils.h
    
    36
    -@@ -66,7 +66,6 @@ const char *        get_last_field               (const char  *line,
    
    37
    - 						  int          last_field);
    
    38
    - int                 n_fields                     (char       **str_array);
    
    39
    - char *              get_time_string              (time_t       time);
    
    40
    --GPtrArray *         g_ptr_array_copy             (GPtrArray   *array);
    
    41
    - void                g_ptr_array_free_full        (GPtrArray   *array,
    
    42
    -                        				  GFunc        func,
    
    43
    -                        				  gpointer     user_data);

  • debian/patches/series deleted
    1
    -0001_Remove_unused_g_ptr_array_copy.patch


  • Reply to: