r22227 - in /packages/unstable/libcroco/debian: changelog libcroco3-dev.install libcroco3.install rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Nov 4 09:45:06 UTC 2009


Author: slomo
Date: Wed Nov  4 09:45:03 2009
New Revision: 22227

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22227
Log:
* debian/libcroco3-dev.install,
  debian/libcroco3.install:
  + Remove lines for files that were removed many versions ago.

Modified:
    packages/unstable/libcroco/debian/changelog
    packages/unstable/libcroco/debian/libcroco3-dev.install
    packages/unstable/libcroco/debian/libcroco3.install
    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=22227&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/changelog [utf-8] (original)
+++ packages/unstable/libcroco/debian/changelog [utf-8] Wed Nov  4 09:45:03 2009
@@ -10,6 +10,9 @@
   * debian/control.in,
     debian/rules:
     + Fix RPATH issues.
+  * debian/libcroco3-dev.install,
+    debian/libcroco3.install:
+    + Remove lines for files that were removed many versions ago.
 
  -- Sebastian Dröge <slomo at debian.org>  Wed, 04 Nov 2009 10:22:19 +0100
 

Modified: packages/unstable/libcroco/debian/libcroco3-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/libcroco3-dev.install?rev=22227&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/libcroco3-dev.install [utf-8] (original)
+++ packages/unstable/libcroco/debian/libcroco3-dev.install [utf-8] Wed Nov  4 09:45:03 2009
@@ -4,4 +4,3 @@
 debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.a
 debian/tmp/usr/bin/croco*config
-debian/tmp/usr/share/man/man1/croco*config.1

Modified: packages/unstable/libcroco/debian/libcroco3.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/libcroco3.install?rev=22227&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/libcroco3.install [utf-8] (original)
+++ packages/unstable/libcroco/debian/libcroco3.install [utf-8] Wed Nov  4 09:45:03 2009
@@ -1,3 +1,2 @@
 debian/tmp/usr/lib/*.so.*
 debian/tmp/usr/bin/csslint*
-debian/tmp/usr/share/man/man1/csslint*.1

Modified: packages/unstable/libcroco/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/rules?rev=22227&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/rules [utf-8] (original)
+++ packages/unstable/libcroco/debian/rules [utf-8] Wed Nov  4 09:45:03 2009
@@ -12,6 +12,6 @@
 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/*
+	chrpath -d debian/tmp/usr/lib/*.so*
+	chrpath -d debian/tmp/usr/bin/csslint*
 




More information about the pkg-gnome-commits mailing list