[Python-modules-commits] r18101 - in packages/elib.intl/trunk (12 files)

jmw at users.alioth.debian.org jmw at users.alioth.debian.org
Tue Aug 9 22:54:11 UTC 2011


    Date: Tuesday, August 9, 2011 @ 22:54:10
  Author: jmw
Revision: 18101

[svn-inject] Applying Debian modifications (0.0.3~git20110809-1) to trunk

Added:
  packages/elib.intl/trunk/debian/
  packages/elib.intl/trunk/debian/changelog
  packages/elib.intl/trunk/debian/clean
  packages/elib.intl/trunk/debian/compat
  packages/elib.intl/trunk/debian/control
  packages/elib.intl/trunk/debian/copyright
  packages/elib.intl/trunk/debian/docs
  packages/elib.intl/trunk/debian/elib.intl.doc-base
  packages/elib.intl/trunk/debian/python-elib.intl.lintian-overrides
  packages/elib.intl/trunk/debian/rules
  packages/elib.intl/trunk/debian/source/
  packages/elib.intl/trunk/debian/source/format


Property changes on: packages/elib.intl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/elib.intl/trunk/debian/changelog
===================================================================
--- packages/elib.intl/trunk/debian/changelog	                        (rev 0)
+++ packages/elib.intl/trunk/debian/changelog	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,5 @@
+elib.intl (0.0.3~git20110809-1) unstable; urgency=low
+
+  * Initial release (Closes: #637244)
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Tue, 09 Aug 2011 21:58:39 +0100

Added: packages/elib.intl/trunk/debian/clean
===================================================================
--- packages/elib.intl/trunk/debian/clean	                        (rev 0)
+++ packages/elib.intl/trunk/debian/clean	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1 @@
+lib/elib.intl.egg-info

Added: packages/elib.intl/trunk/debian/compat
===================================================================
--- packages/elib.intl/trunk/debian/compat	                        (rev 0)
+++ packages/elib.intl/trunk/debian/compat	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1 @@
+7

Added: packages/elib.intl/trunk/debian/control
===================================================================
--- packages/elib.intl/trunk/debian/control	                        (rev 0)
+++ packages/elib.intl/trunk/debian/control	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,19 @@
+Source: elib.intl
+Section: python
+Priority: optional
+Maintainer: Jonathan Wiltshire <jmw at debian.org>
+Build-Depends: python-all (>= 2.6.6-3~), python-support (>= 0.5.3), debhelper (>= 7.0.50~), python-sphinx
+Standards-Version: 3.9.2
+Homepage: https://github.com/dieterv/elib.intl
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/elib.intl
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/elib.intl
+
+Package: python-elib.intl
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: enhanced internationalization (I18N) for Python
+ The elib.intl module provides enhanced internationalization (I18N) services
+ for your Python modules and applications.
+ .
+ elib.intl wraps Python's :func:`gettext` functionality.

Added: packages/elib.intl/trunk/debian/copyright
===================================================================
--- packages/elib.intl/trunk/debian/copyright	                        (rev 0)
+++ packages/elib.intl/trunk/debian/copyright	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: elib.intl
+Source: https://github.com/dieterv/elib.intl
+
+Files: *
+Copyright: 2007-2010 Dieter Verfaillie <dieterv at optionexplicit.be>
+License: LGPL-3.0+
+
+Files: debian/*
+Copyright: 2011 Jonathan Wiltshire <jmw at debian.org>
+License: LGPL-3.0+
+
+License: LGPL-3.0+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-3".

Added: packages/elib.intl/trunk/debian/docs
===================================================================
--- packages/elib.intl/trunk/debian/docs	                        (rev 0)
+++ packages/elib.intl/trunk/debian/docs	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,3 @@
+README
+TODO
+doc/reference/build/html

Added: packages/elib.intl/trunk/debian/elib.intl.doc-base
===================================================================
--- packages/elib.intl/trunk/debian/elib.intl.doc-base	                        (rev 0)
+++ packages/elib.intl/trunk/debian/elib.intl.doc-base	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,9 @@
+Document: elib.intl
+Title: Debian elib.intl Manual
+Author: Dieter Verfaillie
+Abstract: elib.intl documentation
+Section: python
+
+Format: HTML
+Index: /usr/share/doc/elib.intl/html/index.html
+Files: /usr/share/doc/elib.intl/html/*

Added: packages/elib.intl/trunk/debian/python-elib.intl.lintian-overrides
===================================================================
--- packages/elib.intl/trunk/debian/python-elib.intl.lintian-overrides	                        (rev 0)
+++ packages/elib.intl/trunk/debian/python-elib.intl.lintian-overrides	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,2 @@
+# the embedded library is negligible since it's not going to be exposed to the world
+python-elib.intl: embedded-javascript-library usr/share/doc/python-elib.intl/html/_static/jquery.js

Added: packages/elib.intl/trunk/debian/rules
===================================================================
--- packages/elib.intl/trunk/debian/rules	                        (rev 0)
+++ packages/elib.intl/trunk/debian/rules	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+override_dh_clean:
+	rm -rf lib/elib.intl.egg-info
+	cd doc/reference && make clean
+	dh_clean
+
+override_dh_auto_build:
+	cd doc/reference && make html
+	dh_auto_build
+
+%:
+	dh $@ 


Property changes on: packages/elib.intl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/elib.intl/trunk/debian/source/format
===================================================================
--- packages/elib.intl/trunk/debian/source/format	                        (rev 0)
+++ packages/elib.intl/trunk/debian/source/format	2011-08-09 22:54:10 UTC (rev 18101)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list