r18177 - in /desktop/experimental/gconfmm2.6/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 13:50:59 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 13:50:59 2009
New Revision: 18177
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18177
Log:
`Make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
desktop/experimental/gconfmm2.6/debian/changelog
desktop/experimental/gconfmm2.6/debian/rules
Modified: desktop/experimental/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconfmm2.6/debian/changelog?rev=18177&op=diff
==============================================================================
--- desktop/experimental/gconfmm2.6/debian/changelog (original)
+++ desktop/experimental/gconfmm2.6/debian/changelog Sun Jan 4 13:50:59 2009
@@ -1,6 +1,8 @@
gconfmm2.6 (2.24.0-2) UNRELEASED; urgency=low
* Use POSIX standard regex classes in sed trick in debian/rules.
+ * `Make -C examples clean` after `make install` to prevent shipping
+ unexpected files.
-- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sun, 05 Oct 2008 02:48:55 +0800
Modified: desktop/experimental/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconfmm2.6/debian/rules?rev=18177&op=diff
==============================================================================
--- desktop/experimental/gconfmm2.6/debian/rules (original)
+++ desktop/experimental/gconfmm2.6/debian/rules Sun Jan 4 13:50:59 2009
@@ -27,6 +27,9 @@
build/$(DOC_PKG)::
$(MAKE) -C docs/reference
+install/$(DOC_PKG)::
+ $(MAKE) -C examples clean
+
# chrpath hack to get rid of amd64 rpath
common-install-impl::
chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*
More information about the pkg-gnome-commits
mailing list