r13088 - /desktop/unstable/glibmm2.4/debian/rules

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


Author: manphiz-guest
Date: Sat Oct 13 08:27:42 2007
New Revision: 13088

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13088
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/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=13088&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Sat Oct 13 08:27:42 2007
@@ -16,15 +16,17 @@
 
 GNOME_MODULE := glibmm
 
+DEB_COMPRESS_EXCLUDE := doxygen_tags
+
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS+=" -Wl,-z,defs -Wl,-O1"
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-static
 
-DEB_COMPRESS_EXCLUDE := doxygen_tags
-
 DEB_DH_MAKESHLIBS_ARGS_libglibmm-2.4-1c2a := -V"libglibmm-2.4-1c2a (>= 2.14.0)"
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
+
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxygen
 
 binary-post-install/libglibmm-2.4-doc::
 	for file in debian/libglibmm-2.4-doc/usr/share/doc/libglibmm-2.4-doc/reference/html/*.html; do \




More information about the pkg-gnome-commits mailing list