--- simile-timeline-2.3.0+dfsg.orig/build.xml +++ simile-timeline-2.3.0+dfsg/build.xml @@ -14,15 +14,9 @@ - - - - - + - + @@ -33,15 +27,29 @@ - + + + + + + + - + - + + + + + + + + + @@ -136,7 +144,6 @@ duplicate="fail" includes="timeline_${version}/**" /> - --- simile-timeline-2.3.0+dfsg.orig/debian/copyright +++ simile-timeline-2.3.0+dfsg/debian/copyright @@ -0,0 +1,77 @@ +Author: David François Huynh +Download: http://www.simile-widgets.org/ + +Files: * +Copyright: © 2006 The SIMILE Project 2006 +License: BSD + +Files: timeline_ajax/simile-ajax-bundle.js +Copyright: + © The SIMILE Project 2006. All rights reserved. + © 2008 John Resig +License: BSD / MIT / GPL + +Files: debian/* +Copyright: © 2009 Chris Lamb +License: GPL-3 + +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. +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems the full text of the GPL-3 may be found in the file + `/usr/share/common-licenses/GPL-3`. + +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. --- simile-timeline-2.3.0+dfsg.orig/debian/install +++ simile-timeline-2.3.0+dfsg/debian/install @@ -0,0 +1 @@ +timeline_ajax timeline_js /usr/share/javascript --- simile-timeline-2.3.0+dfsg.orig/debian/control +++ simile-timeline-2.3.0+dfsg/debian/control @@ -0,0 +1,23 @@ +Source: simile-timeline +Section: web +Priority: optional +Maintainer: Debian Javascript Maintainers +Uploaders: Chris Lamb +Build-Depends: debhelper (>= 7), ant | ant1.7, yui-compressor +Standards-Version: 3.8.1 +Homepage: http://www.simile-widgets.org/ +Vcs-Browser: http://git.debian.org/?p=pkg-javascript/simile-timeline.git +Vcs-Git: git://git.debian.org/git/pkg-javascript/simile-timeline.git + +Package: libjs-simile-timeline +Architecture: all +Depends: ${misc:Depends} +Recommends: javascript-common +Description: JavaScript library for web-based interactive timelines + Timeline is a DHTML-based AJAX-based widget for visualizing time-based + events. It uses the "slippy page" concept in a similar way to Google Maps + allowing the user to pan the timeline by dragging the page horizontally. + . + Each timeline can consist of multiple "bands", each with a configurable + scale, which can provide useful context when displaying a large number + of items. Timelines can be populated directly via XML or JSON. --- simile-timeline-2.3.0+dfsg.orig/debian/watch +++ simile-timeline-2.3.0+dfsg/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/simile-widgets/downloads/list http://simile-widgets.googlecode.com/files/timeline_libraries_v(.*).zip --- simile-timeline-2.3.0+dfsg.orig/debian/rules +++ simile-timeline-2.3.0+dfsg/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +override_dh_auto_clean: + rm -rf timeline_2.3.0 + rm -f timeline_libraries.zip + +override_dh_auto_build: + ant timeline_libraries.zip + +override_dh_auto_install: + cp -r timeline_2.3.0/* $(CURDIR)/ + +%: + dh $@ --- simile-timeline-2.3.0+dfsg.orig/debian/compat +++ simile-timeline-2.3.0+dfsg/debian/compat @@ -0,0 +1 @@ +7 --- simile-timeline-2.3.0+dfsg.orig/debian/changelog +++ simile-timeline-2.3.0+dfsg/debian/changelog @@ -0,0 +1,13 @@ +simile-timeline (2.3.0+dfsg-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Use timeline_source instead of timeline_libraries as orig tarball since + the latter contains already-minified scripts (Closes: #645133) + + -- Michael Stapelberg Wed, 05 Dec 2012 20:12:41 +0100 + +simile-timeline (2.3.0-1) unstable; urgency=low + + * Initial release. (Closes: #511548) + + -- Chris Lamb Sun, 17 May 2009 23:06:23 +0100 --- simile-timeline-2.3.0+dfsg.orig/debian/patches/ant-build-xml.patch +++ simile-timeline-2.3.0+dfsg/debian/patches/ant-build-xml.patch @@ -0,0 +1,61 @@ +--- simile-timeline-2.3.0/build.xml 2009-03-05 18:06:44.000000000 +0100 ++++ O3/build.xml 2012-12-05 21:32:56.223655366 +0100 +@@ -14,15 +14,9 @@ + + + +- +- +- +- +- ++ + +- ++ + + + +@@ -33,15 +27,29 @@ + + + +- ++ + ++ ++ ++ ++ ++ ++ + +- ++ + + + +- ++ + ++ ++ ++ ++ ++ ++ ++ ++ + + + +@@ -136,7 +144,6 @@ + duplicate="fail" + includes="timeline_${version}/**" + /> +- + + +