This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository freecontact.
commit d4dede378767f5d23c7c2bf6f6d5ce08d994956c Author: Andreas Tille <[email protected]> Date: Wed Aug 19 22:05:45 2015 +0200 Remove jquery copy --- debian/control | 3 ++- debian/libfreecontact-doc.links | 1 + debian/rules | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3948005..f0a0f96 100644 --- a/debian/control +++ b/debian/control @@ -78,7 +78,8 @@ Description: debugging symbols for libfreecontact Package: libfreecontact-doc Architecture: all Section: doc -Depends: ${misc:Depends} +Depends: ${misc:Depends}, + libjs-jquery Description: documentation for libfreecontact ${Description} . diff --git a/debian/libfreecontact-doc.links b/debian/libfreecontact-doc.links new file mode 100644 index 0000000..c7b4d62 --- /dev/null +++ b/debian/libfreecontact-doc.links @@ -0,0 +1 @@ +/usr/share/javascript/jquery/jquery.js /usr/share/doc/libfreecontact-doc/html/jquery.js diff --git a/debian/rules b/debian/rules index 0006e6d..39fb7cb 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,10 @@ override_dh_bash-completion: mkdir -p debian/freecontact/usr/share/bash-completion/completions cp -a freecontact.bash-completion debian/freecontact/usr/share/bash-completion/completions +override_dh_installdocs: + dh_installdocs + find debian -name jquery.js -delete + override_dh_auto_clean: rm -f build-indep-stamp dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/freecontact.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
