annotate debian/control @ 936:a9abcdac0ae5

Fix issue of moving lightbar of testsvg.js. The lightbar does not move as expectation. It caused by compute trasnforming matrix that transform saved points from the space when saving points to current space. The transform matrix should not include matric of the owner of saved points.
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 12 Nov 2010 16:53:03 +0800
parents 433fa83d16f9
children
rev   line source
385
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
1 Source: madbutterfly
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
2 Section: devel
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
3 Priority: extra
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
4 Maintainer: Ben Lau <benlau@visionware.com.hk>
387
433fa83d16f9 Corrected build dependence - able to build in Ubuntu Intrepid
Ben Lau <xbenlau@gmail.com>
parents: 386
diff changeset
5 Build-Depends: debhelper (>= 5),cdbs , mozilla-devscripts,libcairo2-dev , libpango1.0-dev,zip
385
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
6 Standards-Version: 3.7.3
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
7 Homepage: http://www.assembla.com/spaces/MadButterfly
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
8
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
9 Package: libmadbutterfly-dev
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
10 Architecture: any
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
11 Depends: ${shlibs:Depends}, ${misc:Depends}
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
12 Description: GUI environment toolkit
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
13 MadButterfly (http://www.assembla.com/spaces/MadButterfly)
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
14 is a toolkit for GUI environment. It is designed for
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
15 embedded system. It make GUI designers and programmers
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
16 work seperately. Designer export their artifacts to files
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
17 with SVG format. MadButterfly provides a tool to translate
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
18 graphics in SVG into C code and a framework that
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
19 programmer can manipulate graphics. It works like a
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
20 Javascript programmer to manipulate DOM object.
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
21 Programmers using MadButterfly manipulate objects
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
22 corresponding to SVG tags to interact with users of
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
23 application.
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
24
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
25 Package: madbuilder
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
26 Architecture: all
386
12464f1138ae [MadBuilder] Install template and configuration to mozpluggerrc
Ben Lau <xbenlau@gmail.com>
parents: 385
diff changeset
27 Depends: python-soappy,python-twisted,mozplugger,python-lxml,madbutterfly-inkscape
385
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
28 Description: MadButterFly Integrated Development Environment
28e822aa84e5 Debian packaging script
Ben Lau <xbenlau@gmail.com>
parents:
diff changeset
29