[Python-modules-commits] r31690 - in packages/python-hpilo/trunk (10 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 25 22:19:33 UTC 2015


    Date: Sunday, January 25, 2015 @ 22:19:32
  Author: morph
Revision: 31690

[svn-inject] Applying Debian modifications (2.11-1) to trunk

Added:
  packages/python-hpilo/trunk/debian/
  packages/python-hpilo/trunk/debian/changelog
  packages/python-hpilo/trunk/debian/compat
  packages/python-hpilo/trunk/debian/control
  packages/python-hpilo/trunk/debian/copyright
  packages/python-hpilo/trunk/debian/docs
  packages/python-hpilo/trunk/debian/rules
  packages/python-hpilo/trunk/debian/source/
  packages/python-hpilo/trunk/debian/source/format
  packages/python-hpilo/trunk/debian/watch


Property changes on: packages/python-hpilo/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-hpilo/trunk/debian/changelog
===================================================================
--- packages/python-hpilo/trunk/debian/changelog	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/changelog	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1,5 @@
+python-hpilo (2.11-1) unstable; urgency=low
+
+  * Initial release (Closes: #775919)
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 25 Jan 2015 20:34:39 +0000

Added: packages/python-hpilo/trunk/debian/compat
===================================================================
--- packages/python-hpilo/trunk/debian/compat	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/compat	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1 @@
+9

Added: packages/python-hpilo/trunk/debian/control
===================================================================
--- packages/python-hpilo/trunk/debian/control	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/control	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1,29 @@
+Source: python-hpilo
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9.0.0), python, python3, dh-python
+Standards-Version: 3.9.6
+Homepage: https://github.com/seveas/python-hpilo
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-hpilo/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-hpilo/trunk/
+
+Package: python-hpilo
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: HP iLO XML interface access from Python
+ This module will make it easy for you to access the Integrated Lights Out
+ management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
+ 3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.
+
+
+Package: python3-hpilo
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: HP iLO XML interface access from Python (Python 3)
+ This module will make it easy for you to access the Integrated Lights Out
+ management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
+ 3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.
+ .
+ This package contains the Python 3 version of hpilo.

Added: packages/python-hpilo/trunk/debian/copyright
===================================================================
--- packages/python-hpilo/trunk/debian/copyright	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/copyright	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-hpilo
+Source: https://github.com/seveas/python-hpilo
+
+Files: *
+Copyright: 2011-2014 Dennis Kaarsemaker <dennis at kaarsemaker.net>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.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".

Added: packages/python-hpilo/trunk/debian/docs
===================================================================
--- packages/python-hpilo/trunk/debian/docs	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/docs	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1 @@
+README

Added: packages/python-hpilo/trunk/debian/rules
===================================================================
--- packages/python-hpilo/trunk/debian/rules	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/rules	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2,python3


Property changes on: packages/python-hpilo/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-hpilo/trunk/debian/source/format
===================================================================
--- packages/python-hpilo/trunk/debian/source/format	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/source/format	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-hpilo/trunk/debian/watch
===================================================================
--- packages/python-hpilo/trunk/debian/watch	                        (rev 0)
+++ packages/python-hpilo/trunk/debian/watch	2015-01-25 22:19:32 UTC (rev 31690)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/p/python-hpilo/python-hpilo-(.*)\.tar.gz




More information about the Python-modules-commits mailing list