r18180 - in /desktop/experimental/libgnomeuimm2.6/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 14:01:41 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 14:01:40 2009
New Revision: 18180
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18180
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
desktop/experimental/libgnomeuimm2.6/debian/changelog
desktop/experimental/libgnomeuimm2.6/debian/rules
Modified: desktop/experimental/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgnomeuimm2.6/debian/changelog?rev=18180&op=diff
==============================================================================
--- desktop/experimental/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/experimental/libgnomeuimm2.6/debian/changelog Sun Jan 4 14:01:40 2009
@@ -1,6 +1,8 @@
libgnomeuimm2.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:54:41 +0800
Modified: desktop/experimental/libgnomeuimm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgnomeuimm2.6/debian/rules?rev=18180&op=diff
==============================================================================
--- desktop/experimental/libgnomeuimm2.6/debian/rules (original)
+++ desktop/experimental/libgnomeuimm2.6/debian/rules Sun Jan 4 14:01:40 2009
@@ -26,6 +26,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