debian/0000755000000000000000000000000012202201753007160 5ustar debian/README.source0000644000000000000000000000050012202122400011321 0ustar Information about stapler-adjunct-timeline ------------------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/libstapler-adjunct-timeline-java.poms0000644000000000000000000000177712202122400016375 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar # pom.xml --no-parent debian/orig-tar.sh0000755000000000000000000000064712202122400011241 0ustar #/bin/sh -e VERSION=$2 TAR=../stapler-adjunct-timeline_$VERSION.orig.tar.gz DIR=stapler-adjunct-timeline-$VERSION mkdir -p $DIR # Unpack ready fo re-packing tar -xzf $TAR -C $DIR --strip-components=1 # Repack excluding stuff we don't need GZIP=--best tar -czf $TAR --exclude 'timeline_js' --exclude 'timeline_ajax' \ --exclude 'CVS' --exclude '.svn' --exclude 'debian' --exclude 'src/test' \ $DIR rm -rf $DIR debian/rules0000755000000000000000000000144412202122400010232 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p') # Patch in timeline component from Debian js library before-mvn-build:: ln -sf /usr/share/javascript/timeline_ajax src/main/resources/org/kohsuke/stapler/simile ln -sf /usr/share/javascript/timeline_js src/main/resources/org/kohsuke/stapler/simile clean:: rm -rf src/main/resources/org/kohsuke/stapler/simile/timeline_* get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename mv ../stapler-adjunct-timeline_$(DEB_UPSTREAM_VERSION).orig.tar.gz \ ../stapler-adjunct-timeline_$(DEB_UPSTREAM_VERSION)+dfsg.orig.tar.gz debian/libstapler-adjunct-timeline-java-doc.doc-base.api0000644000000000000000000000057312202122400020400 0ustar Document: libstapler-adjunct-timeline-java Title: API Javadoc for Stapler Timeline Author: Stapler Timeline developers Abstract: This is the API Javadoc provided for the libstapler-adjunct-timeline-java library. Section: Programming Format: HTML Index: /usr/share/doc/libstapler-adjunct-timeline-java/api/index.html Files: /usr/share/doc/libstapler-adjunct-timeline-java/api/* debian/compat0000644000000000000000000000000212202122400010345 0ustar 7 debian/changelog0000644000000000000000000000150312202201413011022 0ustar stapler-adjunct-timeline (1.4+dfsg-1) unstable; urgency=low * New upstream release. * d/control: Bumped Standards-Version 3.9.4, no changes. * d/control: Update my email address. -- James Page Mon, 12 Aug 2013 16:44:59 +0100 stapler-adjunct-timeline (1.3+dfsg-1) unstable; urgency=low [ James Page ] * Initial Debian release (Closes: #631960). * Repack upstream tarball to remove embedded javascript. * Amended obsolete field names in debian/copyright. [ Damien Raude-Morvan ] * d/copyright: Remove information on MIT/GPL2 items (dropped from tarball). -- James Page Wed, 26 Oct 2011 16:44:22 +0100 stapler-adjunct-timeline (1.3-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Tue, 28 Jun 2011 15:51:48 +0100 debian/source/0000755000000000000000000000000012202122400010447 5ustar debian/source/format0000644000000000000000000000001412202122400011655 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000317412202122400011107 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Stapler Timeline Source: http://stapler.java.net Files: * Copyright: 2006, The SIMILE Project License: BSD Files: debian/* Copyright: 2011, Canonical Ltd (http://www.canonical.com/) License: BSD 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. debian/libstapler-adjunct-timeline-java-doc.install0000644000000000000000000000010412202122400017607 0ustar target/apidocs/* usr/share/doc/libstapler-adjunct-timeline-java/api debian/maven.properties0000644000000000000000000000022712202122400012374 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/maven.rules0000644000000000000000000000213612202122400011333 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ commons-collections commons-collections * s/3\..*/3.x/ * * s/groovy/org.codehaus.groovy/ groovy * s/.*/debian/ * * asm * * s/2\..*/3.x/ * * s/javax.servlet/javax.servlet.jsp/ jsp-api jar s/2\..*/2.1/ * * javax.servlet servlet-api jar s/2\..*/2.5/ * * debian/watch0000644000000000000000000000026212202122400010200 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://githubredir.debian.net/github/stapler/stapler-adjunct-timeline/ stapler-adjunct-timeline-(.*).tar.gz debian debian/orig-tar.sh debian/control0000644000000000000000000000273512202201414010564 0ustar Source: stapler-adjunct-timeline Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libjs-simile-timeline, libmaven-javadoc-plugin-java, libservlet2.5-java, libstapler-java, libstapler-java-doc Standards-Version: 3.9.4 Homepage: http://stapler.java.net Vcs-Git: git://git.debian.org/git/pkg-java/stapler-adjunct-timeline.git Vcs-Browser: http://git.debian.org/?p=pkg-java/stapler-adjunct-timeline.git Package: libstapler-adjunct-timeline-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Timeline visualisation library for use with stapler This library provides a JavaScript based timeline visualisation component for embedding in web applications using the stapler HTTP request handling engine. Package: libstapler-adjunct-timeline-java-doc Architecture: all Section: doc Depends: ${maven:OptionalDocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libstapler-adjunct-timeline-java Description: Documentation for Stapler Timeline This library provides a JavaScript based timeline visualisation component for embedding in web applications using the stapler HTTP request handling engine. . This package provides the API documentation for libstapler-adjunct-timeline-java.