Prechádzať zdrojové kódy

Avoid hard dependency on python2.4. Thanks doko for the help
debugging this. Closes: #534758.

Jelmer Vernooij 15 rokov pred
rodič
commit
2e164f9fe2
5 zmenil súbory, kde vykonal 7 pridanie a 4 odobranie
  1. 1 1
      bin/dul-daemon
  2. 1 1
      bin/dulwich
  3. 3 1
      debian/changelog
  4. 2 0
      debian/python-dulwich.install
  5. 0 1
      setup.py

+ 1 - 1
bin/dul-daemon

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # dul-daemon - Simple git-daemon a like
 # Copyright (C) 2008 John Carr <john.carr@unrouted.co.uk>
 # 

+ 1 - 1
bin/dulwich

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # dul-daemon - Simple git smart server client
 # Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
 # 

+ 3 - 1
debian/changelog

@@ -2,8 +2,10 @@ dulwich (0.3.3-1) unstable; urgency=low
 
   * Run the testsuite during build.
   * New upstream release.
+  * Avoid hard dependency on python2.4. Thanks doko for the help
+    debugging this. Closes: #534758.
 
- -- Jelmer Vernooij <jelmer@debian.org>  Mon, 01 Jun 2009 21:55:36 +0200
+ -- Jelmer Vernooij <jelmer@debian.org>  Thu, 23 Jul 2009 22:27:26 +0200
 
 dulwich (0.3.2-1) unstable; urgency=low
 

+ 2 - 0
debian/python-dulwich.install

@@ -0,0 +1,2 @@
+bin/dul-daemon usr/bin
+bin/dulwich usr/bin

+ 0 - 1
setup.py

@@ -29,7 +29,6 @@ setup(name='dulwich',
       in one of the Monty Python sketches.
       """,
       packages=['dulwich', 'dulwich.tests'],
-      scripts=['bin/dulwich', 'bin/dul-daemon'],
       ext_modules=[
           Extension('dulwich._objects', ['dulwich/_objects.c'],
                     include_dirs=include_dirs),