The branch, lucid-backports has been updated via 0b9b96e06e13d168845ba64f1704ad8412bad6d9 (commit) from 72af31e12a41a6d3609eb921a280378a2335ccd9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b9b96e06e13d168845ba64f1704ad8412bad6d9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 4 22:26:32 2013 +0100 provide python-pampy for Ubuntu lucid without using cdbs ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- debian/control | 1 - debian/rules | 9 +++++++-- debian/source/format | 2 +- pam.egg-info/SOURCES.txt | 1 + 5 files changed, 10 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d8ab59d..f264d67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-pampy (0.1.4-0~x2go1) unstable; urgency=low +python-pampy (0.1.4-0~bpo-lucid) unstable; urgency=low * Initial release. (Closes: #694666) diff --git a/debian/control b/debian/control index 93186da..e605c79 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian. Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: - cdbs (>= 0.4.90~), debhelper (>= 7.50~), python (>= 2.6.5-0~), python-setuptools, diff --git a/debian/rules b/debian/rules index b466065..6803567 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,9 @@ #!/usr/bin/make -f +# debian/rules file - for python-pampy +# Based on sample debian/rules file - for GNU Hello (1.3). +# Copyright 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk \ No newline at end of file +WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") + +%: + dh ${@} ${WITH_PYTHON2} diff --git a/debian/source/format b/debian/source/format index 46ebe02..9f67427 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) \ No newline at end of file +3.0 (native) \ No newline at end of file diff --git a/pam.egg-info/SOURCES.txt b/pam.egg-info/SOURCES.txt index 54cd8af..a1c574e 100644 --- a/pam.egg-info/SOURCES.txt +++ b/pam.egg-info/SOURCES.txt @@ -1,4 +1,5 @@ pam.py +setup.cfg setup.py pam.egg-info/PKG-INFO pam.egg-info/SOURCES.txt hooks/post-receive -- python-pampy.git (providing Launchpad import (for Ubuntu packages), related to X2Go project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-pampy.git" (providing Launchpad import (for Ubuntu packages), related to X2Go project).