[Python-modules-commits] r7441 - in packages/python-git (4 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Thu Feb 5 17:22:20 UTC 2009


    Date: Thursday, February 5, 2009 @ 17:22:19
  Author: odd_bloke-guest
Revision: 7441

Removed patch stuff.

Modified:
  packages/python-git/trunk/	(properties)
  packages/python-git/trunk/debian/changelog
  packages/python-git/trunk/debian/rules
Deleted:
  packages/python-git/trunk/debian/patches/


Property changes on: packages/python-git/trunk
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2009-01-07 13:51:51.134000063 +0000
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: python-git

   + timestamp: 2009-01-07 13:56:03.443000078 +0000
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: python-git

Name: bzr:file-ids
   - debian/changelog	changelog-20080820164021-xn0bv3wjknkpmv45-2

   + debian/changelog	changelog-20080820164021-xn0bv3wjknkpmv45-2
debian/rules	rules-20080820164021-xn0bv3wjknkpmv45-9

Name: bzr:revision-id:v3-trunk2
   - 4 daniel at daniel-watkins.co.uk-20090107135151-6ex2wk3shqt4yxct

   + 4 daniel at daniel-watkins.co.uk-20090107135151-6ex2wk3shqt4yxct
5 daniel at daniel-watkins.co.uk-20090107135603-ys2jdjunfnn7wgbb

Name: bzr:text-parents
   + debian/rules	svn-v3-trunk2:771dd761-d7fa-0310-a302-f036d1c1ebb6:packages%2Fpython-git%2Ftrunk:6259


Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog	2009-02-05 17:21:57 UTC (rev 7440)
+++ packages/python-git/trunk/debian/changelog	2009-02-05 17:22:19 UTC (rev 7441)
@@ -1,10 +1,11 @@
 python-git (0.1.5-1) UNRELEASED; urgency=low
 
-  * New upstream release. (Closes: #501211)
+  * New upstream release. (Closes: #501211, #507276)
   * Added Debian Python Modules Team to Uploaders field.
   * Updated Vcs-* fields to reflect the use of the DPMT Subversion repository.
+  * Removed all patches merged upstream.
 
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Wed, 07 Jan 2009 13:50:12 +0000
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Wed, 07 Jan 2009 13:55:22 +0000
 
 python-git (0.1.4.1-2) unstable; urgency=low
 

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2009-02-05 17:21:57 UTC (rev 7440)
+++ packages/python-git/trunk/debian/rules	2009-02-05 17:22:19 UTC (rev 7441)
@@ -1,16 +1,12 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/dpatch/dpatch.make
+build:
 
-build: patch
-
-pre-clean: patch
+clean:
 	dh_testdir
 	dh_testroot
 	python setup.py clean
-
-clean: pre-clean unpatch
 	rm -f build-stamp
 	rm -f lib/git/*.pyc
 	rm -rf dist/ build/
@@ -44,4 +40,4 @@
 # We have nothing to do by default.
 
 binary: binary-indep binary-arch
-.PHONY: build pre-clean clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list