r13882 - in /desktop/unstable/glibmm2.4/debian: changelog libglibmm-2.4-doc.examples rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Dec 15 11:17:40 UTC 2007


Author: manphiz-guest
Date: Sat Dec 15 11:17:40 2007
New Revision: 13882

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13882
Log:
  + Use DEB_DH_BUILDDEB_ARGS instead DEB_DH_ALWAYS_EXCLUDE. The latter
    seems not always working.
  + Resurrect and refine DEB_INSTALL_EXAMPLES_libglibmm-2.4-doc rule.
* debian/libglibmm-2.4-doc.examples
  + Resurrected, or examples won't be installed. My bad :(

Added:
    desktop/unstable/glibmm2.4/debian/libglibmm-2.4-doc.examples
Modified:
    desktop/unstable/glibmm2.4/debian/changelog
    desktop/unstable/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=13882&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Sat Dec 15 11:17:40 2007
@@ -6,10 +6,15 @@
   * debian/rules:
     + Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
       be shortened.
+    + Use DEB_DH_BUILDDEB_ARGS instead DEB_DH_ALWAYS_EXCLUDE. The latter
+      seems not always working.
+    + Resurrect and refine DEB_INSTALL_EXAMPLES_libglibmm-2.4-doc rule.
   * debian/*.install:
     + Refined to the shortened form.
-
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 15 Dec 2007 02:29:57 +0800
+  * debian/libglibmm-2.4-doc.examples
+    + Resurrected, or examples won't be installed. My bad :(
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 15 Dec 2007 19:10:07 +0800
 
 glibmm2.4 (2.14.2-3) unstable; urgency=low
 

Added: desktop/unstable/glibmm2.4/debian/libglibmm-2.4-doc.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/libglibmm-2.4-doc.examples?rev=13882&op=file
==============================================================================
--- desktop/unstable/glibmm2.4/debian/libglibmm-2.4-doc.examples (added)
+++ desktop/unstable/glibmm2.4/debian/libglibmm-2.4-doc.examples Sat Dec 15 11:17:40 2007
@@ -1,0 +1,1 @@
+examples/*

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=13882&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Sat Dec 15 11:17:40 2007
@@ -14,8 +14,12 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 
-DEB_DH_ALWAYS_EXCLUDE += Doxyfile:doxygen_tags:fragment:.in:.deps:.libs:.o:.am
+DEB_DH_BUILDDEB_ARGS += -XDoxyfile -Xfragment -X.deps -X.libs -X.o -X.in -X.am
+
+DEB_INSTALL_EXAMPLES_libglibmm-2.4-doc += \
+	-XDoxyfile -Xfragment -X.deps -X.libs -X.o -X.in -X.am
 
 DEB_DH_INSTALL_SOURCEDIR += debian/tmp
 
-DEB_DH_MAKESHLIBS_ARGS_libglibmm-2.4-1c2a := -V"libglibmm-2.4-1c2a (>= 2.14.0)"
+DEB_DH_MAKESHLIBS_ARGS_libglibmm-2.4-1c2a += -V"libglibmm-2.4-1c2a (>= 2.14.0)"
+




More information about the pkg-gnome-commits mailing list