debian/0000755000000000000000000000000012202202135007153 5ustar debian/README.source0000644000000000000000000000100012202122406011323 0ustar Information about stapler-adjunct-codemirror -------------------------------------------- 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. Note that this package is a re-packaging of the codemirror Javascript library (not-yet-packaged) with a set of patches for integration with the Stapler HTTP request processing library. debian/rules0000755000000000000000000000036012202122406010234 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 get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/compat0000644000000000000000000000000212202122406010353 0ustar 7 debian/changelog0000644000000000000000000000112412202201600011017 0ustar stapler-adjunct-codemirror (1.2-1) unstable; urgency=low * New upstream release. * d/control: Dropped DM-Upload-Allowed, bumped Standards-Version to 3.9.4, no changes required. * d/control: Update my email address. -- James Page Mon, 12 Aug 2013 16:47:02 +0100 stapler-adjunct-codemirror (1.1-1) unstable; urgency=low [James Page] * Initial release (Closes: #655723). [tony mancill] * Set DMUA flag. * Update d/copyright to include Timothy Farrell and Constantin Jucovschi -- James Page Wed, 25 Jan 2012 10:03:15 +0000 debian/source/0000755000000000000000000000000012202122406010455 5ustar debian/source/format0000644000000000000000000000001412202122406011663 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000366012202122406011115 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Stapler Codemirror Source: http://stapler.java.net Description: None of the source .js files contain headers; however the pom.xml in the root of the orig.tar.gz clearly identifies the licensing for the entire project with a link to the codemirror website for the full license text. Files: * Copyright: 2011 by Marijn Haverbeke License: MIT Files: src/main/resources/org/kohsuke/stapler/codemirror/mode/python/python.js Copyright: 2010, Timothy Farrell License: MIT Files: src/main/resources/org/kohsuke/stapler/codemirror/mode/stex/stex.js Copyright: 2011, Constantin Jucovschi License: MIT Files: debian/* Copyright: 2011, Canonical Ltd (http://www.canonical.com/) License: MIT 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. . Please note that some subdirectories of the CodeMirror distribution include their own LICENSE files, and are released under different licences. debian/maven.properties0000644000000000000000000000022712202122406012402 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.rules0000644000000000000000000000162212202122406011340 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/ javax.servlet servlet-api jar s/2\..*/2.5/ * * debian/watch0000644000000000000000000000023312202122406010204 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://githubredir.debian.net/github/stapler/stapler-adjunct-codemirror/ stapler-adjunct-codemirror-(.*).tar.gz debian/libstapler-adjunct-codemirror-java.poms0000644000000000000000000000177712202122406016742 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/control0000644000000000000000000000162412202201614010562 0ustar Source: stapler-adjunct-codemirror 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, libservlet2.5-java, libstapler-java Standards-Version: 3.9.4 Homepage: http://stapler.java.net Vcs-Git: git://git.debian.org/git/pkg-java/stapler-adjunct-codemirror.git Vcs-Browser: http://git.debian.org/?p=pkg-java/stapler-adjunct-codemirror.git Package: libstapler-adjunct-codemirror-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Codemirror JS library for use with stapler This library provides a JavaScript based codemirror visualisation component for embedding in web applications using the stapler HTTP request handling engine.