debian/0000755000000000000000000000000012255646647007207 5ustar debian/libbridge-method-injector-java-doc.install0000644000000000000000000000010712255645306017262 0ustar target/site/apidocs/* usr/share/doc/libbridge-method-injector-java/api debian/maven.publishedRules0000644000000000000000000000164212255645306013223 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/README.source0000644000000000000000000000046212255645306011357 0ustar Information about bridge-method-injector ------------------------------ 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. debian/rules0000755000000000000000000000051112255645306010253 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_MAVEN_BUILD_TARGET := install get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/maven.ignoreRules0000644000000000000000000000155012255645306012525 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/ com.sun tools * * * * org.apache.maven.plugins maven-release-plugin * * * * org.jvnet.wagon-svn wagon-svn * * * * debian/compat0000644000000000000000000000000212255645306010374 0ustar 7 debian/changelog0000644000000000000000000000311412255646345011053 0ustar bridge-method-injector (1.8-1) unstable; urgency=medium * New upstream release. * d/control: Bumped Standard-Version, no changes. * d/control: Drop DM-Upload-Allowed field. -- James Page Sun, 22 Dec 2013 20:34:09 +0000 bridge-method-injector (1.4-3) unstable; urgency=low [ James Page ] * Use new version of annotation-indexer: - d/maven.rules: Map to new org.jenkins-ci groupID. - d/control: Added version to BDI to ensure compatibility. * Bumped Standards-Version to 3.9.3: - d/copyright: Use new released version of DEP-5. * d/libbridge-method-injector-java.poms: Use --java-lib option to ensure that jar files are installed to /usr/share/java. [ tony mancill ] * Set DMUA flag. -- James Page Mon, 30 Apr 2012 14:17:38 +0100 bridge-method-injector (1.4-2) unstable; urgency=low * Fix FTBFS with asm3 >= 3.3 (LP: #851659): - d/maven.rules: Use asm-all instead of asm to align to restructure of jar files. * Fix FTBFS due to changes to maven-compiler-plugin (Closes: #643495): - d/control: Added libmaven-plugin-tools-java to Build-Deps-Indep. * debian/copyright: Tidied new lintian warnings. -- James Page Wed, 28 Sep 2011 09:46:23 +0100 bridge-method-injector (1.4-1) unstable; urgency=low * Initial Debian release (Closes: #629814) -- James Page Mon, 01 Aug 2011 10:12:58 +0100 bridge-method-injector (1.4-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Wed, 08 Jun 2011 16:29:57 +0100 debian/source/0000755000000000000000000000000012255645306010476 5ustar debian/source/format0000644000000000000000000000001412255645306011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000304012255645306011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: Bridge Method Injector Upstream-Contact: Kohsuke Kawaguchi as Developer Source: http://bridge-method-injector.infradna.com/ Files: * Copyright: 2010, InfraDNA, Inc. License: MIT Files: debian/* Copyright: 2010, Canonical Ltd (http://www.canonical.com) License: GPL-3 License: GPL-3 On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/GPL-3' 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. debian/maven.properties0000644000000000000000000000014412255645306012421 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/maven.rules0000644000000000000000000000177712255645306011374 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/ junit junit jar s/3\..*/3.x/ * * asm s/asm-debug-all/asm-all/ jar s/3\..*/3.x/* * s/org.jvnet.hudson/org.jenkins-ci/ annotation-indexer * s/.*/debian/ * * debian/libbridge-method-injector-java-doc.doc-base.api0000644000000000000000000000057712255645306020054 0ustar Document: libbridge-method-injector-java Title: API Javadoc for Bridge Method Injector Author: Bridge Method Injector developers Abstract: This is the API Javadoc provided for the libbridge-method-injector-java library. Section: Programming Format: HTML Index: /usr/share/doc/libbridge-method-injector-java/api/index.html Files: /usr/share/doc/libbridge-method-injector-java/api/* debian/watch0000644000000000000000000000023612255645306010230 0ustar version=3 opts=dversionmangle=s/\.dfsg// \ http://githubredir.debian.net/github/infradna/bridge-method-injector/ bridge-method-injector-parent-(\d.\d).tar.gz debian/libbridge-method-injector-java.poms0000644000000000000000000000230112255645306016025 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 # --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 # --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 annotation/pom.xml --java-lib injector/pom.xml --java-lib debian/control0000644000000000000000000000344312255645410010601 0ustar Source: bridge-method-injector 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, junit (>= 3.8.1), libannotation-indexer-java (>= 1.3), libasm3-java, libmaven-antrun-plugin-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-scm-java, libmaven-plugin-tools-java, libmaven2-core-java, libmaven2-core-java-doc Standards-Version: 3.9.5 Homepage: http://bridge-method-injector.infradna.com/ Vcs-Git: git://git.debian.org/git/pkg-java/bridge-method-injector.git Vcs-Browser: http://git.debian.org/?p=pkg-java/bridge-method-injector.git Package: libbridge-method-injector-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Evolve Java classes without breaking compatibility Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. Package: libbridge-method-injector-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Suggests: libbridge-method-injector-java Description: Documentation for Bridge Method Injector Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. . This package provides the API documentation for libbridge-method-injector-java. debian/maven.cleanIgnoreRules0000644000000000000000000000171112255645306013467 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/ com.sun tools * * * * org.apache.maven.plugins maven-antrun-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.jvnet.hudson annotation-indexer * * * * org.jvnet.wagon-svn wagon-svn * * * *