[Python-modules-commits] [python-pysolar] 02/05: start packaging 0.6

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Oct 4 01:35:58 UTC 2014


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

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

commit 8cb5427ef02c5b74c6c688fce80510ba5d4e85a1
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sat Oct 4 01:49:34 2014 +0200

    start packaging 0.6
---
 debian/changelog |  7 +++++++
 debian/control   | 23 +++++++++++++++++----
 debian/copyright | 63 +++++++++++++++++++++-----------------------------------
 debian/rules     |  7 ++++---
 4 files changed, 54 insertions(+), 46 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efd2647..265c5e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pysolar (0.6-1) UNRELEASED; urgency=low
+
+  * New upstream version (Closes: #762503)
+  * New maintainer python-modules-team, new git repo
+
+ -- W. Martin Borgert <debacle at fama>  Fri, 03 Oct 2014 23:44:11 +0000
+
 pysolar (0.5+git4720b36403-1) unstable; urgency=low
 
   * Initial release (Closes: #724311)
diff --git a/debian/control b/debian/control
index 80536e2..eedc1a1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: pysolar
 Section: python
 Priority: extra
-Maintainer: W. Martin Borgert <debacle at debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 7.0.50~)
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 7.0.50~), python-setuptools
 Standards-Version: 3.9.5
 Homepage: http://pysolar.org
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-solar.git
-Vcs-Git: git://anonscm.debian.org/collab-maint/python-solar.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pysolar.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-pysolar.git
 
 Package: python-pysolar
 Architecture: all
@@ -17,3 +18,17 @@ Description: Python library for precise ephemeris calculations
  Pysolar is a collection of Python libraries for simulating the irradiation
  of any point on earth by the sun. It includes code for extremely precise
  ephemeris calculations.
+ .
+ This package provides the Python 2.x module.
+
+Package: python3-pysolar
+Architecture: all
+Depends:
+  ${misc:Depends},
+  ${python3:Depends}
+Description: Python library for precise ephemeris calculations
+ Pysolar is a collection of Python libraries for simulating the irradiation
+ of any point on earth by the sun. It includes code for extremely precise
+ ephemeris calculations.
+ .
+ This package provides the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
index 6311a1b..3a9cef8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,39 +1,24 @@
-This package was debianized by:
-
-    Brandon Stafford <brandon at pingswept.org> on Thu, 11 Mar 2010 12:22:31 -0500
-
-It was downloaded from:
-
-    http://github.com/pingswept/pysolar/downloads
-
-Upstream Author:
-
-    Brandon Stafford brandon at pingswept.org
-
-Copyright:
-
-    Copyright (C) 2010 Brandon Stafford
-
-License:
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-On Debian systems, the complete text of the GNU General
-Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
-
-The Debian packaging is:
-
-    Copyright (C) 2010 Brandon Stafford <brandon at pingswept.org>
-
-and is licensed under the GPL version 3, see above.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pysolar
+Source: http://github.com/pingswept/pysolar/downloads
+
+Files: *
+Copyright: 2010-2014 Brandon Stafford <brandon at pingswept.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
index 4f7949a..bfe5b82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
 
-%:
-	dh $@ --with python2
+#export DH_VERBOSE=1
+export PYBUILD_NAME=Pysolar
 
+%:
+	dh $@ --buildsystem=pybuild --with python2,python3

-- 
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