r14774 - /desktop/unstable/gtkmm2.4/debian/rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Feb 26 06:34:00 UTC 2008


Author: manphiz-guest
Date: Tue Feb 26 06:33:59 2008
New Revision: 14774

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14774
Log:
Add some comments in debian/rules.

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

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=14774&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Tue Feb 26 06:33:59 2008
@@ -20,11 +20,12 @@
 	--enable-static \
 	--disable-examples
 
-DEB_DH_ALWAYS_EXCLUDE := .svn # sneaked in since 2.12.5.
+DEB_DH_ALWAYS_EXCLUDE := .svn # .svn since 2.12.5, kept as reminder
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
+# chrpath hack to get rid of amd64 rpath
 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