This is an automated email from the git hooks/post-receive script. cesarefalco-guest pushed a commit to branch master in repository mame.
commit 267f8f29e2e2bb305237e22d52fc4460bcd51aa7 Author: Cesare Falco <[email protected]> Date: Tue Apr 19 12:48:42 2016 +0200 Remove references to jquery library, no longer needed. --- debian/control | 3 +-- debian/mame-data.links | 2 -- debian/rules | 7 ------- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/debian/control b/debian/control index dcba1d7..839d7b3 100644 --- a/debian/control +++ b/debian/control @@ -48,8 +48,7 @@ Description: Multiple Arcade Machine Emulator (MAME) Package: mame-data Architecture: all -Depends: ${misc:Depends}, - libjs-jquery-mobile +Depends: ${misc:Depends} Replaces: mess-data (<< 0.162) Breaks: mess-data (<< 0.162) Description: Multiple Arcade Machine Emulator (MAME) -- data files diff --git a/debian/mame-data.links b/debian/mame-data.links deleted file mode 100644 index 45fdf16..0000000 --- a/debian/mame-data.links +++ /dev/null @@ -1,2 +0,0 @@ -/usr/share/javascript/jquery/jquery.js /usr/share/games/mame/web/js/jquery.js -/usr/share/javascript/jquery-mobile/jquery.mobile.js /usr/share/games/mame/web/js/jquery.mobile.js diff --git a/debian/rules b/debian/rules index 1139a84..79fd8ec 100755 --- a/debian/rules +++ b/debian/rules @@ -142,13 +142,6 @@ override_dh_auto_build: $(CURDIR)/mame -createconfig mv mame.ini default.mame.ini -# Exclude embedded jQuery library -override_dh_install: - dh_install --list-missing \ - --exclude=dir.txt \ - --exclude=js/jquery*.js \ - --exclude=LICENSE - override_dh_fixperms-indep: dh_fixperms chmod 644 debian/mame-data/usr/share/games/mame/artwork/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

