# HG changeset patch # User Ben Lau # Date 1239282689 -28800 # Node ID 28e822aa84e51709cddbbc9b2a464fd09beac93f # Parent 7cbb364fd2731da2dde534a699854316dff0e305 Debian packaging script diff -r 7cbb364fd273 -r 28e822aa84e5 debian/README.Debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/README.Debian Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,6 @@ +madbutterfly for Debian +----------------------- + + + + -- Ben Lau Thu, 09 Apr 2009 20:00:10 +0800 diff -r 7cbb364fd273 -r 28e822aa84e5 debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,6 @@ +madbutterfly (0.0-1) intrepid; urgency=low + + * Initial release + + -- Ben Lau Thu, 09 Apr 2009 20:00:10 +0800 + diff -r 7cbb364fd273 -r 28e822aa84e5 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,1 @@ +6 diff -r 7cbb364fd273 -r 28e822aa84e5 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,29 @@ +Source: madbutterfly +Section: devel +Priority: extra +Maintainer: Ben Lau +Build-Depends: debhelper (>= 5),cdbs , mozilla-devscripts +Standards-Version: 3.7.3 +Homepage: http://www.assembla.com/spaces/MadButterfly + +Package: libmadbutterfly-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GUI environment toolkit + MadButterfly (http://www.assembla.com/spaces/MadButterfly) + is a toolkit for GUI environment. It is designed for + embedded system. It make GUI designers and programmers + work seperately. Designer export their artifacts to files + with SVG format. MadButterfly provides a tool to translate + graphics in SVG into C code and a framework that + programmer can manipulate graphics. It works like a + Javascript programmer to manipulate DOM object. + Programmers using MadButterfly manipulate objects + corresponding to SVG tags to interact with users of + application. + +Package: madbuilder +Architecture: all +Depends: python-soappy,python-twisted,mozplugger,python-lxml +Description: MadButterFly Integrated Development Environment + diff -r 7cbb364fd273 -r 28e822aa84e5 debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,24 @@ +This package was debianized by Ben Lau on +Thu, 09 Apr 2009 20:00:10 +0800. + +It was downloaded from + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is (C) 2009, Ben Lau and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff -r 7cbb364fd273 -r 28e822aa84e5 debian/dirs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/dirs Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff -r 7cbb364fd273 -r 28e822aa84e5 debian/docs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/docs Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,1 @@ +README.h diff -r 7cbb364fd273 -r 28e822aa84e5 debian/libmadbutterfly-dev.install --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/libmadbutterfly-dev.install Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,4 @@ +debian/tmp/usr/include +debian/tmp/usr/lib +debian/tmp/usr/share/mb +debian/tmp/usr/bin diff -r 7cbb364fd273 -r 28e822aa84e5 debian/madbuilder.dirs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/madbuilder.dirs Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,1 @@ +usr/lib/iceweasel/extensions diff -r 7cbb364fd273 -r 28e822aa84e5 debian/madbuilder.links --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/madbuilder.links Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,1 @@ +usr/share/madbuilder usr/lib/iceweasel/extensions/{9cb6698c-667e-488c-8e61-dddfa2a5f8eb} diff -r 7cbb364fd273 -r 28e822aa84e5 debian/madbutterfly-doc.docs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/madbutterfly-doc.docs Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,2 @@ +#DOCS# + diff -r 7cbb364fd273 -r 28e822aa84e5 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Thu Apr 09 21:11:29 2009 +0800 @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +MOZ_EXTENSION_PKG := madbuilder +MOZ_XPI_BUILD_COMMAND = make -C inkscape/firefox madbuilder.xpi ; cp inkscape/firefox/madbuilder.xpi . + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/mozilla-devscripts/xpi.mk