[Python-modules-commits] r6004 - in packages/jinja2/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Jul 20 21:46:45 UTC 2008


    Date: Sunday, July 20, 2008 @ 21:46:39
  Author: piotr
Revision: 6004

* 2.0 is not officially released
* XS-Python-Version lowered to >=2.4
* python-babel added to Recommends
* debian/copyright updated
* debian/README.source file added

Added:
  packages/jinja2/trunk/debian/README.source
Modified:
  packages/jinja2/trunk/debian/changelog
  packages/jinja2/trunk/debian/control
  packages/jinja2/trunk/debian/copyright
  packages/jinja2/trunk/debian/rules

Added: packages/jinja2/trunk/debian/README.source
===================================================================
--- packages/jinja2/trunk/debian/README.source	                        (rev 0)
+++ packages/jinja2/trunk/debian/README.source	2008-07-20 21:46:39 UTC (rev 6004)
@@ -0,0 +1,2 @@
+This package uses the patch management system quilt as documented in
+/usr/share/doc/quilt/README.source.

Modified: packages/jinja2/trunk/debian/changelog
===================================================================
--- packages/jinja2/trunk/debian/changelog	2008-07-20 21:13:30 UTC (rev 6003)
+++ packages/jinja2/trunk/debian/changelog	2008-07-20 21:46:39 UTC (rev 6004)
@@ -1,5 +1,5 @@
-jinja2 (2.0~rc1+hg547-1) UNRELEASED; urgency=low
+jinja2 (2.0-1) unstable; urgency=low
 
   * Initial release (this package is an successor of jinja package)
 
- -- Piotr Ożarowski <piotr at debian.org>  Mon, 14 Jul 2008 23:45:03 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 20 Jul 2008 23:01:02 +0200

Modified: packages/jinja2/trunk/debian/control
===================================================================
--- packages/jinja2/trunk/debian/control	2008-07-20 21:13:30 UTC (rev 6003)
+++ packages/jinja2/trunk/debian/control	2008-07-20 21:46:39 UTC (rev 6004)
@@ -8,14 +8,14 @@
 Build-Depends-Indep: python-sphinx, python-pygments
 Standards-Version: 3.8.0
 Homepage: http://jinja.pocoo.org/2/
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jinja2/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/jinja2/trunk/?op=log
 
 Package: python-jinja2
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}
-Recommends: python-pkg-resources
+Recommends: python-pkg-resources, python-babel
 Provides: ${python:Provides}
 Suggests: python-jinja2-doc
 XB-Python-Version: ${python:Versions}

Modified: packages/jinja2/trunk/debian/copyright
===================================================================
--- packages/jinja2/trunk/debian/copyright	2008-07-20 21:13:30 UTC (rev 6003)
+++ packages/jinja2/trunk/debian/copyright	2008-07-20 21:46:39 UTC (rev 6004)
@@ -38,6 +38,38 @@
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+  ---------------------------------------------------------------
+
+docs/_build/html/_static/interface.js and docs/_build/html/_static/jquery.js
+(source package only) are part of jQuery project (Copyright (c) 2006 Stefan
+Petre) and are licensed under dual licensed under the MIT and GPL licenses.
+
+  ---------------------------------------------------------------
+
+ext/jinja.el (source package only): 
+
+Author: Georg Brandl
+ 
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2, or
+ (at your option) any later version.
+ 
+ This program 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
+ General Public License for more details.
+ 
+ You should have received a copy of the GNU General Public License
+ along with this program; see the file COPYING.  If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+ Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
+
+  ---------------------------------------------------------------
+
 The Debian packaging is © 2008, Piotr Ożarowski <piotr at debian.org> and
 is licensed under the BSD.
 

Modified: packages/jinja2/trunk/debian/rules
===================================================================
--- packages/jinja2/trunk/debian/rules	2008-07-20 21:13:30 UTC (rev 6003)
+++ packages/jinja2/trunk/debian/rules	2008-07-20 21:46:39 UTC (rev 6004)
@@ -76,7 +76,7 @@
 	dh_link -i /usr/share/doc/python-jinja2-doc/html /usr/share/doc/python-jinja2/html
 	dh_link -i /usr/share/doc/python-jinja2-doc/html/_sources /usr/share/doc/python-jinja2/rst
 	dh_link -i /usr/share/javascript/jquery/jquery.min.js /usr/share/doc/python-jinja2-doc/html/_static/jquery.js
-	dh_compress -i -X.html
+	dh_compress -i -X.html -X.py
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i




More information about the Python-modules-commits mailing list