debian/0000755000000000000000000000000012202200726007157 5ustar debian/maven.publishedRules0000644000000000000000000000164212202124057013206 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.source0000644000000000000000000000045312202124057011342 0ustar Information about access-modifier ------------------------------ 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/libaccess-modifier-checker-java-doc.doc-base.api0000644000000000000000000000062512202124057020143 0ustar Document: libaccess-modifier-checker-java Title: API Javadoc for Custom access modifier for Java Author: Custom access modifier for Java developers Abstract: This is the API Javadoc provided for the libaccess-modifier-checker-java library. Section: Programming Format: HTML Index: /usr/share/doc/libaccess-modifier-checker-java/api/index.html Files: /usr/share/doc/libaccess-modifier-checker-java/api/* debian/libaccess-modifier-checker-java.poms0000644000000000000000000000235312202124635016133 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 --no-parent access-modifier-annotation/pom.xml --java-lib access-modifier-checker/pom.xml --java-lib debian/rules0000755000000000000000000000051012202124057010235 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.ignoreRules0000644000000000000000000000160412202124057012510 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-release-plugin * * * * org.apache.maven.plugins maven-scm-plugin * * * * org.jvnet.wagon-svn wagon-svn * * * * debian/compat0000644000000000000000000000000212202124057010357 0ustar 7 debian/changelog0000644000000000000000000000275012202200404011026 0ustar access-modifier-checker (1.4-1) unstable; urgency=low * New upstream release. * d/control: Dropped DM-Upload-Allowed, bumped Standards-Version 3.9.4 - no changes. * d/control: Update my email address. -- James Page Mon, 12 Aug 2013 16:36:15 +0100 access-modifier-checker (1.0-4) 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, updated field names. [ tony mancill ] * Set DMUA flag. -- James Page Mon, 30 Apr 2012 15:01:54 +0100 access-modifier-checker (1.0-3) unstable; urgency=low * Team upload. * Fix maven rule for asm-debug-all. (Closes: #642679) -- Torsten Werner Sat, 24 Sep 2011 21:51:53 +0200 access-modifier-checker (1.0-2) unstable; urgency=low * Team upload. * Add Build-Depends on libmaven-plugin-tools-java (>= 2.8) (Closes: #639828). -- Miguel Landaeta Tue, 30 Aug 2011 13:31:54 -0430 access-modifier-checker (1.0-1) unstable; urgency=low * Initial Debian release (Closes: #629909) -- James Page Mon, 01 Aug 2011 10:06:23 +0100 access-modifier-checker (1.0-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Thu, 09 Jun 2011 14:34:52 +0100 debian/source/0000755000000000000000000000000012202124057010461 5ustar debian/source/format0000644000000000000000000000001412202124057011667 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000306212202124057011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: Custom access modifier checker for Java Upstream-Contact: Kohsuke Kawaguchi as Developer Source: https://github.com/kohsuke/access-modifier Files: * Copyright: 2010, Kohsuke Kawaguchi License: MIT Files: debian/* Copyright: 2011, 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.properties0000644000000000000000000000014412202124057012404 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/maven.rules0000644000000000000000000000176412202124057011353 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 asm-debug-all jar s/3\..*/3.x/ * * s/org.jvnet.hudson/org.jenkins-ci/ annotation-indexer * s/.*/debian/ * * debian/watch0000644000000000000000000000020512202124057010207 0ustar version=3 opts=dversionmangle=s/\.dfsg// \ http://githubredir.debian.net/github/kohsuke/access-modifier/ access-modifier-(.*).tar.gz debian/libaccess-modifier-checker-java-doc.install0000644000000000000000000000011012202124057017351 0ustar target/site/apidocs/* usr/share/doc/libaccess-modifier-checker-java/api debian/control0000644000000000000000000000430612202200406010560 0ustar Source: access-modifier-checker 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), libannotation-indexer-java-doc, libasm3-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-scm-java, libmaven2-core-java, libmaven2-core-java-doc, libmetainf-services-java, libmetainf-services-java-doc, libmaven-plugin-tools-java (>= 2.8) Standards-Version: 3.9.4 Homepage: https://github.com/kohsuke/access-modifier Vcs-Git: git://git.debian.org/git/pkg-java/access-modifier-checker.git Vcs-Browser: http://git.debian.org/?p=pkg-java/access-modifier-checker.git Package: libaccess-modifier-checker-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven plugin for custom access modifier checking This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. Obviously, there's no runtime check either --- this is strictly a voluntary annotation. . This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.) Package: libaccess-modifier-checker-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libaccess-modifier-checker-java Description: Documentation for libaccess-modifier-checker-java This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. Obviously, there's no runtime check either --- this is strictly a voluntary annotation. . This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.) . This package provides the API documentation for libaccess-modifier-checker-java. debian/maven.cleanIgnoreRules0000644000000000000000000000160412202124057013453 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-release-plugin * * * * org.apache.maven.plugins maven-scm-plugin * * * * org.jvnet.wagon-svn wagon-svn * * * *