r25343 - in /packages/experimental/gobject-introspection/debian: changelog gir1.0-everything-1.0.install gir1.0-everything-1.0.symbols patches/ rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Oct 10 17:36:54 UTC 2010


Author: bigon
Date: Sun Oct 10 17:36:50 2010
New Revision: 25343

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25343
Log:
* New upstream release
  - Drop debian/patches/01_fix_doc_building.diff: not needed anymore
  - Drop debian/patches/02_local_gir.patch: Fixed upstream
* Really drop debian/patches/02_giscanner_cache.patch
* Drop gir1.0-everything-1.0.{install,symbols}, not needed anymore
* debian/rules: Remove useless environment variables

Removed:
    packages/experimental/gobject-introspection/debian/gir1.0-everything-1.0.install
    packages/experimental/gobject-introspection/debian/gir1.0-everything-1.0.symbols
    packages/experimental/gobject-introspection/debian/patches/
Modified:
    packages/experimental/gobject-introspection/debian/changelog
    packages/experimental/gobject-introspection/debian/rules

Modified: packages/experimental/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gobject-introspection/debian/changelog?rev=25343&op=diff
==============================================================================
--- packages/experimental/gobject-introspection/debian/changelog [utf-8] (original)
+++ packages/experimental/gobject-introspection/debian/changelog [utf-8] Sun Oct 10 17:36:50 2010
@@ -1,3 +1,14 @@
+gobject-introspection (0.9.12-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - Drop debian/patches/01_fix_doc_building.diff: not needed anymore
+    - Drop debian/patches/02_local_gir.patch: Fixed upstream
+  * Really drop debian/patches/02_giscanner_cache.patch
+  * Drop gir1.0-everything-1.0.{install,symbols}, not needed anymore
+  * debian/rules: Remove useless environment variables
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 10 Oct 2010 19:36:28 +0200
+
 gobject-introspection (0.9.6-1) experimental; urgency=low
 
   [ Simon McVittie ]

Modified: packages/experimental/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gobject-introspection/debian/rules?rev=25343&op=diff
==============================================================================
--- packages/experimental/gobject-introspection/debian/rules [utf-8] (original)
+++ packages/experimental/gobject-introspection/debian/rules [utf-8] Sun Oct 10 17:36:50 2010
@@ -12,11 +12,7 @@
 	rm -f debian/tmp/usr/lib/gobject-introspection/giscanner/*.py[co]
 	rm -f debian/tmp/usr/lib/*.la
 
-DEB_MAKE_ENVVARS += \
-	HOME=$(CURDIR) \
-	XDG_DATA_DIRS=$(CURDIR)/gir \
-	UNINSTALLED_INTROSPECTION_SRCDIR=$(CURDIR) \
-	UNINSTALLED_INTROSPECTION_BUILDDIR=$(CURDIR)
+DEB_MAKE_ENVVARS += HOME=$(CURDIR)
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc




More information about the pkg-gnome-commits mailing list