[Python-modules-commits] [python-pysolar] 01/04: Remove old patch management

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Oct 11 00:26:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pysolar.

commit fe57efddd09a22fd249c5fc80396a43034d616df
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Oct 11 02:20:35 2015 +0200

    Remove old patch management
---
 debian/patches/1000_printfunc.diff | 17 -----------------
 debian/patches/series              |  1 -
 2 files changed, 18 deletions(-)

diff --git a/debian/patches/1000_printfunc.diff b/debian/patches/1000_printfunc.diff
deleted file mode 100644
index 96a1a7b..0000000
--- a/debian/patches/1000_printfunc.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Use print as function
-Author: W. Martin Borgert <debacle at debian.org>
-Origin: vendor
-Last-Update: 2014-10-03
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/Pysolar/rest.py
-+++ b/Pysolar/rest.py
-@@ -36,7 +36,7 @@
- def GetAerosolOpticalDepth(turbidity_beta, effective_wavelength, turbidity_alpha):
- 	# returns tau_a
- 	print("effective_wavelength: ")
--	print effective_wavelength
-+	print(effective_wavelength)
- 	return turbidity_beta * effective_wavelength ** -turbidity_alpha
- 
- def GetAerosolScatteringCorrectionFactor(band, ma, tau_a):
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 417a3b9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1000_printfunc.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list