r18178 - in /desktop/experimental/gnome-vfsmm2.6/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sun Jan 4 13:58:00 UTC 2009


Author: manphiz-guest
Date: Sun Jan  4 13:58:00 2009
New Revision: 18178

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18178
Log:
`make -C examples clean` after `make install` to prevent shipping
unexpected files.

Modified:
    desktop/experimental/gnome-vfsmm2.6/debian/changelog
    desktop/experimental/gnome-vfsmm2.6/debian/rules

Modified: desktop/experimental/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-vfsmm2.6/debian/changelog?rev=18178&op=diff
==============================================================================
--- desktop/experimental/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/experimental/gnome-vfsmm2.6/debian/changelog Sun Jan  4 13:58:00 2009
@@ -1,6 +1,8 @@
 gnome-vfsmm2.6 (2.24.0-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 02:50:02 +0800
 

Modified: desktop/experimental/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-vfsmm2.6/debian/rules?rev=18178&op=diff
==============================================================================
--- desktop/experimental/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/experimental/gnome-vfsmm2.6/debian/rules Sun Jan  4 13:58:00 2009
@@ -29,6 +29,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