r14734 - in /desktop/experimental/glibmm2.4/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sun Feb 24 13:17:53 UTC 2008


Author: manphiz-guest
Date: Sun Feb 24 13:17:52 2008
New Revision: 14734

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14734
Log:
Use $(SHARED_PKG) in DEB_DH_MAKESHLIBS_ARGS_* instead of ALL.
Refine exclude rules.

Modified:
    desktop/experimental/glibmm2.4/debian/changelog
    desktop/experimental/glibmm2.4/debian/rules

Modified: desktop/experimental/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glibmm2.4/debian/changelog?rev=14734&op=diff
==============================================================================
--- desktop/experimental/glibmm2.4/debian/changelog (original)
+++ desktop/experimental/glibmm2.4/debian/changelog Sun Feb 24 13:17:52 2008
@@ -3,6 +3,7 @@
   * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
+  * Refine exclude rules.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 19 Feb 2008 17:58:12 +0800
 

Modified: desktop/experimental/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glibmm2.4/debian/rules?rev=14734&op=diff
==============================================================================
--- desktop/experimental/glibmm2.4/debian/rules (original)
+++ desktop/experimental/glibmm2.4/debian/rules Sun Feb 24 13:17:52 2008
@@ -19,5 +19,5 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V"$(SHARED_PKG) (>= $(SHVER))"
-DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -Xfragment -X.deps -X.libs -X.o -X.in -X.am
+DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
+DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o




More information about the pkg-gnome-commits mailing list