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

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Oct 13 08:28:19 UTC 2007


Author: manphiz-guest
Date: Sat Oct 13 08:28:19 2007
New Revision: 13089

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13089
Log:
Add DEB_INSTALL_DOCS_ALL rule to prevent Makefile and Doxygen files from install, consistent with original rules;
Sort the variables.

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=13089&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Sat Oct 13 08:28:19 2007
@@ -8,20 +8,22 @@
 
 GNOME_MODULE := gtkmm
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS+=" -Wl,-z,defs -Wl,-O1"
+DEB_COMPRESS_EXCLUDE := \
+	doxygen_tags \
+	examples
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-static \
 	--disable-examples \
 	--disable-demos
 
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS+=" -Wl,-z,defs -Wl,-O1"
+
 DEB_DH_MAKESHLIBS_ARGS_libgtkmm-2.4-1c2a := -V"libgtkmm-2.4-1c2a (>= 2.12.0)"
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 
-DEB_COMPRESS_EXCLUDE := \
-	doxygen_tags \
-	examples
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxygen
 
 binary-post-install/libgtkmm-2.4-doc::
 	for file in `find debian/libgtkmm-2.4-doc/usr/share/doc/libgtkmm-2.4-doc/ -name "*.html"`; do \




More information about the pkg-gnome-commits mailing list