r18184 - in /desktop/experimental/pangomm/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 14:07:16 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 14:07:15 2009
New Revision: 18184
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18184
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
desktop/experimental/pangomm/debian/changelog
desktop/experimental/pangomm/debian/rules
Modified: desktop/experimental/pangomm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangomm/debian/changelog?rev=18184&op=diff
==============================================================================
--- desktop/experimental/pangomm/debian/changelog (original)
+++ desktop/experimental/pangomm/debian/changelog Sun Jan 4 14:07:15 2009
@@ -1,6 +1,8 @@
pangomm (2.14.1-2) UNRELEASED; urgency=low
* Use viewsvn instead of wsvn in debian/control*.
+ * `make -C examples clean` after `make install` to prevent shipping
+ unexpected files.
-- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Tue, 11 Nov 2008 15:51:57 +0800
Modified: desktop/experimental/pangomm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangomm/debian/rules?rev=18184&op=diff
==============================================================================
--- desktop/experimental/pangomm/debian/rules (original)
+++ desktop/experimental/pangomm/debian/rules Sun Jan 4 14:07:15 2009
@@ -26,3 +26,5 @@
# Blow away the rpath on amd64 :-P
chrpath -d $(CURDIR)/debian/tmp/usr/lib/*.so*
+install/$(DOC_PKG)::
+ $(MAKE) -C $(CURDIR)/examples clean
More information about the pkg-gnome-commits
mailing list