[Python-modules-commits] r10947 - in packages/polib/trunk (9 files)
angelabad-guest at users.alioth.debian.org
angelabad-guest at users.alioth.debian.org
Fri Jan 1 22:57:36 UTC 2010
Date: Friday, January 1, 2010 @ 22:57:35
Author: angelabad-guest
Revision: 10947
[svn-inject] Applying Debian modifications to trunk
Added:
packages/polib/trunk/debian/
packages/polib/trunk/debian/changelog
packages/polib/trunk/debian/compat
packages/polib/trunk/debian/control
packages/polib/trunk/debian/copyright
packages/polib/trunk/debian/docs
packages/polib/trunk/debian/pyversions
packages/polib/trunk/debian/rules
packages/polib/trunk/debian/watch
Property changes on: packages/polib/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/polib/trunk/debian/changelog
===================================================================
--- packages/polib/trunk/debian/changelog (rev 0)
+++ packages/polib/trunk/debian/changelog 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1,5 @@
+polib (0.5.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #535845)
+
+ -- Angel Abad <angelabad at gmail.com> Fri, 01 Jan 2010 23:47:28 +0100
Added: packages/polib/trunk/debian/compat
===================================================================
--- packages/polib/trunk/debian/compat (rev 0)
+++ packages/polib/trunk/debian/compat 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1 @@
+7
Added: packages/polib/trunk/debian/control
===================================================================
--- packages/polib/trunk/debian/control (rev 0)
+++ packages/polib/trunk/debian/control 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1,19 @@
+Source: polib
+Section: python
+Priority: optional
+Maintainer: Angel Abad <angelabad at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python (>= 2.5)
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.8.3
+Homepage: http://code.google.com/p/polib/
+
+Package: python-polib
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python library to parse and manage gettext catalogs
+ polib allows you to manipulate, create, modify gettext files
+ (pot, po and mo files). You can load existing files, iterate
+ through it's entries, add, modify entries, comments or metadata,
+ etc... or create new po files from scratch.
+
Added: packages/polib/trunk/debian/copyright
===================================================================
--- packages/polib/trunk/debian/copyright (rev 0)
+++ packages/polib/trunk/debian/copyright 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1,33 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Maintainer: David JEAN LOUIS <izimobil at gmail>
+Source: http://code.google.com/p/polib/
+Name: polib
+
+Files: *
+Copyright: Copyright 2006-2009, David JEAN LOUIS <izimobil at gmail>
+License: MIT
+
+Files: debian/*
+Copyright: Copyright 2009, Angel Abad <angelabad at gmail.com>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Added: packages/polib/trunk/debian/docs
===================================================================
--- packages/polib/trunk/debian/docs (rev 0)
+++ packages/polib/trunk/debian/docs 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1 @@
+README
Added: packages/polib/trunk/debian/pyversions
===================================================================
--- packages/polib/trunk/debian/pyversions (rev 0)
+++ packages/polib/trunk/debian/pyversions 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1 @@
+2.5-
Added: packages/polib/trunk/debian/rules
===================================================================
--- packages/polib/trunk/debian/rules (rev 0)
+++ packages/polib/trunk/debian/rules 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
Property changes on: packages/polib/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/polib/trunk/debian/watch
===================================================================
--- packages/polib/trunk/debian/watch (rev 0)
+++ packages/polib/trunk/debian/watch 2010-01-01 22:57:35 UTC (rev 10947)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/polib/downloads/list http://polib.googlecode.com/files/polib-(.*).tar.gz
+
More information about the Python-modules-commits
mailing list