Package: twitter-bootstrap / 2.0.2+dfsg-10

Metadata

Package Version Patches format
twitter-bootstrap 2.0.2+dfsg-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 dfsg.patch | (download)

Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 avoid trying to copy not included jquery.js file.


02 build.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 avoid removing files after build.


03 use nodejs command.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use nodejs command


04 build with node 1.4.2.patch | (download)

less/mixins.less | 9 4 + 5 - 0 !
1 file changed, 4 insertions(+), 5 deletions(-)

 move to new selector interpolation, supported from node 1.3.1 
 onwards, this fixes a build error with node 1.4.2
05 drop nc from uglifyjs.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 drop -nc switch from the uglifyjs call
 This option is not supported by the latest uglify 2.x series
06 use printf instead of echo.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use printf instead of echo
 "\n" can be expanded or not by echo, depending on the shell used.
 So using printf instead of echo is more reliable.