tags 700527 + patch thanks Dear maintainer,
I've prepared a patch for jquery, fixing this issue which was caused by an error in movabletype-opensource. I've included an NMU changelog in the attached patch; please feel free to reuse the text of the changelog for yourself, or if you would prefer me to NMU directly let me know and I'll do so shortly. If I get no response, I'll NMU in a week or so anyway. Sorry for the breakage! Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -Nru jquery-1.7.2+dfsg/debian/changelog jquery-1.7.2+dfsg/debian/changelog --- jquery-1.7.2+dfsg/debian/changelog 2012-11-15 20:27:21.000000000 +0000 +++ jquery-1.7.2+dfsg/debian/changelog 2013-02-13 23:32:01.000000000 +0000 @@ -1,3 +1,11 @@ +jquery (1.7.2+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add Conflicts on version of movabletype-opensource which + overwrote files belonging to libjs-jquery (Closes: #700527) + + -- Dominic Hargreaves <[email protected]> Wed, 13 Feb 2013 23:27:02 +0000 + jquery (1.7.2+dfsg-1) unstable; urgency=high * Removed non-free files in upstream tarball (Closes: #692618) diff -Nru jquery-1.7.2+dfsg/debian/control jquery-1.7.2+dfsg/debian/control --- jquery-1.7.2+dfsg/debian/control 2012-11-08 00:03:13.000000000 +0000 +++ jquery-1.7.2+dfsg/debian/control 2013-02-13 23:31:41.000000000 +0000 @@ -12,7 +12,7 @@ Package: libjs-jquery Architecture: all Multi-Arch: foreign -Conflicts: jquery +Conflicts: jquery, movabletype-opensource (<< 5.1.4+dfsg-3~) Replaces: jquery Depends: ${misc:Depends} Recommends: javascript-common
_______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
