Skip to content

Commit 2f4bdb3

Browse files
author
odd_bloke-guest
committed
Removed patch stuff.
git-svn-id: svn+ssh://svn.debian.org/svn/python-modules/packages/python-git/trunk@7441 771dd761-d7fa-0310-a302-f036d1c1ebb6
1 parent f92cf17 commit 2f4bdb3

File tree

5 files changed

+6
-57
lines changed

5 files changed

+6
-57
lines changed

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
python-git (0.1.5-1) UNRELEASED; urgency=low
22

3-
* New upstream release. (Closes: #501211)
3+
* New upstream release. (Closes: #501211, #507276)
44
* Added Debian Python Modules Team to Uploaders field.
55
* Updated Vcs-* fields to reflect the use of the DPMT Subversion repository.
6+
* Removed all patches merged upstream.
67

7-
-- Daniel Watkins <[email protected]> Wed, 07 Jan 2009 13:50:12 +0000
8+
-- Daniel Watkins <[email protected]> Wed, 07 Jan 2009 13:55:22 +0000
89

910
python-git (0.1.4.1-2) unstable; urgency=low
1011

debian/patches/00list

Lines changed: 0 additions & 2 deletions
This file was deleted.

debian/patches/01_remove_ez_setup.dpatch

Lines changed: 0 additions & 15 deletions
This file was deleted.

debian/patches/02_bare_repos.dpatch

Lines changed: 0 additions & 31 deletions
This file was deleted.

debian/rules

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
#!/usr/bin/make -f
22
# -*- makefile -*-
33

4-
include /usr/share/dpatch/dpatch.make
4+
build:
55

6-
build: patch
7-
8-
pre-clean: patch
6+
clean:
97
dh_testdir
108
dh_testroot
119
python setup.py clean
12-
13-
clean: pre-clean unpatch
1410
rm -f build-stamp
1511
rm -f lib/git/*.pyc
1612
rm -rf dist/ build/
@@ -44,4 +40,4 @@ binary-arch: build install
4440
# We have nothing to do by default.
4541

4642
binary: binary-indep binary-arch
47-
.PHONY: build pre-clean clean binary-indep binary-arch binary install
43+
.PHONY: build clean binary-indep binary-arch binary install

0 commit comments

Comments
 (0)