r15103 - in /packages/unstable/bakery2.4/debian: changelog rules

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


Author: manphiz-guest
Date: Fri Mar 14 12:11:45 2008
New Revision: 15103

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15103
Log:
* Use chrpath hack to get rid of rpath on 64bit system.  Add chrpath to
  Build-Depends.

Modified:
    packages/unstable/bakery2.4/debian/changelog
    packages/unstable/bakery2.4/debian/rules

Modified: packages/unstable/bakery2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/changelog?rev=15103&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/changelog (original)
+++ packages/unstable/bakery2.4/debian/changelog Fri Mar 14 12:11:45 2008
@@ -15,13 +15,15 @@
   * Switch packaging system to cdbs, b-dep on cdbs (>= 0.4.51) to avoid
     empty -dbg package bug.
   * Use versioned shlibs, bumped to 2.4.4.
+  * Use chrpath hack to get rid of rpath on 64bit system.  Add chrpath to
+    Build-Depends.
   * Remove useless *.dirs files.
   * Refined Descriptions wording in debian/control*.
   * Refine b-dep version as per source configure.in.
   * Fix doc-base sections.
   * Refine docs install path to maintain original directory hierarchy.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 14 Mar 2008 18:49:04 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 14 Mar 2008 20:09:55 +0800
 
 bakery2.4 (2.4.0-2) unstable; urgency=low
 

Modified: packages/unstable/bakery2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/rules?rev=15103&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/rules (original)
+++ packages/unstable/bakery2.4/debian/rules Fri Mar 14 12:11:45 2008
@@ -11,15 +11,16 @@
 GNOME_MODULE := bakery
 
 SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+DEV_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-dev)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.4.4
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
-DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
+DEB_INSTALL_EXAMPLES_$(DEV_PKG) += \
+	-XMakefile -X.deps -X.libs -X.o -X.svn -X.cvsignore
 
-build/libgconfmm-2.6-doc::
+build/$(DEV_PKG)::
 	$(MAKE) -C docs/reference
 
 # chrpath hack to get rid of amd64 rpath




More information about the pkg-gnome-commits mailing list