debian/0000755000000000000000000000000012210025522007155 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112210025363013440 0ustar debian/maven.ignoreRules0000644000000000000000000000041712210025363012510 0ustar org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.codehaus.mojo jxr-maven-plugin * * * * org.codehaus.mojo surefire-report-maven-plugin * * * * debian/maven.publishedRules0000644000000000000000000000005712210025363013204 0ustar net.sourceforge.serp serp jar s/.*/debian/ * * debian/maven.rules0000644000000000000000000000012112210025363011334 0ustar junit junit jar s/3\..*/3.x/ * * net.sourceforge.serp serp jar s/.*/debian/ * * debian/watch0000644000000000000000000000016112210025363010207 0ustar version=3 http://repo2.maven.org/maven2/net/sourceforge/serp/serp/ \ ^([0-9][0-9\.]+)/ debian debian/orig-tar.sh debian/rules0000755000000000000000000000036012210025363010237 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/changelog0000644000000000000000000000112712210025363011033 0ustar serp (1.14.1-2) unstable; urgency=low * Switched from Ant to Maven build to publish pom. * Updated Standards-Version to 3.9.4. * Use canonical form of Vcs-* fields. * Added Stephen Nelson to list of uploaders. * Updated copyright to 1.0 format. * Updated copyright license to BSD-3-clause from BSD. * Added patch to generate Java 6 compatible bytecode. -- Stephen Nelson Tue, 27 Aug 2013 22:35:31 +0100 serp (1.14.1-1) unstable; urgency=low * Initial release. (Closes: #582782). -- Miguel Landaeta Sun, 23 May 2010 12:47:32 -0430 debian/patches/0000755000000000000000000000000012210025363010607 5ustar debian/patches/series0000644000000000000000000000002612210025363012022 0ustar compile-java-1.6.diff debian/patches/compile-java-1.6.diff0000644000000000000000000000064612210025363014320 0ustar # Change the source and target level from 1.3 to 1.6 to create # Java 6 compatible bytecode --- a/pom.xml +++ b/pom.xml @@ -85,8 +85,8 @@ maven-compiler-plugin - 1.3 - 1.3 + 1.6 + 1.6 debian/maven.properties0000644000000000000000000000014412210025363012403 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/libserp-java-doc.install0000644000000000000000000000006112210025363013667 0ustar target/apidocs/* usr/share/doc/libserp-java/api debian/orig-tar.sh0000755000000000000000000000131612210025363011244 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 tarball=$3 TAR=${package}_${version}.orig.tar.gz DIR=${package}-${version}.orig UPSTREAM_CVS_REPO="pserver:anonymous@serp.cvs.sourceforge.net:/cvsroot/serp" # upstream doesn't publish sources in any URL, so I have to fetch the # source from (wait for it...) upstream CVS repo... cvs -d:"${UPSTREAM_CVS_REPO}" login cvs -z3 -d:"${UPSTREAM_CVS_REPO}" export \ -r "${package}-$(echo $version | sed 's/\./_/g')" \ -d "${package}-${version}.orig" $package GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR $DIR rm -rf $tarball $DIR debian/libserp-java-doc.doc-base.api0000644000000000000000000000042312210025363014450 0ustar Document: libserp-java Title: API Javadoc for Serp Author: Serp developers Abstract: This is the API Javadoc provided for the libserp-java library. Section: Programming Format: HTML Index: /usr/share/doc/libserp-java/api/index.html Files: /usr/share/doc/libserp-java/api/* debian/source/0000755000000000000000000000000012210025363010460 5ustar debian/source/format0000644000000000000000000000001412210025363011666 0ustar 3.0 (quilt) debian/libserp-java.poms0000644000000000000000000000320512210025363012437 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 --java-lib debian/compat0000644000000000000000000000000212210025363010356 0ustar 7 debian/copyright0000644000000000000000000000351612210025363011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Serp Upstream-Authors: A. Abram White Source: http://serp.sourceforge.net Files: * Copyright: 2002-2013, A. Abram White License: BSD-3-clause Files: debian/* Copyright: 2010, Miguel Landaeta License: BSD-3-clause License: BSD-3-clause Copyright (c) 2002-2007, A. Abram White All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of 'serp' nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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/control0000644000000000000000000000407312210025363010567 0ustar Source: serp Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta , Stephen Nelson Section: java Priority: optional Build-Depends: debhelper (>= 7.0.50), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-javadoc-plugin-java, junit (>= 3.8.1) Standards-Version: 3.9.4 Homepage: http://serp.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-java/serp.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/serp.git Package: libserp-java Architecture: all Depends: ${misc:Depends} Suggests: libserp-java-doc (= ${binary:Version}) Description: Java Virtual Machine bytecode manipulation framework The goal of the serp bytecode framework is to tap the full power of bytecode modification while lowering its associated costs. . The framework provides a set of high-level APIs for manipulating all aspects of bytecode, from large-scale structures like class member fields to the individual instructions that comprise the code of methods. . While in order to perform any advanced manipulation, some understanding of the class file format and especially of the JVM instruction set is necessary, the framework makes it as easy as possible to enter the world of bytecode development. Package: libserp-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libserp-java (= ${binary:Version}) Description: Documentation for libserp-java Documentation of the serp bytecode framework that has as goal to tap the full power of bytecode modification while lowering its associated costs. . The framework provides a set of high-level APIs for manipulating all aspects of bytecode, from large-scale structures like class member fields to the individual instructions that comprise the code of methods. . While in order to perform any advanced manipulation, some understanding of the class file format and especially of the JVM instruction set is necessary, the framework makes it as easy as possible to enter the world of bytecode development.