r54593 - in /desktop/unstable/atk1.0/debian: changelog patches/buildpath patches/series

sthibault at users.alioth.debian.org sthibault at users.alioth.debian.org
Sun Oct 29 14:18:00 UTC 2017


Author: sthibault
Date: Sun Oct 29 14:18:00 2017
New Revision: 54593

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54593
Log:
debian/patches/buildpath: Use @basename@ instead of @filename@

to avoid including the build path in installed headers (Closes: #880055)

Added:
    desktop/unstable/atk1.0/debian/patches/buildpath
Modified:
    desktop/unstable/atk1.0/debian/changelog
    desktop/unstable/atk1.0/debian/patches/series

Modified: desktop/unstable/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/changelog?rev=54593&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/atk1.0/debian/changelog	[utf-8] Sun Oct 29 14:18:00 2017
@@ -1,3 +1,10 @@
+atk1.0 (2.26.1-2) UNRELEASED; urgency=medium
+
+  * debian/patches/buildpath: Use @basename@ instead of @filename@ to avoid
+    including the build path in installed headers (Closes: #880055)
+
+ -- Samuel Thibault <sthibault at debian.org>  Sun, 29 Oct 2017 15:14:38 +0100
+
 atk1.0 (2.26.1-1) unstable; urgency=medium
 
   * New upstream release

Added: desktop/unstable/atk1.0/debian/patches/buildpath
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/patches/buildpath?rev=54593&op=file
==============================================================================
--- desktop/unstable/atk1.0/debian/patches/buildpath	(added)
+++ desktop/unstable/atk1.0/debian/patches/buildpath	[utf-8] Sun Oct 29 14:18:00 2017
@@ -0,0 +1,15 @@
+---
+ atk/atk-enum-types.h.template |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/atk/atk-enum-types.h.template
++++ b/atk/atk-enum-types.h.template
+@@ -14,7 +14,7 @@ G_BEGIN_DECLS
+ 
+ /*** BEGIN file-production ***/
+ 
+-/* enumerations from "@filename@" */
++/* enumerations from "@basename@" */
+ /*** END file-production ***/
+ 
+ /*** BEGIN value-header ***/

Modified: desktop/unstable/atk1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/patches/series?rev=54593&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/atk1.0/debian/patches/series	[utf-8] Sun Oct 29 14:18:00 2017
@@ -0,0 +1 @@
+buildpath




More information about the pkg-gnome-commits mailing list