[Python-modules-commits] r20113 - in packages/python-xmp-toolkit/trunk (12 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Jan 26 18:31:24 UTC 2012


    Date: Thursday, January 26, 2012 @ 18:31:23
  Author: jwilk
Revision: 20113

[svn-inject] Applying Debian modifications (1.0.2-1) to trunk

Added:
  packages/python-xmp-toolkit/trunk/debian/
  packages/python-xmp-toolkit/trunk/debian/changelog
  packages/python-xmp-toolkit/trunk/debian/compat
  packages/python-xmp-toolkit/trunk/debian/control
  packages/python-xmp-toolkit/trunk/debian/copyright
  packages/python-xmp-toolkit/trunk/debian/patches/
  packages/python-xmp-toolkit/trunk/debian/patches/punt
  packages/python-xmp-toolkit/trunk/debian/patches/series
  packages/python-xmp-toolkit/trunk/debian/rules
  packages/python-xmp-toolkit/trunk/debian/source/
  packages/python-xmp-toolkit/trunk/debian/source/format
  packages/python-xmp-toolkit/trunk/debian/watch


Property changes on: packages/python-xmp-toolkit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-xmp-toolkit/trunk/debian/changelog
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/changelog	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/changelog	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1,5 @@
+python-xmp-toolkit (1.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #657270).
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 26 Jan 2012 17:40:32 +0100

Added: packages/python-xmp-toolkit/trunk/debian/compat
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/compat	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/compat	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1 @@
+7

Added: packages/python-xmp-toolkit/trunk/debian/control
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/control	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/control	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1,22 @@
+Source: python-xmp-toolkit
+Section: python
+Priority: optional
+Maintainer: Jakub Wilk <jwilk at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python, python-support
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xmp-toolkit/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-xmp-toolkit/trunk/
+Homepage: http://code.google.com/p/python-xmp-toolkit/
+
+Package: python-libxmp
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, libexempi3
+Description: Python library for XMP metadata
+ Python XMP Toolkit is a library for working with XMP metadata, as well as
+ reading/writing XMP metadata stored in many different file formats.
+ .
+ XMP (Extensible Metadata Platform) facilitates embedding metadata in files
+ using a subset of RDF. Most notably XMP supports embedding metadata in PDF and
+ many image formats, though it is designed to support nearly any file type.
+

Added: packages/python-xmp-toolkit/trunk/debian/copyright
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/copyright	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/copyright	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1,44 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&pathrev=174
+Upstream-Name: python-xml-toolkit
+Upstream-Contact:
+  Lars Holm Nielsen <lnielsen at eso.org>,
+  Federico Caboni <federico.caboni at me.com>,
+  Amit Kapadia <akapad at gmail.com>
+Source: http://code.google.com/p/python-xmp-toolkit/
+
+Files: *
+Copyright:
+ 2008-2009, European Space Agency & European Southern Observatory (ESA/ESO)
+ 2008-2009, CRS4 — Centre for Advanced Studies, Research and Development in Sardinia
+License: BSD-3-clause-ESA-CSR4
+
+Files: debian/*
+Copyright: 2012, Jakub Wilk <jwilk at debian.org>
+License: BSD-3-clause-ESA-CSR4
+
+License: BSD-3-clause-ESA-CSR4
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+   * Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+ . 
+   * 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.
+ . 
+   * Neither the name of the European Space Agency, European Southern
+     Observatory 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 ESA/ESO AND CSR4 “AS IS” AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL ESA/ESO 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

Added: packages/python-xmp-toolkit/trunk/debian/patches/punt
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/patches/punt	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/patches/punt	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1,35 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ python-xmp-toolkit (1.0.2-1) UNRELEASED; urgency=low
+ .
+   * Initial release (closes: #657270).
+Author: Jakub Wilk <jwilk at debian.org>
+Bug-Debian: http://bugs.debian.org/657270
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-xmp-toolkit-1.0.2.orig/setup.py
++++ python-xmp-toolkit-1.0.2/setup.py
+@@ -58,4 +58,4 @@ setup(
+ 	long_description='Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats.',
+ 	license='New BSD License',
+ 	packages=['libxmp'],
+-)
+\ No newline at end of file
++)

Added: packages/python-xmp-toolkit/trunk/debian/patches/series
===================================================================
Added: packages/python-xmp-toolkit/trunk/debian/rules
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/rules	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/rules	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+
+.PHONY: clean
+clean:
+	dh_clean
+	rm -rf build *.egg-info/
+
+.PHONY: build build-arch build-indep
+build build-indep:
+	dh_testdir
+	set -ex; \
+	for python in $(shell pyversions -r); do \
+		$$python setup.py build; \
+	done
+
+.PHONY: binary binary-arch binary-indep
+binary binary-indep:
+	dh_testdir
+	dh_testroot
+	dh_prep
+	for python in $(shell pyversions -r); do \
+		$$python setup.py install --prefix=/usr --root=debian/python-libxmp/; \
+	done
+	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-libxmp/usr/lib/python2.*/*-packages/*.egg-info/PKG-INFO
+	dh_install
+	dh_installdocs
+	dh_installchangelogs
+	dh_installexamples
+	dh_pysupport
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# vim:ts=4 sw=4 noet


Property changes on: packages/python-xmp-toolkit/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-xmp-toolkit/trunk/debian/source/format
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/source/format	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/source/format	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-xmp-toolkit/trunk/debian/watch
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/watch	                        (rev 0)
+++ packages/python-xmp-toolkit/trunk/debian/watch	2012-01-26 18:31:23 UTC (rev 20113)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/python-xmp-toolkit/downloads/list .*/files/python-xmp-toolkit-([0-9.]+)\.tar\.gz




More information about the Python-modules-commits mailing list