debian/0000775000000000000000000000000012206673527007202 5ustar debian/patches/0000775000000000000000000000000012206673266010631 5ustar debian/patches/01-compilation-settings.patch0000664000000000000000000000101012206673266016234 0ustar Description: Set the compiler settings to fix the unmappable character errors with Java 7 Author: Emmanuel Bourg Forwarded: no --- a/XMPCore/build.xml +++ b/XMPCore/build.xml @@ -65,7 +65,7 @@ - + debian/patches/series0000664000000000000000000000003612206625030012027 0ustar 01-compilation-settings.patch debian/rules0000775000000000000000000000136312206613461010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE = XMPCore/build.xml DEB_ANT_BUILD_TARGET = build binary-post-install/$(PACKAGE):: mh_installpoms -p$(PACKAGE) mh_installjar -p$(PACKAGE) -l debian/pom.xml XMPCore/target/debug/xmpcore.jar clean:: mh_clean rm -Rf XMPCore/target XMPCore/intermediate get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack get-orig-pom: wget -O debian/pom.xml http://repo1.maven.org/maven2/com/adobe/xmp/xmpcore/$(VERSION)/xmpcore-$(VERSION).pom debian/watch0000664000000000000000000000022212206613461010216 0ustar version=3 opts=uversionmangle=s/^6$/5.1.2/ \ http://www.adobe.com/devnet/xmp/library/eula-xmp-library-java.html \ .*/XMP-Core-JAVA-CS([\d\.]).zip debian/libxmpcore-java.poms0000664000000000000000000000001712206613461013152 0ustar debian/pom.xml debian/changelog0000664000000000000000000000071212206673527011054 0ustar libxmpcore-java (5.1.2-2) unstable; urgency=low * Use canonical URLs for the Vcs-* fields * Added a patch to fix the unmappable character errors with Java 7 and generate Java 6 compatible bytecode (Closes: #719404) -- Emmanuel Bourg Mon, 26 Aug 2013 17:42:05 +0200 libxmpcore-java (5.1.2-1) unstable; urgency=low * Initial release (Closes: #710488) -- Emmanuel Bourg Fri, 31 May 2013 12:00:06 +0200 debian/source/0000775000000000000000000000000012206613461010471 5ustar debian/source/format0000664000000000000000000000001412206613461011677 0ustar 3.0 (quilt) debian/pom.xml0000664000000000000000000000214712206613461010512 0ustar 4.0.0 com.adobe.xmp xmpcore 5.1.2 XMP Library for Java The XMP Library for Java is based on the C++ XMPCore library and the API is similar. http://www.adobe.com/devnet/xmp.html The BSD License http://www.adobe.com/devnet/xmp/library/eula-xmp-library-java.html repo Adobe Systems, Inc. http://www.adobe.com/ scm:local:/src/xmp:xmpcore http://www.adobe.com/devnet/xmp.html debian/compat0000664000000000000000000000000212206613461010367 0ustar 7 debian/copyright0000664000000000000000000000361612206613461011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XMPCore Source: http://www.adobe.com/devnet/xmp.html Files: * Copyright: 2009, Adobe Systems Incorporated License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of Adobe Systems Incorporated, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANT ABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2013, Emmanuel Bourg License: Apache-2.0 License: Apache-2.0 On Debian systems you can find the complete text of the license in '/usr/share/common-licenses/Apache-2.0' debian/README.source0000664000000000000000000000224312206613461011351 0ustar XMPCore for Debian ================== It seems there is some confusion on the actual version of XMPCore: * The source zip is named XMP-Core-JAVA-CS6.zip but the version in the build.xml file is 5.1.0. * The previous version (5.1.2) of the SDK available on the Adobe XMP page [1] has also a version set to 5.1.0 in its build.xml. The source code is slightly different from the one in the CS6 archive (less methods and a couple of different return types). * As of may 2013 there are 3 versions of xmpcore deployed on the Maven central repository: 5.1.0, 5.1.1 and 5.1.2. They all have the same classes and the same method signatures, which are also the ones from the CS6 archive. The binary compatibility has been verified with Clirr and the Java API Compliance Checker. Since this package is primarily destined to be used as a Maven artifact and in order to remain consistent with the state of the Maven central repository I decided to use the version 5.1.2 instead of 6.0.0 for this package. Let's hope this mess will be cleared in a future update of the Adobe toolkit. -- Emmanuel Bourg [1] http://www.adobe.com/devnet/xmp.html debian/control0000664000000000000000000000141012206613557010576 0ustar Source: libxmpcore-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libxmpcore-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libxmpcore-java Homepage: http://www.adobe.com/devnet/xmp.html Package: libxmpcore-java Architecture: all Depends: ${misc:Depends} Description: Adobe XMP Toolkit for Java The Extensible Metadata Platform (XMP) provides a standard format for the creation, processing, and interchange of metadata, for a wide variety of resources.