r15107 - in /desktop/unstable: gconfmm2.6/debian/rules gnome-vfsmm2.6/debian/rules libgnomecanvasmm2.6/debian/rules libgnomeuimm2.6/debian/rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Mar 14 12:17:12 UTC 2008


Author: manphiz-guest
Date: Fri Mar 14 12:17:12 2008
New Revision: 15107

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15107
Log:
Uniform use of $(DOC_PKG)

Modified:
    desktop/unstable/gconfmm2.6/debian/rules
    desktop/unstable/gnome-vfsmm2.6/debian/rules
    desktop/unstable/libgnomecanvasmm2.6/debian/rules
    desktop/unstable/libgnomeuimm2.6/debian/rules

Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=15107&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Fri Mar 14 12:17:12 2008
@@ -23,7 +23,7 @@
 DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-build/libgconfmm-2.6-doc::
+build/$(DOC_PKG)::
 	$(MAKE) -C docs/reference
 
 # chrpath hack to get rid of amd64 rpath

Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=15107&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Fri Mar 14 12:17:12 2008
@@ -25,7 +25,7 @@
 DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-build/libgnome-vfsmm-2.6-doc::
+build/$(DOC_PKG)::
 	$(MAKE) -C docs/reference
 
 # chrpath hack to get rid of amd64 rpath

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/rules?rev=15107&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/rules (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/rules Fri Mar 14 12:17:12 2008
@@ -21,10 +21,9 @@
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) := -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile
-DEB_INSTALL_EXAMPLES_$(DOC_PKG) += \
-	-XMakefile -X.deps -X.libs -X.o \
+DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-build/libgnomecanvasmm-2.6-doc::
+build/$(DOC_PKG)::
 	$(MAKE) -C docs/reference
 
 # chrpath hack to get rid of amd64 rpath

Modified: desktop/unstable/libgnomeuimm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/rules?rev=15107&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/rules (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/rules Fri Mar 14 12:17:12 2008
@@ -22,7 +22,7 @@
 DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-build/libgnomeuimm-2.6-doc::
+build/$(DOC_PKG)::
 	$(MAKE) -C docs/reference
 
 # chrpath hack to get rid of amd64 rpath




More information about the pkg-gnome-commits mailing list