~ubuntu-branches/ubuntu/oneiric/dulwich/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-0.6.0-4

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-07-30 13:22:11 UTC
  • mfrom: (1.2.11 upstream) (8.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100730132211-k6aop8v5z42mawef
Tags: 0.6.1-1
* New upstream release.
* Bump standards version to 3.9.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Upstream changes introduced in version 0.6.0-4
2
 
 This patch has been created by dpkg-source during the package build.
3
 
 Here's the last changelog entry, hopefully it gives details on why
4
 
 those changes were made:
5
 
 .
6
 
 dulwich (0.6.0-4) unstable; urgency=low
7
 
 .
8
 
   * Switch to python-support. Closes: #583114
9
 
 .
10
 
 The person named in the Author field signed this changelog entry.
11
 
Author: Jelmer Vernooij <jelmer@debian.org>
12
 
Bug-Debian: http://bugs.debian.org/583114
13
 
 
14
 
---
15
 
The information above should follow the Patch Tagging Guidelines, please
16
 
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
17
 
are templates for supplementary fields that you might want to add:
18
 
 
19
 
Origin: <vendor|upstream|other>, <url of original patch>
20
 
Bug: <url in upstream bugtracker>
21
 
Bug-Debian: http://bugs.debian.org/<bugnumber>
22
 
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
23
 
Forwarded: <no|not-needed|url proving that it has been forwarded>
24
 
Reviewed-By: <name and email of someone who approved the patch>
25
 
Last-Update: <YYYY-MM-DD>
26
 
 
27
 
--- dulwich-0.6.0.orig/bin/dulwich
28
 
+++ dulwich-0.6.0/bin/dulwich
29
 
@@ -1,4 +1,4 @@
30
 
-#!/usr/bin/python
31
 
+#!/usr/bin/env python
32
 
 # dulwich - Simple command-line interface to Dulwich
33
 
 # Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
34
 
 # 
35
 
--- dulwich-0.6.0.orig/bin/dul-daemon
36
 
+++ dulwich-0.6.0/bin/dul-daemon
37
 
@@ -1,4 +1,4 @@
38
 
-#!/usr/bin/python
39
 
+#!/usr/bin/env python
40
 
 # dul-daemon - Simple git-daemon a like
41
 
 # Copyright (C) 2008 John Carr <john.carr@unrouted.co.uk>
42
 
 #