debian/0000755000000000000000000000000012211062125007156 5ustar debian/README.source0000644000000000000000000000023512211060073011335 0ustar Information about findbugs-bcel ------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. debian/build-classpath0000644000000000000000000000003712211060073012160 0ustar /usr/share/java/ant-nodeps.jar debian/build.properties0000644000000000000000000000016412211060073012374 0ustar build.directory=target maven.test.skip=true classpath.compile=\ target/classes classpath.test=\ target/classes debian/changelog0000644000000000000000000000024412211060073011030 0ustar findbugs-bcel (6.0~20130831-1) unstable; urgency=low * Initial release (Closes: #721478) -- ShuxiongYe Sat, 31 Aug 2013 15:43:02 +0800 debian/compat0000644000000000000000000000000212211060073010354 0ustar 7 debian/control0000644000000000000000000000265512211062133010570 0ustar Source: findbugs-bcel Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: ShuxiongYe Build-Depends: debhelper (>= 7.0.50), default-jdk, maven-repo-helper (>= 1.7.1), ant-optional, maven-ant-helper (>= 7.6) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-java/findbugs-bcel.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/findbugs-bcel.git;a=summary Homepage: http://commons.apache.org/proper/commons-bcel Package: libfindbugs-bcel-java Architecture: all Depends: ${misc:Depends}, Description: Analyze, create, and manipulate (binary) Java class files The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. . Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. . findbugs has its own version of bcel. debian/copyright0000644000000000000000000000070012211060073011106 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Commons BCEL Source: http://commons.apache.org/proper/commons-bcel Files: * Copyright: 2004-2013, The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2013, ShuxiongYe 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/docs0000644000000000000000000000011412211060073010025 0ustar LICENSE.txt NOTICE.txt README.txt README.txt RELEASE-NOTES.txt TODO.JustIce debian/libfindbugs-bcel-java.poms0000644000000000000000000000326712211060073014200 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 --no-parent --has-package-version --artifact=target/findbugs-bcel-*.jar --java-lib debian/maven.cleanIgnoreRules0000644000000000000000000000150012211060073013443 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/maven.ignoreRules0000644000000000000000000000165512211060073012513 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/ junit junit * * * * org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * debian/maven.publishedRules0000644000000000000000000000164112211060073013202 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/maven.rules0000644000000000000000000000171412211060073011343 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/ org.apache.bcel findbugs-bcel jar s/6\..*/6.x/ * * org.apache.commons commons-parent pom s/.*/debian/ * * debian/orig-tar.sh0000755000000000000000000000073512211060073011246 0ustar #!/bin/sh -e VERSION=$2 TAR=../findbugs-bcel_$VERSION.orig.tar.gz DIR=findbugs-bcel-$VERSION TAG=$(echo "findbugs-bcel-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/commons/proper/bcel/tags/${TAG} $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $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/rules0000755000000000000000000000151112211060073010234 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ') DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | cut -d: -f2- | sed 's/-[^-]*$$//') export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=$(shell for jar in `cat debian/build-classpath`; do if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; done) export ANT_ARGS=-Dbasedir=$(realpath .) -Dpackage=$(DEB_SOURCE_PACKAGE) -f /usr/share/maven-ant-helper/maven-build.xml %: dh $@ --buildsystem=ant --with maven_repo_helper get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename override_dh_compress: dh_compress -O--buildsystem=ant rm $(CURDIR)/debian/libfindbugs-bcel-java/usr/share/doc/libfindbugs-bcel-java/LICENSE.txt.gz debian/source/0000755000000000000000000000000012211060073010456 5ustar debian/source/format0000644000000000000000000000001412211060073011664 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000025012211060073010204 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/commons/proper/bcel/tags/ \ findbugs-bcel-(\d.*)/ debian debian/orig-tar.sh