r13084 - /desktop/unstable/glibmm2.4/debian/rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sat Oct 13 06:08:33 UTC 2007
Author: manphiz-guest
Date: Sat Oct 13 06:08:33 2007
New Revision: 13084
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13084
Log:
Use 'binary-post-install' rule instead of 'install' to make the path-fix script consisitent with original one.
Modified:
desktop/unstable/glibmm2.4/debian/rules
Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=13084&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Sat Oct 13 06:08:33 2007
@@ -24,8 +24,8 @@
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-install/libglibmm-2.4-doc::
- for file in debian/tmp/usr/share/doc/glibmm-2.4/docs/reference/html/*.html; do \
+binary-post-install/libglibmm-2.4-doc::
+ for file in debian/libglibmm-2.4-doc/usr/share/doc/libglibmm-2.4-doc/reference/html/*.html; do \
sed 's/\.\.\/\.\.\/\.\.\/\.\.\/gtkmm-2\.4\/docs\//\.\.\/\.\.\/\.\.\/libgtkmm-2.4-doc\//g;' $$file > $$file.fixed; \
mv $$file.fixed $$file; \
sed 's/\.\.\/\.\.\/\.\.\/gtkmm-2\.4\/docs\//\.\.\/\.\.\/\.\.\/libgtkmm-2.4-doc\//g;' $$file > $$file.fixed; \
More information about the pkg-gnome-commits
mailing list