[Pkg-javascript-commits] [SCM] explorercanvas branch, master, updated. b3644cb5eb747c1ab583951b3a62beacad85521e

Marcelo Jorge Vieira (metal) metal at alucinados.com
Wed Jun 2 15:55:23 UTC 2010


The following commit has been merged in the master branch:
commit f8a9a4f5f579715f1dee3b9297cb95bed2f7f4bd
Author: Marcelo Jorge Vieira (metal) <metal at alucinados.com>
Date:   Mon Apr 27 16:08:58 2009 -0300

    Initial import of debian version

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..b92e328
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,10 @@
+explorecanvas for Debian
+------------------------
+
+In order to make use of explorecanvas in your html, include the following lines
+in your html header:
+      
+       <!--[if IE]><script language="javascript" type="text/javascript"
+       src="/javascript/excanvas/excanvas.js"></script><![endif]-->
+
+ -- Marcelo Jorge Vieira (metal) <metal at alucinados.com>  Wed, 29 April 2009 16:12:0 -0300
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..aa34cd0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+explorercanvas (0.r3-1) unstable; urgency=low
+
+  * Initial release (Closes: #525906)
+
+ -- Marcelo Jorge Vieira (metal) <metal at alucinados.com>  Mon, 27 Apr 2009 16:15:00 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2f78b0a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: explorercanvas
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Marcelo Jorge Vieira (metal) <metal at alucinados.com>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+Homepage: http://code.google.com/p/explorercanvas/
+Vcs-Browser: http://git.debian.org/?p=pkg-javascript/explorercanvas.git
+Vcs-Git: git://git.debian.org/git/pkg-javascript/explorercanvas.git
+DM-Upload-Allowed: yes
+
+Package: libjs-excanvas
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common
+Description: HTML5 Canvas for Internet Explorer
+ Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5
+ canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same
+ functionality to Internet Explorer. To use, web developers only need to include
+ a single script tag in their existing web pages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ba7091d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: explorercanvas
+Upstream-Maintainer:
+  Emil A Eklund <emil at eae.net>
+  Erik Arvidsson <erik at eae.net>
+  Glen Murphy <glen at glenmurphy.com>
+Upstream-Source: http://code.google.com/p/explorercanvas/downloads/list
+
+Files: *
+Copyright: (c) 2006, Google Inc.
+Developers:
+  Emil A Eklund <emil at eae.net>
+  Erik Arvidsson <erik at eae.net>
+  Glen Murphy <glen at glenmurphy.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: (c) 2009, Marcelo Jorge Vieira (metal) <metal at alucinados.com>
+License: Apache-2.0
+
+
+License: Apache-2.0
+
+ On Debian GNU/Linux systems, the complete text of the Apache License
+ can be found in `/usr/share/common-licenses/Apache-2.0'
diff --git a/debian/libjs-excanvas.docs b/debian/libjs-excanvas.docs
new file mode 100644
index 0000000..62deb04
--- /dev/null
+++ b/debian/libjs-excanvas.docs
@@ -0,0 +1 @@
+AUTHORS
diff --git a/debian/libjs-excanvas.examples b/debian/libjs-excanvas.examples
new file mode 100644
index 0000000..a046d4f
--- /dev/null
+++ b/debian/libjs-excanvas.examples
@@ -0,0 +1,2 @@
+examples/*
+testcases
diff --git a/debian/libjs-excanvas.install b/debian/libjs-excanvas.install
new file mode 100644
index 0000000..f776f10
--- /dev/null
+++ b/debian/libjs-excanvas.install
@@ -0,0 +1 @@
+excanvas*.js usr/share/javascript/excanvas/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@

-- 
explorercanvas



More information about the Pkg-javascript-commits mailing list