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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Feb 16 09:34:10 UTC 2014


Author: pochu
Date: Sun Feb 16 09:34:10 2014
New Revision: 40502

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40502
Log:
* debian/rules:
  + Tell dh_clean not to remove org.gtk.test.gschema.xml.orig, otherwise
    the build fails as that fail is missing. Apparently dh_clean removes
    everything that ends with .orig.

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=40502&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Sun Feb 16 09:34:10 2014
@@ -1,6 +1,10 @@
 glib2.0 (2.39.4-1) UNRELEASED; urgency=medium
 
   * New upstream development release.
+  * debian/rules:
+    + Tell dh_clean not to remove org.gtk.test.gschema.xml.orig, otherwise
+      the build fails as that fail is missing. Apparently dh_clean removes
+      everything that ends with .orig.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 16 Feb 2014 00:45:50 +0100
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=40502&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules	[utf-8] Sun Feb 16 09:34:10 2014
@@ -43,6 +43,8 @@
 REFDBG_PKG := libglib$(APIVER)-$(SONAME)-refdbg
 
 DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/install/@FLAVOR@
+
+DEB_CLEAN_EXCLUDE = org.gtk.test.gschema.xml.orig
 
 DEB_DH_INSTALL_ARGS += --sourcedir=debian/install/deb
 DEB_DH_INSTALL_ARGS_$(TEST_PKG) += --sourcedir=debian/install/deb -X.la




More information about the pkg-gnome-commits mailing list