r22226 - in /packages/unstable/libcroco/debian: changelog compat control control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Nov 4 09:23:16 UTC 2009


Author: slomo
Date: Wed Nov  4 09:23:01 2009
New Revision: 22226

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22226
Log:
  + Fix spelling in package description.
* debian/control.in,
  debian/compat:
  + Update debhelper compat level to 6.
* debian/control.in,
  debian/rules:
  + Fix RPATH issues.

Modified:
    packages/unstable/libcroco/debian/changelog
    packages/unstable/libcroco/debian/compat
    packages/unstable/libcroco/debian/control
    packages/unstable/libcroco/debian/control.in
    packages/unstable/libcroco/debian/rules

Modified: packages/unstable/libcroco/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/changelog?rev=22226&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/changelog [utf-8] (original)
+++ packages/unstable/libcroco/debian/changelog [utf-8] Wed Nov  4 09:23:01 2009
@@ -3,8 +3,15 @@
   * New upstream release (Closes: #554224).
   * debian/control.in:
     + Updating Standards-Version to 3.8.3.
+    + Fix spelling in package description.
+  * debian/control.in,
+    debian/compat:
+    + Update debhelper compat level to 6.
+  * debian/control.in,
+    debian/rules:
+    + Fix RPATH issues.
 
- -- Sebastian Dröge <slomo at debian.org>  Wed, 04 Nov 2009 08:31:45 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 04 Nov 2009 10:22:19 +0100
 
 libcroco (0.6.1-2) unstable; urgency=low
 

Modified: packages/unstable/libcroco/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/compat?rev=22226&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/compat [utf-8] (original)
+++ packages/unstable/libcroco/debian/compat [utf-8] Wed Nov  4 09:23:01 2009
@@ -1,1 +1,1 @@
-4
+6

Modified: packages/unstable/libcroco/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/control?rev=22226&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/control [utf-8] (original)
+++ packages/unstable/libcroco/debian/control [utf-8] Wed Nov  4 09:23:01 2009
@@ -4,12 +4,13 @@
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
-               debhelper (>= 4.0.0),
+               debhelper (>= 6),
                gnome-pkg-tools (>= 0.7),
                libxml2-dev (>= 2.4.23),
                libglib2.0-dev (>= 2.0),
                zlib1g-dev,
-               dpkg-dev (>= 1.13.19)
+               dpkg-dev (>= 1.13.19),
+               chrpath
 Standards-Version: 3.8.3
 
 Package: libcroco3-dev
@@ -23,9 +24,9 @@
 Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
  Services provided by Libcroco
   * A parser module that provides
-    o A SAC like api. SAC stands for Simple Api for CSS. SAC is an event driven
-      api wich resembles SAX in the xml world.
-    o A CSSOM like api. CSSOM stands for Cascading Style Sheet Object Model. 
+    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
+      API wich resembles SAX in the xml world.
+    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. 
  .
     The libcroco parser implements the CSS Level 2 specification, the CSS 
     forward compatibility rules and the CSS cascading rules.
@@ -51,9 +52,9 @@
 Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
  Services provided by Libcroco
   * A parser module that provides
-    o A SAC like api. SAC stands for Simple Api for CSS. SAC is an event driven
-      api wich resembles SAX in the xml world.
-    o A CSSOM like api. CSSOM stands for Cascading Style Sheet Object Model. 
+    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
+      API wich resembles SAX in the xml world.
+    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. 
  .
     The libcroco parser implements the CSS Level 2 specification, the CSS 
     forward compatibility rules and the CSS cascading rules.

Modified: packages/unstable/libcroco/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/control.in?rev=22226&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/control.in [utf-8] (original)
+++ packages/unstable/libcroco/debian/control.in [utf-8] Wed Nov  4 09:23:01 2009
@@ -4,12 +4,13 @@
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
-               debhelper (>= 4.0.0),
+               debhelper (>= 6),
                gnome-pkg-tools (>= 0.7),
                libxml2-dev (>= 2.4.23),
                libglib2.0-dev (>= 2.0),
                zlib1g-dev,
-               dpkg-dev (>= 1.13.19)
+               dpkg-dev (>= 1.13.19),
+               chrpath
 Standards-Version: 3.8.3
 
 Package: libcroco3-dev
@@ -23,9 +24,9 @@
 Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
  Services provided by Libcroco
   * A parser module that provides
-    o A SAC like api. SAC stands for Simple Api for CSS. SAC is an event driven
-      api wich resembles SAX in the xml world.
-    o A CSSOM like api. CSSOM stands for Cascading Style Sheet Object Model. 
+    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
+      API wich resembles SAX in the xml world.
+    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. 
  .
     The libcroco parser implements the CSS Level 2 specification, the CSS 
     forward compatibility rules and the CSS cascading rules.
@@ -51,9 +52,9 @@
 Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
  Services provided by Libcroco
   * A parser module that provides
-    o A SAC like api. SAC stands for Simple Api for CSS. SAC is an event driven
-      api wich resembles SAX in the xml world.
-    o A CSSOM like api. CSSOM stands for Cascading Style Sheet Object Model. 
+    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
+      API wich resembles SAX in the xml world.
+    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. 
  .
     The libcroco parser implements the CSS Level 2 specification, the CSS 
     forward compatibility rules and the CSS cascading rules.

Modified: packages/unstable/libcroco/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/rules?rev=22226&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/rules [utf-8] (original)
+++ packages/unstable/libcroco/debian/rules [utf-8] Wed Nov  4 09:23:01 2009
@@ -10,3 +10,8 @@
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc
+
+common-install-impl::
+	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*
+	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/bin/*
+




More information about the pkg-gnome-commits mailing list