r18176 - in /desktop/unstable/libglademm2.4/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sun Jan 4 13:24:29 UTC 2009
Author: manphiz-guest
Date: Sun Jan 4 13:24:29 2009
New Revision: 18176
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18176
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.
Modified:
desktop/unstable/libglademm2.4/debian/changelog
desktop/unstable/libglademm2.4/debian/rules
Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=18176&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Sun Jan 4 13:24:29 2009
@@ -1,3 +1,10 @@
+libglademm2.4 (2.6.7-2) UNRELEASED; urgency=low
+
+ * `make -C examples clean` after `make install` to prevent shipping
+ unexpected files.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sun, 04 Jan 2009 21:17:45 +0800
+
libglademm2.4 (2.6.7-1) unstable; urgency=low
[ Deng Xiyue ]
Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=18176&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Sun Jan 4 13:24:29 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