debian/0000755000000000000000000000000011570427542007175 5ustar debian/control0000644000000000000000000000214311570427037010577 0ustar Source: plexus-bsh-factory Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional, libplexus-container-default-java, bsh Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-bsh-factory Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-bsh-factory/ Homepage: http://plexus.codehaus.org/ Package: libplexus-bsh-factory-java Architecture: all Depends: ${misc:Depends}, libplexus-container-default-java, bsh Description: Plexus Beanshell Factory The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . This package provides a factory for instantiating BeanShell with Plexus. debian/watch0000644000000000000000000000027011214213430010205 0ustar version=3 opts="uversionmangle=s/alpha-7-SNAPSHOT/alpha-7/;s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/tags/ \ plexus-bsh-factory-([0-9].*)/ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011570427542010475 5ustar debian/source/format0000644000000000000000000000001411570424134011675 0ustar 3.0 (quilt) debian/libplexus-bsh-factory-java.poms0000644000000000000000000000002511214213430015217 0ustar pom.xml --no-parent debian/changelog0000644000000000000000000000144411570427417011053 0ustar plexus-bsh-factory (1.0~alpha7-3) unstable; urgency=low * Add myself to Uploaders. * Bump Standards-Version to 3.9.2: no changes needed. * Fix FTBFS: remove version param (deprecated in debian-ant-helper) and use POM version (Closes: #628345). * Use mh_clean in clean rule. * Bump to debhelper 7 compat level. * Switch to source format 3.0 (quilt). -- Damien Raude-Morvan Sun, 29 May 2011 13:33:35 +0200 plexus-bsh-factory (1.0~alpha7-2) unstable; urgency=low * Switch to the new plexus-container package. -- Torsten Werner Mon, 13 Jul 2009 21:22:01 +0200 plexus-bsh-factory (1.0~alpha7-1) unstable; urgency=low * Initial release. (Closes: #535021) -- Ludovic Claude Sat, 28 Mar 2009 22:01:14 +0000 debian/rules0000755000000000000000000000150411570425046010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -s "s/~alpha/-alpha-/") JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps plexus-container-default-alpha classworlds plexus-utils bsh DEB_ANT_BUILD_TARGET := package DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l pom.xml build/plexus-bsh-factory-$(VERSION).jar clean:: mh_clean debian/copyright0000644000000000000000000000073011214213430011110 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Plexus Ant Factory Maintainer: Codehaus Foundation Source: http://plexus.codehaus.org/ Files: * Copyright: 2001-2009, Codehaus Foundation. License: Apache-2.0 Files: debian/* Copyright: 2009, Ludovic Claude License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. debian/orig-tar.sh0000755000000000000000000000070711223766231011260 0ustar #!/bin/sh -e VERSION=$2 TAR=../plexus-bsh-factory_$VERSION.orig.tar.gz DIR=plexus-bsh-factory-$VERSION TAG=$(echo "plexus-bsh-factory-$VERSION" | sed 's,~\(alpha\|beta\),-\1-,' | sed 's/alpha-7/alpha-7-SNAPSHOT/') svn export http://svn.codehaus.org/plexus/tags/$TAG/ $DIR tar -c -z -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/build.properties0000644000000000000000000000005311214213430012370 0ustar javadoc.dir=build/api maven.test.skip=true debian/compat0000644000000000000000000000000211570424365010373 0ustar 7 debian/maven.rules0000644000000000000000000000005211214213430011334 0ustar s/bsh/org.beanshell/ bsh jar s/.*/debian/