[Python-apps-commits] r3197 - in packages/lottanzb/trunk/debian (changelog control rules)
lantash-guest at users.alioth.debian.org
lantash-guest at users.alioth.debian.org
Sat Jun 27 12:04:50 UTC 2009
Date: Saturday, June 27, 2009 @ 12:04:39
Author: lantash-guest
Revision: 3197
python-all-dev build-dependency bumped. Make use of --install-layout=deb.
Modified:
packages/lottanzb/trunk/debian/changelog
packages/lottanzb/trunk/debian/control
packages/lottanzb/trunk/debian/rules
Modified: packages/lottanzb/trunk/debian/changelog
===================================================================
--- packages/lottanzb/trunk/debian/changelog 2009-06-27 11:23:45 UTC (rev 3196)
+++ packages/lottanzb/trunk/debian/changelog 2009-06-27 12:04:39 UTC (rev 3197)
@@ -1,8 +1,19 @@
lottanzb (0.4.1-1) unstable; urgency=low
* New upstream release
- * Bump Standards-Version to 3.8.2.
- * Fix lintian warnings: dh_desktop-is-deprecated and dh_desktop-is-deprecated.
+
+ [ Severin Heiniger ]
+ * debian/control:
+ + Bump Standards-Version to 3.8.2.
+ * debian/rules:
+ + Fix lintian warnings: dh_desktop-is-deprecated and
+ dh_desktop-is-deprecated.
+
+ [ Alessio Treglia ]
+ * debian/control:
+ + Bump-up build-dependency on python-all-dev.
+ * debian/rules:
+ + Append --install-layout=deb to install args to fix FTBFS with Python 2.6.
-- Severin Heiniger <severinheiniger at gmail.com> Sat, 27 Jun 2009 09:25:36 +0200
Modified: packages/lottanzb/trunk/debian/control
===================================================================
--- packages/lottanzb/trunk/debian/control 2009-06-27 11:23:45 UTC (rev 3196)
+++ packages/lottanzb/trunk/debian/control 2009-06-27 12:04:39 UTC (rev 3197)
@@ -4,7 +4,7 @@
Maintainer: Severin Heiniger <severinheiniger at gmail.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.51~), python, python-support, python-setuptools
-Build-Depends-Indep: python-all-dev (>= 2.4), pkg-config, python-kiwi
+Build-Depends-Indep: python-all-dev (>= 2.5.4-1~), pkg-config, python-kiwi
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/python-apps/packages/lottanzb/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lottanzb/trunk
Modified: packages/lottanzb/trunk/debian/rules
===================================================================
--- packages/lottanzb/trunk/debian/rules 2009-06-27 11:23:45 UTC (rev 3196)
+++ packages/lottanzb/trunk/debian/rules 2009-06-27 12:04:39 UTC (rev 3197)
@@ -6,7 +6,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-DEB_PYTHON_INSTALL_ARGS_ALL := --packaging-mode
+DEB_PYTHON_INSTALL_ARGS_ALL := --packaging-mode --install-layout=deb
DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG
install/lottanzb::
More information about the Python-apps-commits
mailing list