r14757 - in /desktop/unstable/gtkmm2.4/debian: changelog control control.in patches/ rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Mon Feb 25 14:54:45 UTC 2008


Author: manphiz-guest
Date: Mon Feb 25 14:54:45 2008
New Revision: 14757

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14757
Log:
* Enable demo building as it can find the demo source file now, and ship
  gtkmm-demo in -dev package.  Update Description text in
* Drop 70_relibtoolize.patch, and use chrpath hack for amd64 rpath
  issue.  Will contact upstream for real fix.

Removed:
    desktop/unstable/gtkmm2.4/debian/patches/
Modified:
    desktop/unstable/gtkmm2.4/debian/changelog
    desktop/unstable/gtkmm2.4/debian/control
    desktop/unstable/gtkmm2.4/debian/control.in
    desktop/unstable/gtkmm2.4/debian/rules

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=14757&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Mon Feb 25 14:54:45 2008
@@ -4,12 +4,13 @@
   * Refined debian/rules to set variables SHARED_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
-  * Enable demo building, and ship gtkmm-demo in -dev package, as it can
-    find the demo source file now.  Update Description text in
+  * Enable demo building as it can find the demo source file now, and ship
+    gtkmm-demo in -dev package.  Update Description text in
     debian/control* files accordingly.
-  * Regenerate 70_relibtoolize.patch for new version.
-
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 25 Feb 2008 00:31:12 +0800
+  * Drop 70_relibtoolize.patch, and use chrpath hack for amd64 rpath
+    issue.  Will contact upstream for real fix.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 25 Feb 2008 22:00:52 +0800
 
 gtkmm2.4 (1:2.12.4-1) unstable; urgency=low
 

Modified: desktop/unstable/gtkmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control?rev=14757&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control (original)
+++ desktop/unstable/gtkmm2.4/debian/control Mon Feb 25 14:54:45 2008
@@ -7,6 +7,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm2.4
 Build-Depends: cdbs (>= 0.4.51),
+               chrpath,
                debhelper (>= 6),
                doc-base,
                gnome-pkg-tools (>= 0.11),
@@ -43,8 +44,10 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Conflicts: libgtkmm-2.4-1, libgtkmm-2.4-1c2
-Replaces: libgtkmm-2.4-1, libgtkmm-2.4-1c2
+Conflicts: libgtkmm-2.4-1,
+           libgtkmm-2.4-1c2
+Replaces: libgtkmm-2.4-1,
+          libgtkmm-2.4-1c2
 Description: C++ wrappers for GTK+ 2.4 (shared libraries)
  Gtkmm is a C++ interface for the popular GUI library GTK+.
  Gtkmm provides a convenient interface for C++ programmers to create

Modified: desktop/unstable/gtkmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control.in?rev=14757&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control.in (original)
+++ desktop/unstable/gtkmm2.4/debian/control.in Mon Feb 25 14:54:45 2008
@@ -7,6 +7,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm2.4
 Build-Depends: cdbs (>= 0.4.51),
+               chrpath,
                debhelper (>= 6),
                doc-base,
                gnome-pkg-tools (>= 0.11),
@@ -43,8 +44,10 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Conflicts: libgtkmm-2.4-1, libgtkmm-2.4-1c2
-Replaces: libgtkmm-2.4-1, libgtkmm-2.4-1c2
+Conflicts: libgtkmm-2.4-1,
+           libgtkmm-2.4-1c2
+Replaces: libgtkmm-2.4-1,
+          libgtkmm-2.4-1c2
 Description: C++ wrappers for GTK+ 2.4 (shared libraries)
  Gtkmm is a C++ interface for the popular GUI library GTK+.
  Gtkmm provides a convenient interface for C++ programmers to create

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=14757&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Mon Feb 25 14:54:45 2008
@@ -23,3 +23,7 @@
 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
+
+common-install-prehook-arch::
+	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*
+	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/bin/* # for gtkmm-demo




More information about the pkg-gnome-commits mailing list