[Python-modules-commits] r26321 - in packages/ntplib/trunk (9 files)

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Wed Oct 30 17:54:01 UTC 2013


    Date: Wednesday, October 30, 2013 @ 17:53:59
  Author: diocles
Revision: 26321

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

Added:
  packages/ntplib/trunk/debian/
  packages/ntplib/trunk/debian/changelog
  packages/ntplib/trunk/debian/compat
  packages/ntplib/trunk/debian/control
  packages/ntplib/trunk/debian/copyright
  packages/ntplib/trunk/debian/rules
  packages/ntplib/trunk/debian/source/
  packages/ntplib/trunk/debian/source/format
  packages/ntplib/trunk/debian/watch


Property changes on: packages/ntplib/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/ntplib/trunk/debian/changelog
===================================================================
--- packages/ntplib/trunk/debian/changelog	                        (rev 0)
+++ packages/ntplib/trunk/debian/changelog	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1,5 @@
+ntplib (0.3.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #727056)
+
+ -- Tim Retout <diocles at debian.org>  Wed, 16 Oct 2013 20:02:55 +0100

Added: packages/ntplib/trunk/debian/compat
===================================================================
--- packages/ntplib/trunk/debian/compat	                        (rev 0)
+++ packages/ntplib/trunk/debian/compat	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1 @@
+7

Added: packages/ntplib/trunk/debian/control
===================================================================
--- packages/ntplib/trunk/debian/control	                        (rev 0)
+++ packages/ntplib/trunk/debian/control	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1,17 @@
+Source: ntplib
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Tim Retout <diocles at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
+Homepage: https://pypi.python.org/pypi/ntplib/
+
+Package: python-ntplib
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python NTP library
+ This module offers a simple interface to query NTP servers from Python.
+ .
+ It also provides utility functions to translate NTP fields values to
+ text.  It is pure Python, and only depends on core modules.

Added: packages/ntplib/trunk/debian/copyright
===================================================================
--- packages/ntplib/trunk/debian/copyright	                        (rev 0)
+++ packages/ntplib/trunk/debian/copyright	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ntplib
+Source: https://pypi.python.org/pypi/ntplib/
+
+Files: *
+Copyright: 2009 Charles-Francois Natali <cf.natali at gmail.com>
+License: LGPL-2+
+ ntplib is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program; if not, write to the Free Software
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2".
+
+Files: debian/*
+Copyright: 2013 Tim Retout <diocles at debian.org>
+License: LGPL-2+
+ The Debian packaging is licensed under the same terms as ntplib
+ itself; either ntplib version 0.3.1 or, at your option, any later
+ version of ntplib you may have available.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2".

Added: packages/ntplib/trunk/debian/rules
===================================================================
--- packages/ntplib/trunk/debian/rules	                        (rev 0)
+++ packages/ntplib/trunk/debian/rules	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


Property changes on: packages/ntplib/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/ntplib/trunk/debian/source/format
===================================================================
--- packages/ntplib/trunk/debian/source/format	                        (rev 0)
+++ packages/ntplib/trunk/debian/source/format	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/ntplib/trunk/debian/watch
===================================================================
--- packages/ntplib/trunk/debian/watch	                        (rev 0)
+++ packages/ntplib/trunk/debian/watch	2013-10-30 17:53:59 UTC (rev 26321)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/n/ntplib/ ntplib-(\d[\d.]*)\.tar\.gz




More information about the Python-modules-commits mailing list