r18187 - in /packages/unstable/bakery2.4/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 14:55:06 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 14:55:06 2009
New Revision: 18187
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18187
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
packages/unstable/bakery2.4/debian/changelog
packages/unstable/bakery2.4/debian/rules
Modified: packages/unstable/bakery2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/changelog?rev=18187&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/changelog (original)
+++ packages/unstable/bakery2.4/debian/changelog Sun Jan 4 14:55:06 2009
@@ -9,6 +9,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:55:45 +0200
Modified: packages/unstable/bakery2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/rules?rev=18187&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/rules (original)
+++ packages/unstable/bakery2.4/debian/rules Sun Jan 4 14:55:06 2009
@@ -23,6 +23,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