diff -Nru twitter-bootstrap-2.0.2+dfsg/debian/changelog twitter-bootstrap-2.0.2+dfsg/debian/changelog --- twitter-bootstrap-2.0.2+dfsg/debian/changelog 2013-08-11 00:46:57.000000000 +0200 +++ twitter-bootstrap-2.0.2+dfsg/debian/changelog 2014-07-17 10:09:01.000000000 +0200 @@ -1,3 +1,11 @@ +twitter-bootstrap (2.0.2+dfsg-5) unstable; urgency=medium + + * QA upload. + * debian/patches/02-build.patch: do not pass -nc option to + uglify, incompatible with uglify2.x series (Closes: #750717) + + -- Leo Iannacone Thu, 17 Jul 2014 10:06:45 +0200 + twitter-bootstrap (2.0.2+dfsg-4) unstable; urgency=low * QA upload. diff -Nru twitter-bootstrap-2.0.2+dfsg/debian/patches/02-build.patch twitter-bootstrap-2.0.2+dfsg/debian/patches/02-build.patch --- twitter-bootstrap-2.0.2+dfsg/debian/patches/02-build.patch 2013-06-08 23:07:14.000000000 +0200 +++ twitter-bootstrap-2.0.2+dfsg/debian/patches/02-build.patch 2014-07-17 10:03:56.000000000 +0200 @@ -1,10 +1,13 @@ Author: Daniel Baumann Description: Avoid removing files after build. -diff -Naurp twitter-bootstrap.orig//Makefile twitter-bootstrap/Makefile ---- twitter-bootstrap.orig//Makefile 2012-03-19 13:22:57.443426162 +0100 -+++ twitter-bootstrap/Makefile 2012-03-20 12:11:29.398597459 +0100 -@@ -10,9 +10,8 @@ WATCHR ?= `which watchr` +--- + Makefile | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +--- a/Makefile ++++ b/Makefile +@@ -10,9 +10,8 @@ # docs: bootstrap @@ -15,7 +18,7 @@ lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP} lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE} node docs/build -@@ -26,6 +25,7 @@ docs: bootstrap +@@ -25,6 +24,7 @@ # bootstrap: @@ -23,3 +26,12 @@ mkdir -p bootstrap/img mkdir -p bootstrap/css mkdir -p bootstrap/js +@@ -34,7 +34,7 @@ + lessc ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css + lessc --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css + cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js > bootstrap/js/bootstrap.js +- uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.tmp.js ++ uglifyjs bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.tmp.js + echo "/**\n* Bootstrap.js by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > bootstrap/js/copyright.js + cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js > bootstrap/js/bootstrap.min.js + rm bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js