+Build-Depends: cdbs (>= 0.4.90~), python (>= 2.6.6-3~), debhelper (>=
5.0.37.2), dh-python
Standards-Version: 3.9.1
Package: codeville
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Recommends: python-psyco
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
+X-Python-Version: >= 2.6
Description: a distributed version control system
Codeville is a python-based distributed version control system that
began with a novel idea for a merge algorithm and has grown from
---
X-Greylist: delayed 458 seconds by postgrey-1.35 at buxtehude; Wed, 19 Aug 2015
21:07:42 UTC
X-Debian-Message: from BTS
X-Mailing-List: <[email protected]> archive/latest/1200945
X-Loop: [email protected]
List-Id: <debian-bugs-dist.lists.debian.org>
List-URL: <https://lists.debian.org/debian-bugs-dist/>
List-Post: <mailto:[email protected]>
List-Help: <mailto:[email protected]?subject=help>
List-Subscribe:
<mailto:[email protected]?subject=subscribe>
List-Unsubscribe:
<mailto:[email protected]?subject=unsubscribe>
Precedence: list
Resent-Sender: [email protected]
X-MXTHUNDER-Identifier: <[email protected]>
X-MXTHUNDER-IP-Rating: 0, 82.195.75.100, Ugly c=1 p=0 Source Normal
X-MXTHUNDER-Scan-Result: 100
X-MXTHUNDER-Rules:
100-5946975-5675-5694-m
100-5946975-0-10124-f
X-MXTHUNDER-Group: Bulk Mail
I've prepared an NMU for codeville (versioned as 0.8.0-2.1). The diff
is attached to this message.
Regards.
diff -Nru codeville-0.8.0/debian/changelog codeville-0.8.0/debian/changelog
--- codeville-0.8.0/debian/changelog 2011-03-02 15:54:35.000000000 +0100
+++ codeville-0.8.0/debian/changelog 2015-08-19 22:43:32.000000000 +0200
@@ -1,3 +1,10 @@
+codeville (0.8.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Switch from python-support to dh-python. (Closes: #786152)
+
+ -- Harlan Lieberman-Berg <[email protected]> Wed, 19 Aug 2015 22:43:30
+0200
+
codeville (0.8.0-2) unstable; urgency=low
* Ack NMUs - Thanks Frencesco and Nico!
diff -Nru codeville-0.8.0/debian/control codeville-0.8.0/debian/control
--- codeville-0.8.0/debian/control 2011-03-02 15:37:53.000000000 +0100
+++ codeville-0.8.0/debian/control 2015-08-19 22:36:12.000000000 +0200
@@ -2,15 +2,14 @@
Section: devel
Priority: optional
Maintainer: Michael Janssen <[email protected]>
diff -Nru codeville-0.8.0/debian/pycompat codeville-0.8.0/debian/pycompat
--- codeville-0.8.0/debian/pycompat 2011-03-02 15:13:18.000000000 +0100
+++ codeville-0.8.0/debian/pycompat 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-2
diff -Nru codeville-0.8.0/debian/pyversions codeville-0.8.0/debian/pyversions
--- codeville-0.8.0/debian/pyversions 2011-03-02 15:13:18.000000000 +0100
+++ codeville-0.8.0/debian/pyversions 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-2.3-
diff -Nru codeville-0.8.0/debian/rules codeville-0.8.0/debian/rules
--- codeville-0.8.0/debian/rules 2011-03-02 15:25:15.000000000 +0100
+++ codeville-0.8.0/debian/rules 2015-08-19 22:35:28.000000000 +0200
@@ -4,12 +4,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# Python
-DEB_PYTHON_SYSTEM=pysupport
-
################################################################################
# CDBS File Inclusions and Variable Declarations
################################################################################
+
+DEB_PYTHON2_MODULE_PACKAGES=codeville
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
Message-ID: <[email protected]>