diff options
author | Simon McVittie <smcv@debian.org> | 2011-04-11 16:51:45 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-04-11 16:51:45 +0100 |
commit | e2c6674828b00274241f7904f77075926d425f78 (patch) | |
tree | 869da40f883cdf6e21c7da4a478520def6aa410c | |
parent | 893c8ae3c0f8cf4afe9b428b5090b4d9f68181b9 (diff) | |
download | dbus-e2c6674828b00274241f7904f77075926d425f78.tar.gz |
Remove jquery.js at the right location
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a2d81c29..21cb1fa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dbus (1.4.8-2) UNRELEASED; urgency=low + + * Remove jquery.js at the right location + + -- Simon McVittie <smcv@debian.org> Mon, 11 Apr 2011 16:51:24 +0100 + dbus (1.4.8-1) unstable; urgency=low * New upstream version diff --git a/debian/rules b/debian/rules index bbad4e2a..d630d1f2 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ override_dh_link: # jquery.js isn't actually used at the moment, and is an embedded code copy override_dh_install: - rm -f debian/tmp/usr/share/doc/dbus-1-doc/html/api/jquery.js + rm -f debian/tmp/usr/share/doc/dbus/api/jquery.js dh_install --list-missing install -m 644 -D debian/dbus-Xsession debian/dbus-x11/etc/X11/Xsession.d/75dbus_dbus-launch |