[Python-modules-commits] r10453 - in packages/jinja/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Nov 14 18:04:07 UTC 2009


    Date: Saturday, November 14, 2009 @ 18:03:51
  Author: piotr
Revision: 10453

* Switch Vcs-Browser field to viewsvn
* Add --prefix=/usr to fix FTBFS with Python >= 2.6
* Bump Standards-Version to 3.8.3:
  - add README.source (pointing to quilt docs)
  - set python-jinja-dbg's section to debug

Modified:
  packages/jinja/trunk/debian/changelog
  packages/jinja/trunk/debian/control
  packages/jinja/trunk/debian/copyright
  packages/jinja/trunk/debian/rules

Modified: packages/jinja/trunk/debian/changelog
===================================================================
--- packages/jinja/trunk/debian/changelog	2009-11-14 17:48:36 UTC (rev 10452)
+++ packages/jinja/trunk/debian/changelog	2009-11-14 18:03:51 UTC (rev 10453)
@@ -1,10 +1,16 @@
-jinja (1.2-3) UNRELEASED; urgency=low
+jinja (1.2-3) unstable; urgency=low
 
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+  [ Sandro Tosi ]
+  * Switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:20 +0100
+  [ Piotr Ożarowski ]
+  * Add --prefix=/usr to fix FTBFS with Python >= 2.6
+  * Bump Standards-Version to 3.8.3:
+    - add README.source (pointing to quilt docs)
+    - set python-jinja-dbg's section to debug
 
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 14 Nov 2009 16:55:24 +0100
+
 jinja (1.2-2) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/jinja/trunk/debian/control
===================================================================
--- packages/jinja/trunk/debian/control	2009-11-14 17:48:36 UTC (rev 10452)
+++ packages/jinja/trunk/debian/control	2009-11-14 18:03:51 UTC (rev 10453)
@@ -5,7 +5,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), quilt (>= 0.40), python-support (>= 0.6.4),
  python-setuptools (>= 0.6b3), python-all-dev (>= 2.3.5-11), python-all-dbg
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://jinja.pocoo.org/
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jinja/trunk
@@ -57,6 +57,7 @@
  reStructuredText formats.
 
 Package: python-jinja-dbg
+Section: debug
 Architecture: any
 Priority: extra
 Depends: python-jinja (= ${binary:Version}), python-dbg, ${shlibs:Depends}

Modified: packages/jinja/trunk/debian/copyright
===================================================================
--- packages/jinja/trunk/debian/copyright	2009-11-14 17:48:36 UTC (rev 10452)
+++ packages/jinja/trunk/debian/copyright	2009-11-14 18:03:51 UTC (rev 10453)
@@ -12,8 +12,5 @@
 On Debian systems, the complete text of the BSD License
 can be found in `/usr/share/common-licenses/BSD'
 
-The Debian packaging is (C) 2006-2007, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the GPL.
-
-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 © 2006-2009, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the BSD as well.

Modified: packages/jinja/trunk/debian/rules
===================================================================
--- packages/jinja/trunk/debian/rules	2009-11-14 17:48:36 UTC (rev 10452)
+++ packages/jinja/trunk/debian/rules	2009-11-14 18:03:51 UTC (rev 10453)
@@ -37,7 +37,7 @@
 	touch $@
 
 install-debug-python%: build
-	python$*-dbg setup.py install \
+	python$*-dbg setup.py install --prefix=/usr \
 		--skip-build --single-version-externally-managed --root $(PKGDIR)-dbg/
 	find $(PKGDIR)-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete
 	find $(PKGDIR)-dbg/usr/lib/python$*/ -depth -empty -delete




More information about the Python-modules-commits mailing list