[Python-modules-commits] r13424 - in packages/pymarc/trunk (10 files)
edward at users.alioth.debian.org
edward at users.alioth.debian.org
Mon Jun 14 20:46:19 UTC 2010
Date: Monday, June 14, 2010 @ 20:46:18
Author: edward
Revision: 13424
[svn-inject] Applying Debian modifications (2.60-1) to trunk
Added:
packages/pymarc/trunk/debian/
packages/pymarc/trunk/debian/changelog
packages/pymarc/trunk/debian/compat
packages/pymarc/trunk/debian/control
packages/pymarc/trunk/debian/copyright
packages/pymarc/trunk/debian/rules
packages/pymarc/trunk/debian/source/
packages/pymarc/trunk/debian/source/format
packages/pymarc/trunk/debian/source/options
packages/pymarc/trunk/debian/watch
Property changes on: packages/pymarc/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/pymarc/trunk/debian/changelog
===================================================================
--- packages/pymarc/trunk/debian/changelog (rev 0)
+++ packages/pymarc/trunk/debian/changelog 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1,5 @@
+pymarc (2.60-1) unstable; urgency=low
+
+ * Initial release. (Closes: #585583)
+
+ -- Edward Betts <edward at debian.org> Wed, 09 Jun 2010 15:09:31 -0700
Added: packages/pymarc/trunk/debian/compat
===================================================================
--- packages/pymarc/trunk/debian/compat (rev 0)
+++ packages/pymarc/trunk/debian/compat 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1 @@
+7
Added: packages/pymarc/trunk/debian/control
===================================================================
--- packages/pymarc/trunk/debian/control (rev 0)
+++ packages/pymarc/trunk/debian/control 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1,17 @@
+Source: pymarc
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7), python-setuptools
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Edward Betts <edward at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://pypi.python.org/pypi/pymarc
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymarc/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymarc/trunk/
+
+Package: python-pymarc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: read, write and modify MARC bibliographic data
+ pymarc is a Python library for working with MARC21 bibliographic data
+ loosely based on the MARC/Perl suite of modules (http://marcpm.sf.net).
Added: packages/pymarc/trunk/debian/copyright
===================================================================
--- packages/pymarc/trunk/debian/copyright (rev 0)
+++ packages/pymarc/trunk/debian/copyright 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1,40 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=443
+Upstream-Maintainer: Ed Summers <ehs at pobox.com>
+Upstream-Source: http://pypi.python.org/pypi/pymarc
+Upstream-Name: pymarc
+
+Files: *
+Copyright: Ed Summers <ehs at pobox.com>
+License: BSD-C2
+ 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.
+
+ 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 MERCHANTABILITY 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: 2009, Edward Betts <edward at debian.org>
+License: PD
+ I, the copyright holder of this work, hereby release it into
+ the public domain. This applies worldwide.
+
+ In case this is not legally possible:
+
+ I grant anyone the right to use this work for any purpose, without any
+ conditions, unless such conditions are required by law.
Added: packages/pymarc/trunk/debian/rules
===================================================================
--- packages/pymarc/trunk/debian/rules (rev 0)
+++ packages/pymarc/trunk/debian/rules 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Property changes on: packages/pymarc/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pymarc/trunk/debian/source/format
===================================================================
--- packages/pymarc/trunk/debian/source/format (rev 0)
+++ packages/pymarc/trunk/debian/source/format 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/pymarc/trunk/debian/source/options
===================================================================
--- packages/pymarc/trunk/debian/source/options (rev 0)
+++ packages/pymarc/trunk/debian/source/options 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1 @@
+extend-diff-ignore = SOURCES.txt
Added: packages/pymarc/trunk/debian/watch
===================================================================
--- packages/pymarc/trunk/debian/watch (rev 0)
+++ packages/pymarc/trunk/debian/watch 2010-06-14 20:46:18 UTC (rev 13424)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/p/pymarc/pymarc-(.+).tar.gz
More information about the Python-modules-commits
mailing list