debian/0000755000000000000000000000000012074344474007177 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000150112025255021013446 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.ignoreRules0000644000000000000000000000136612025255021012514 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/ debian/maven.publishedRules0000644000000000000000000000164212025255021013205 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.rules0000644000000000000000000000201212025255021011335 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/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * org.sonatype.plexus plexus-cipher jar s/.*/debian/ * * debian/watch0000644000000000000000000000015012025140410010200 0ustar version=3 http://githubredir.debian.net/github/sonatype/plexus-cipher \ .*/plexus-cipher-(.*).tar.gz debian/rules0000755000000000000000000000036012025140410010232 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/libplexus-cipher-java.poms0000644000000000000000000000274412025255031014266 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 # it will be installed with mh_install. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --no-parent --has-package-version --java-lib debian/changelog0000644000000000000000000000323012074343740011042 0ustar plexus-cipher (1.5-4) unstable; urgency=low * Team upload. * Add patch for test case that fails on fast systems. - Thanks to Sjoerd Simons. (Closes: #697919) * Remove Michael Koch from Uploaders. (Closes: #654125) * Bump Standard-Version to 3.9.4 (no changes). -- tony mancill Sat, 12 Jan 2013 17:58:41 +0000 plexus-cipher (1.5-3) unstable; urgency=low [ Miguel Landaeta ] * Team upload. * Install jars in /usr/share/java. (Closes: #687541). [ tony mancill ] * Bump Standard-Version to 3.9.3 (no changes). * Update d/copyright. -- Miguel Landaeta Thu, 13 Sep 2012 20:13:09 -0430 plexus-cipher (1.5-2) unstable; urgency=low * Team upload. * Update debian/watch. * Update Homepage. * Update Standards-Version: 3.9.1. * Switch to source format 3.0. * Use Maven to build package. * Add a documentation package. -- Torsten Werner Thu, 25 Aug 2011 15:24:27 +0200 plexus-cipher (1.5-1) unstable; urgency=low * New upstream release. * Updated debhelper to >= 7. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch Sun, 25 Oct 2009 21:41:19 +0100 plexus-cipher (1.4-2) unstable; urgency=low * Update copyright notice after reading NOTICE.txt * Change Build-Depends to default-jdk as gcj is not used * debian/rules: compile against plexus-container-default-alpha -- Ludovic Claude Fri, 14 Aug 2009 10:57:49 +0100 plexus-cipher (1.4-1) unstable; urgency=low * Initial release. (Closes: #526588) -- Ludovic Claude Sat, 02 May 2009 00:22:14 +0000 debian/libplexus-cipher-java-doc.doc-base.api0000644000000000000000000000061312025140410016263 0ustar Document: libplexus-cipher-java Title: API Javadoc for Plexus Cipher: encryption/decryption Component Author: Plexus Cipher: encryption/decryption Component developers Abstract: This is the API Javadoc provided for the libplexus-cipher-java library. Section: Programming Format: HTML Index: /usr/share/doc/libplexus-cipher-java/api/index.html Files: /usr/share/doc/libplexus-cipher-java/api/* debian/patches/0000755000000000000000000000000012074344465010626 5ustar debian/patches/0001_PBECipherTest.patch0000644000000000000000000000105012074343020014666 0ustar Description: force thread to sleep briefly to prevent build failures on fast systems when 2 PBECipher encryptions begin during the same millisecond. Author: Sjoerd Simons --- a/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java +++ b/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java @@ -55,6 +55,8 @@ System.out.println(enc); + Thread.sleep (10); + String enc2 = _cipher.encrypt64( _cleatText, _password ); assertNotNull( enc2 ); debian/patches/series0000644000000000000000000000003112074327665012040 0ustar 0001_PBECipherTest.patch debian/maven.properties0000644000000000000000000000014412025140410012376 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true debian/source/0000755000000000000000000000000012074344465010477 5ustar debian/source/format0000644000000000000000000000001412025140410011661 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000045112025140410011332 0ustar Information about plexus-cipher ------------------------------ 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/compat0000644000000000000000000000000212025140410010351 0ustar 7 debian/copyright0000644000000000000000000000137612025251776011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Plexus Cipher Component Upstream-Contact: Sonatype Source: http://www.sonatype.org/ Files: * Copyright: 2008, Sonatype Inc. License: Apache-2.0 Files: src/main/java/org/sonatype/plexus/components/cipher/Base64.java src/main/java/org/sonatype/plexus/components/cipher/PBECipher.java Copyright: 2008, Julius Davies 2008, Sonatype Inc. License: Apache-2.0 Files: debian/* Copyright: 2009, Ludovic Claude 2011, Torsten Werner 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/libplexus-cipher-java-doc.install0000644000000000000000000000007212025140410015503 0ustar target/apidocs/* usr/share/doc/libplexus-cipher-java/api debian/control0000644000000000000000000000341512074343251010575 0ustar Source: plexus-cipher Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libplexus-maven-plugin-java, junit, libplexus-container-default-java, default-jdk-doc, libplexus-container-default-java-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-cipher Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-cipher/ Homepage: https://github.com/sonatype/plexus-cipher Package: libplexus-cipher-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libplexus-cipher-java-doc Description: Plexus Cipher Component used by Maven The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . This package provides a cipher component for Plexus. Package: libplexus-cipher-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libplexus-cipher-java Description: Documentation for Plexus Cipher Component used by Maven The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . This package contains the API documentation of libplexus-cipher-java.