debian/0000755000000000000000000000000012236201603007161 5ustar debian/maven.ignoreRules0000644000000000000000000000051312236200755012515 0ustar org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.apache.maven.plugins maven-surefire-report-plugin * * * * org.codehaus.mojo taglist-maven-plugin * * * * debian/compat0000644000000000000000000000000212236200755010366 0ustar 9 debian/README.source0000644000000000000000000000044712236200755011354 0ustar Information about jdependency ------------------------------ 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/source/0000755000000000000000000000000012236200755010470 5ustar debian/source/format0000644000000000000000000000001412236200755011676 0ustar 3.0 (quilt) debian/maven.properties0000644000000000000000000000020312236200755012407 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.test.failure.ignore=true debian/maven.rules0000644000000000000000000000014612236200755011353 0ustar junit junit jar s/3\..*/3.x/ * * org.vafer jdependency jar s/.*/debian/ * * asm * * s/3\..*/3.x/ * * debian/libjdependency-java.poms0000644000000000000000000000320512236200755013766 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/changelog0000644000000000000000000000023212236200755011037 0ustar jdependency (0.7-1) unstable; urgency=low * Initial release (Closes: #728773) -- Emmanuel Bourg Tue, 05 Nov 2013 11:27:08 +0100 debian/control0000644000000000000000000000200412236201222010555 0ustar Source: jdependency Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libasm3-java, libcommons-io-java, junit (>= 3.8.2) Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jdependency Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jdependency Homepage: http://github.com/tcurdt/jdependency Package: libjdependency-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Java library analyzing class level dependencies jdependency is small library that helps you analyze class level dependencies, clashes and missing classes. This library provides an API to analyse and modify class dependencies. It provides the core to the maven2 minijar plugin and provides something in the middle between jarjar and proguard. debian/watch0000644000000000000000000000012412236200755010216 0ustar version=3 https://github.com/tcurdt/jdependency/releases .*/jdependency-(.*).tar.gz debian/rules0000755000000000000000000000043212236200755010247 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_INSTALL_CHANGELOGS_ALL := HISTORY.md get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/copyright0000644000000000000000000000072712236200755011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jdependency Source: http://github.com/tcurdt/jdependency Files: * Copyright: 2008-2011, Torsten Curdt License: Apache-2.0 Files: debian/* Copyright: 2013, Emmanuel Bourg License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0'