debian/0000755000000000000000000000000011740327667007203 5ustar debian/changelog0000644000000000000000000000614311740327514011050 0ustar libjrosetta-java (1.0.4-4) unstable; urgency=high * Bring back the file jrosetta-API.jar (Closes: #667602) -- Sylvestre Ledru Sun, 08 Apr 2012 17:31:24 +0200 libjrosetta-java (1.0.4-3) unstable; urgency=low * Bring back the library (deleted from /usr/share/java/). maven-debian-helper changed it behaviour * Get ride of deprecated file (ant.properties) * Some useless build dependencies removed (jdom1, slf4j) -- Sylvestre Ledru Sun, 25 Mar 2012 19:41:16 +0200 libjrosetta-java (1.0.4-2) unstable; urgency=low * Update Standards-Version: 3.9.3 * Fix a FTBFS (wrong name of the java lib) -- Sylvestre Ledru Fri, 23 Mar 2012 00:20:03 +0100 libjrosetta-java (1.0.4-1) unstable; urgency=low * New upstream release * Update Standards-Version: 3.9.2 * Update of the watch file + repack script * Fix FTBFS (Closes: #643534) * Switch to maven (upstream) -- Sylvestre Ledru Mon, 10 Oct 2011 23:52:06 +0200 libjrosetta-java (1.0.2+gpl-4) unstable; urgency=low * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. * Remove Java runtime from Depends. -- Torsten Werner Mon, 29 Aug 2011 23:28:27 +0200 libjrosetta-java (1.0.2+gpl-3) unstable; urgency=low * Change of my email address since I am now DD * Standards-Version updated to 3.8.3 * DM-Upload-Allowed removed * openjdk-6-jdk => default-jdk [ Torsten Werner ] * Fix Vcs headers. -- Sylvestre Ledru Fri, 27 Nov 2009 10:29:45 +0100 libjrosetta-java (1.0.2+gpl-2) unstable; urgency=low * Change Maintainer: Debian Java Maintainers. * Update Standards-Version: 3.8.2 (no changes). * Change Section: java. -- Torsten Werner Mon, 29 Jun 2009 20:17:36 +0200 libjrosetta-java (1.0.2+gpl-1) unstable; urgency=low * New upstream version * Minor updates in the repack script * Built using openjdk instead of gcj -- Sylvestre Ledru Wed, 21 Jan 2009 15:54:27 +0100 libjrosetta-java (1.0.1+gpl-2) unstable; urgency=low * misc depends added -- Sylvestre Ledru Tue, 30 Dec 2008 11:42:14 +0100 libjrosetta-java (1.0.1+gpl-1) unstable; urgency=low [ Sylvestre Ledru ] * Jrosetta is now free (GPL v2) * Update of watch, control, copyright and orig-tar.sh to reflect the licence change. * Standards-Version changed to version 3.8.0 [ Torsten Werner ] * Add +gpl to upstream version number to allow uploading a new upstream tarball. * Make debian/copyright more verbose. -- Torsten Werner Wed, 16 Jul 2008 15:35:36 +0200 libjrosetta-java (1.0.1-2) unstable; urgency=low * Add DM-Upload-Allowed: yes to enable uploads by Sylvestre. * Fix debian/watch to download the QPL source code (there is a GPL version, too). -- Torsten Werner Tue, 29 Apr 2008 20:33:03 +0200 libjrosetta-java (1.0.1-1) unstable; urgency=low * Initial Release (Closes: #458097) -- Sylvestre Ledru Wed, 12 Dec 2007 11:45:08 +0100 debian/orig-tar.sh0000755000000000000000000000103211732727603011255 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' #VERSION=$(echo $2|tr "+" "-") DIR=jrosetta-$2 TAR=../libjrosetta-java_$2.orig.tar.bz2 # clean up the upstream tarball unzip $3 # test fail in a vm rm -rf __MACOSX $DIR/modules/jrosetta-engine/src/main/java/com/artenum/rosetta/test/TestConsoleHistoryPerformance.java tar -c -j -f $TAR $DIR rm -rf $DIR $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/control0000644000000000000000000000313111733663012010571 0ustar Source: libjrosetta-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Sylvestre Ledru , Torsten Werner Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit4 # default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.3 Homepage: http://dev.artenum.com/projects/JRosetta/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjrosetta-java/ Package: libjrosetta-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} #Suggests: libjrosetta-java-doc Description: JRosetta - Advanced graphical console engine JRosetta provides a common base for graphical component that could be used to build a graphical console in Swing with the latest requirements, such as command history, completion and so on for instance for scripting language or command line. # Package: libjrosetta-java-doc # Architecture: all # Section: doc # Depends: ${misc:Depends}, ${maven:DocDepends} # Recommends: ${maven:DocOptionalDepends} # Suggests: libjrosetta-java # Description: Documentation for JRosetta # JRosetta provides a common base for graphical component that could be used to # build a graphical console in Swing with the latest requirements, such as # command history, completion and so on for instance for scripting language # or command line. # . # This package contains the API documentation of libjrosetta-java. debian/libjrosetta-java-doc.doc-base.api0000644000000000000000000000073111733652542015352 0ustar Document: libjrosetta-java Title: API Javadoc for JRosetta Author: Artenum developers Abstract: This is the API Javadoc provided for the libjrosetta-java libraries. Section: Programming Format: HTML Index: /usr/share/doc/libjrosetta-java/modules/jrosetta-api/index.html Files: /usr/share/doc/libjrosetta-java/modules/jrosetta-api/* Index: /usr/share/doc/libjrosetta-java/modules/jrosetta-engine/index.html Files: /usr/share/doc/libjrosetta-java/modules/jrosetta-engine/* debian/compat0000644000000000000000000000000211732727603010374 0ustar 7 debian/maven.rules0000644000000000000000000000203611733652542011361 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/ com.artenum jrosetta pom s/1\..*/1.x/ * * com.artenum.jrosetta jrosetta-api jar s/1\..*/1.x/ * * com.artenum.jrosetta jrosetta-engine jar s/1\..*/1.x/ * * junit junit jar s/4\..*/4.x/ * * debian/libjrosetta-java-doc.install0000644000000000000000000000027411733652542014575 0ustar modules/jrosetta-api/target/apidocs/* usr/share/doc/libjrosetta-java/modules/jrosetta-api/ modules/jrosetta-engine/target/apidocs/* usr/share/doc/libjrosetta-java/modules/jrosetta-engine/ debian/maven.cleanIgnoreRules0000644000000000000000000000150011733652542013463 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # 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 # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\..*/3.x/ debian/patches/0000755000000000000000000000000011732727603010625 5ustar debian/patches/series0000644000000000000000000000003011732727603012033 0ustar disable_jackrabit.diff debian/patches/disable_jackrabit.diff0000644000000000000000000000106111732727603015072 0ustar Index: jrosetta-1.0.4/pom.xml =================================================================== --- jrosetta-1.0.4.orig/pom.xml 2011-10-10 21:31:52.000000000 +0200 +++ jrosetta-1.0.4/pom.xml 2011-10-10 21:31:58.000000000 +0200 @@ -102,13 +102,6 @@ - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 1.0-beta-7 - - debian/libjrosetta-java.poms0000644000000000000000000000337111733653705013345 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --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. [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. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --has-package-version modules/jrosetta-api/pom.xml --has-package-version --java-lib modules/jrosetta-engine/pom.xml --has-package-version --java-lib debian/watch0000644000000000000000000000055311732727603010232 0ustar version=3 # uversionmangle is used to convert 1-0-1 to 1.0.1 # downloadurlmangle is used to add the action download at the end of the URL # filenamemangle is used to download a more explict filename (would be src instead...). This option is not mandatory http://dev.artenum.com/projects/JRosetta/download .*jrosetta-(.*)-sources.jar \ debian debian/orig-tar.sh debian/maven.ignoreRules0000644000000000000000000000154311733652542012527 0ustar # Maven ignore rules - ignore some 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 # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\..*/3.x/ org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.wagon wagon-webdav-jackrabbit * * * * debian/maven.properties0000644000000000000000000000014411733652542012421 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/rules0000755000000000000000000000067511740327450010261 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_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate DEB_INSTALL_CHANGELOGS_ALL := CHANGE.txt install/libjrosetta-java:: ln -s jrosetta-api.jar debian/libjrosetta-java/usr/share/java/jrosetta-API.jar get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/copyright0000644000000000000000000000224411732727603011133 0ustar This package was debianized by Sylvestre Ledru on Wed, 12 Dec 2007 11:45:08 +0100. It was downloaded from http://dev.artenum.com/projects/JRosetta/ Upstream Authors: Sébastien Jourdain, Vincent Couvert, Sylvestre Ledru Copyright: (c) 2007 Artenum. All rights reserved. License: 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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The Debian packaging is (C) 2007, Sylvestre Ledru and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. debian/maven.publishedRules0000644000000000000000000000164111733652542013222 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # 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/ debian/source/0000755000000000000000000000000011732727603010476 5ustar debian/source/format0000644000000000000000000000001411732727603011704 0ustar 3.0 (quilt)