r48932 - in /desktop/unstable/gtk+3.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 06:08:13 UTC 2016


Author: biebl
Date: Thu May 26 06:08:13 2016
New Revision: 48932

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48932
Log:
Work around a bug in cdbs which causes the package to FTBFS; see #825135
for further details.

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/rules

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=48932&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Thu May 26 06:08:13 2016
@@ -1,3 +1,10 @@
+gtk+3.0 (3.20.5-4) UNRELEASED; urgency=medium
+
+  * Work around a bug in cdbs which causes the package to FTBFS; see #825135
+    for further details.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 26 May 2016 08:05:56 +0200
+
 gtk+3.0 (3.20.5-3) unstable; urgency=medium
 
   * Make it simpler to bootstrap the package by marking the build dependencies

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=48932&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Thu May 26 06:08:13 2016
@@ -166,6 +166,8 @@
 	mkdir -p debian/build/glib-2.0/schemas/
 	cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
 	glib-compile-schemas debian/build/glib-2.0/schemas/
+	# Work around a bug in cdbs, can be dropped once #825135 is fixed
+	mkdir -p debian/stamp-makefile-check/
 
 # Add dependencies to generate files from the debian/*.in ones
 build-indep: $(call dh_subst_files,$(DEB_INDEP_PACKAGES))




More information about the pkg-gnome-commits mailing list