Hello,

I'm doing an NMU of testresources to fix #358403; diff attached.

Thanks,

Matej
diff -u testresources-0.1/debian/changelog testresources-0.1/debian/changelog
--- testresources-0.1/debian/changelog
+++ testresources-0.1/debian/changelog
@@ -1,3 +1,13 @@
+testresources (0.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * setup.py, test_all.py: Use python2.4 as the interpreter.
+    Closes: #358403.
+  * Move build dependencies used in the clean target to Build-Depends.
+  * Build depend on debhelper (>= 5) since we use v5 mode.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Fri, 19 May 2006 12:58:19 -0500
+
 testresources (0.1-1) unstable; urgency=low
 
   * Initial release. Closes: #353378
diff -u testresources-0.1/debian/control testresources-0.1/debian/control
--- testresources-0.1/debian/control
+++ testresources-0.1/debian/control
@@ -2,7 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Robert Collins <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.2.28), python2.4-docutils, cdbs, 
python2.4, python2.4-dev
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: python2.4-docutils, python2.4, python2.4-dev
 Standards-Version: 3.6.2
 
 Package: python2.4-testresources
only in patch2:
unchanged:
--- testresources-0.1.orig/setup.py
+++ testresources-0.1/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.4
 
 from distutils.core import setup
 
only in patch2:
unchanged:
--- testresources-0.1.orig/test_all.py
+++ testresources-0.1/test_all.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.4
 # -*- Mode: python -*-
 #
 # Copyright (C) 2004 Canonical.com 

Reply via email to