r18188 - in /packages/unstable/libgdamm3.0/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 14:57:07 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 14:57:07 2009
New Revision: 18188
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18188
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
packages/unstable/libgdamm3.0/debian/changelog
packages/unstable/libgdamm3.0/debian/rules
Modified: packages/unstable/libgdamm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdamm3.0/debian/changelog?rev=18188&op=diff
==============================================================================
--- packages/unstable/libgdamm3.0/debian/changelog (original)
+++ packages/unstable/libgdamm3.0/debian/changelog Sun Jan 4 14:57:07 2009
@@ -1,6 +1,8 @@
libgdamm3.0 (3.0.1-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 03:11:17 +0800
Modified: packages/unstable/libgdamm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdamm3.0/debian/rules?rev=18188&op=diff
==============================================================================
--- packages/unstable/libgdamm3.0/debian/rules (original)
+++ packages/unstable/libgdamm3.0/debian/rules Sun Jan 4 14:57:07 2009
@@ -24,3 +24,6 @@
# chrpath hack to get rid of amd64 rpath
common-install-impl::
chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*
+
+install/$(DOC_PKG)::
+ $(MAKE) -C $(CURDIR)/examples clean
More information about the pkg-gnome-commits
mailing list