r35734 - in /desktop/experimental/glib2.0/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Sep 20 17:41:03 UTC 2012


Author: mpitt
Date: Thu Sep 20 17:41:03 2012
New Revision: 35734

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35734
Log:
debian/rules: Manually create debian/stamp-makefile-check, as with above
change it's not created automatically any more.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=35734&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Thu Sep 20 17:41:03 2012
@@ -2,6 +2,8 @@
 
   * debian/rules: Only run tests for the main flavour; it takes too
     long for all three and does not give us a lot of extra confidence.
+  * debian/rules: Manually create debian/stamp-makefile-check, as with above
+    change it's not created automatically any more.
   * Add 07_socket_test_bump_max_time.patch: Increase /socket/timed_wait test
     max time. On slow architectures like armel, this test often fails due to
     "(poll_duration < 110000): (154022 < 110000)".

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=35734&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Thu Sep 20 17:41:03 2012
@@ -79,6 +79,9 @@
 			--disable-Bsymbolic \
 			--enable-debug=yes
 
+pre-build::
+	mkdir -p debian/stamp-makefile-check
+
 binary-install/libglib2.0-0::
 	set -e; for script in postinst postrm; do \
 		sed -e"s/#MULTIARCH#/$(DEB_HOST_MULTIARCH)/g" \




More information about the pkg-gnome-commits mailing list