r18189 - in /packages/unstable/libnotifymm/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 15:24:08 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 15:24:08 2009
New Revision: 18189
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18189
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
packages/unstable/libnotifymm/debian/changelog
packages/unstable/libnotifymm/debian/rules
Modified: packages/unstable/libnotifymm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/changelog?rev=18189&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/changelog (original)
+++ packages/unstable/libnotifymm/debian/changelog Sun Jan 4 15:24:08 2009
@@ -5,6 +5,8 @@
[ Deng Xiyue ]
* Use POSIX standard regex classes in sed trick in debian/rules.
+ * `make -C examples clean` after `make install` to prevent shipping
+ unexpected files.
-- Loic Minier <lool at dooz.org> Thu, 26 Jun 2008 20:56:55 +0200
Modified: packages/unstable/libnotifymm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/rules?rev=18189&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/rules (original)
+++ packages/unstable/libnotifymm/debian/rules Sun Jan 4 15:24:08 2009
@@ -20,3 +20,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