r14769 - in /desktop/unstable/gtkmm2.4/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Feb 26 03:19:59 UTC 2008


Author: manphiz-guest
Date: Tue Feb 26 03:19:59 2008
New Revision: 14769

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14769
Log:
* Use common-install-impl rule instead of common-install-prehook-arch,
  the latter might be triggered before `make install` was called.
  Should fix FTBFS on buildds.
* It turns out .svn dirs are not shipped in, but keep
  DEB_DH_ALWAYS_EXCLUDE for now as precaution and reminder.

Modified:
    desktop/unstable/gtkmm2.4/debian/changelog
    desktop/unstable/gtkmm2.4/debian/rules

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=14769&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Tue Feb 26 03:19:59 2008
@@ -1,3 +1,13 @@
+gtkmm2.4 (1:2.12.5-2) unstable; urgency=low
+
+  * Use common-install-impl rule instead of common-install-prehook-arch,
+    the latter might be triggered before `make install` was called.
+    Should fix FTBFS on buildds.
+  * It turns out .svn dirs are not shipped in, but keep
+    DEB_DH_ALWAYS_EXCLUDE for now as precaution and reminder.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 26 Feb 2008 11:11:26 +0800
+
 gtkmm2.4 (1:2.12.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=14769&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Tue Feb 26 03:19:59 2008
@@ -25,6 +25,6 @@
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-common-install-prehook-arch::
+common-install-impl::
 	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*
 	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/bin/* # for gtkmm-demo




More information about the pkg-gnome-commits mailing list