[Pkg-javascript-commits] [SCM] jscropperui - JavaScript Image Cropper UI branch, master, updated. 21688467d7890c34be4056326b90e8ccfccf0f49

Daniel Baumann daniel at debian.org
Wed Jun 2 17:50:33 UTC 2010


The following commit has been merged in the master branch:
commit de2c5efb81f666dc0665025963a7d97c03295e89
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sun Jun 8 16:23:08 2008 +0200

    Initial release (Closes: #468418).

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..9127197
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,16 @@
+jscropperui for Debian
+----------------------
+
+In order to make use of jscropperui in your html, include the following lines
+in your html header:
+
+	<script language="javascript" type="text/javascript"
+	src="/javascript/prototype/prototype.js"></script>
+
+	<script language="javascript" type="text/javascript"
+	src="/javascript/scriptaculous/scriptaculous.js"></script>
+
+	<script language="javascript" type="text/javascript"
+	src="/javascript/cropper/cropper.js"></script>
+	
+ -- Marcelo Jorge Vieira (metal) <metal at alucinados.com>  Sat, 05 Apr 2008 12:52:36 -0300
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c6929a4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+jscropperui (1.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #468418)
+
+ -- Marcelo Jorge Vieira (metal) <metal at alucinados.com>  Sat, 05 Apr 2008 12:52:36 -0300
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f413a0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: jscropperui
+Section: web
+Priority: optional
+Maintainer: Marcelo Jorge Vieira (metal) <metal at alucinados.com>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+Homepage: http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/
+
+Package: libjs-jscropperui
+Architecture: all
+Depends: ${misc:Depends}, libjs-scriptaculous
+Recommends: javascript-common
+Description: JavaScript image cropper UI
+ Allows the user to crop an image using an interface with the same features and
+ styling as found in commercial image editing software, and is is based on the
+ Prototype JavaScript framework and script.aculo.us.
+ 
+Package: libjs-jscropperui-uncompressed
+Architecture: all
+Depends: ${misc:Depends}, libjs-scriptaculous
+Recommends: javascript-common
+Description: JavaScript image cropper UI
+ Allows the user to crop an image using an interface with the same features and
+ styling as found in commercial image editing software, and is is based on the
+ Prototype JavaScript framework and script.aculo.us.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d776e5d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,166 @@
+Author: David Spurr
+Download: http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/
+
+Files: *
+Copyright: Copyright (c) 2006, David Spurr
+License: BSD
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. The name of the author may not be used to endorse or promote products
+       derived from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+    IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ On Debian GNU/Linux systems, the complete text of the BSD License
+ can be found in `/usr/share/common-licenses/BSD'.
+
+Files: lib/scriptaculous.js, lib/builder.js, lib/effects.js
+Copyright: (C) 2005-2008 Thomas Fuchs <thomas at script.aculo.us>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: lib/slider.js
+Copyright:
+  (C) 2005-2008 Marty Haught <mghaught at gmail.com>
+  (C) 2005-2008 Thomas Fuchs <thomas at script.aculo.us>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: lib/controls.js
+Copyright:
+  (C) 2005 Thomas Fuchs <thomas at script.aculo.us>
+  (C) 2005 Ivan Krstic
+  (C) 2005 Jon Tirsen 
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: lib/dragdrop.js
+Copyright:
+  (C) 2005 Thomas Fuchs <thomas at script.aculo.us>
+  (C) 2005 Sammi Williams
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+ 
+Files: lib/unittest.js
+Copyright:
+  (c) 2005 Thomas Fuchs <thomas at script.aculo.us>
+  (c) 2005 Jon Tirsen
+  (c) 2005 Michael Schuerig
+License: MIT 
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: lib/prototype.js
+Copyright: (C) 2005-2008 Sam Stephenson <sam at conio.net>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+ 
+The Debian packaging is (C) 2008, Marcelo Jorge Vieira (metal) <metal at alucinados.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/libjs-jscropperui-uncompressed.install b/debian/libjs-jscropperui-uncompressed.install
new file mode 100644
index 0000000..04be14f
--- /dev/null
+++ b/debian/libjs-jscropperui-uncompressed.install
@@ -0,0 +1,5 @@
+cropper.uncompressed.js /usr/share/javascript/cropper/
+*.css /usr/share/javascript/cropper/
+*.gif /usr/share/javascript/cropper/
+
+tests /usr/share/doc/libjs-jscropperui-uncompressed/
diff --git a/debian/libjs-jscropperui.install b/debian/libjs-jscropperui.install
new file mode 100644
index 0000000..f7132ba
--- /dev/null
+++ b/debian/libjs-jscropperui.install
@@ -0,0 +1,5 @@
+cropper.js /usr/share/javascript/cropper/
+*.css /usr/share/javascript/cropper/
+*.gif /usr/share/javascript/cropper/
+
+tests /usr/share/doc/libjs-jscropperui/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4a08970
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+build:
+
+install:
+
+binary: binary-indep
+
+binary-arch:
+
+binary-indep:
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_install
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+.PHONY: clean build install binary binary-arch binary-indep

-- 
jscropperui - JavaScript Image Cropper UI



More information about the Pkg-javascript-commits mailing list