[Python-modules-commits] r24594 - in packages/python-yenc/trunk (14 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue May 28 18:43:47 UTC 2013


    Date: Tuesday, May 28, 2013 @ 18:43:46
  Author: jcfp-guest
Revision: 24594

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

Added:
  packages/python-yenc/trunk/debian/
  packages/python-yenc/trunk/debian/changelog
  packages/python-yenc/trunk/debian/compat
  packages/python-yenc/trunk/debian/control
  packages/python-yenc/trunk/debian/copyright
  packages/python-yenc/trunk/debian/docs
  packages/python-yenc/trunk/debian/examples
  packages/python-yenc/trunk/debian/patches/
  packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff
  packages/python-yenc/trunk/debian/patches/series
  packages/python-yenc/trunk/debian/rules
  packages/python-yenc/trunk/debian/source/
  packages/python-yenc/trunk/debian/source/format
  packages/python-yenc/trunk/debian/watch


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

Added: packages/python-yenc/trunk/debian/changelog
===================================================================
--- packages/python-yenc/trunk/debian/changelog	                        (rev 0)
+++ packages/python-yenc/trunk/debian/changelog	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,28 @@
+python-yenc (0.4.0-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #470712).
+  * New maintainer (Closes: #673948).
+  * Update watch file.
+  * Update copyright, license changed to LGPL.
+  * debian/rules:
+    + replace entirely with dh sequencer.
+    + switch to dh_python2.
+  * Switch to source format 3.0 (quilt) (Closes: #664294).
+  * Bump Standards-Version to 3.9.4.
+
+ -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 28 May 2013 13:09:08 +0200
+
+python-yenc (0.3+debian-2) unstable; urgency=low
+
+  * Add debian/watch.
+  * Move to section python.
+  * Move homepage to new dpkg standard field.
+  * Bump Standards-Version: to 3.7.3.
+
+ -- Adam Cécile (Le_Vert) <gandalf at le-vert.net>  Mon, 28 Jan 2008 20:45:23 +0100
+
+python-yenc (0.3+debian-1) unstable; urgency=low
+
+  * Initial release (Closes: #418745).
+
+ -- Adam Cécile (Le_Vert) <gandalf at le-vert.net>  Wed, 11 Apr 2007 17:04:29 +0200

Added: packages/python-yenc/trunk/debian/compat
===================================================================
--- packages/python-yenc/trunk/debian/compat	                        (rev 0)
+++ packages/python-yenc/trunk/debian/compat	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1 @@
+9

Added: packages/python-yenc/trunk/debian/control
===================================================================
--- packages/python-yenc/trunk/debian/control	                        (rev 0)
+++ packages/python-yenc/trunk/debian/control	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,21 @@
+Source: python-yenc
+Homepage: http://www.golug.it/yenc.html
+Section: python
+Priority: optional
+Maintainer: JCF Ploemen (jcfp) <linux at jcf.pm>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.5
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-yenc/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-yenc/trunk/
+
+Package: python-yenc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: yEnc encoding/decoding extension for Python
+ The yEnc module provides a simple API for raw encoding/decoding of
+ yencoded binaries, mainly used when retrieving from or posting to
+ Usenet. It is significatively faster than any pure-Python 
+ implementation.

Added: packages/python-yenc/trunk/debian/copyright
===================================================================
--- packages/python-yenc/trunk/debian/copyright	                        (rev 0)
+++ packages/python-yenc/trunk/debian/copyright	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,53 @@
+This package was debianized by Adam Cécile (Le_Vert) <gandalf at le-vert.net> on
+Wed, 11 Apr 2007 17:04:29 +0200.
+Adopted and updated 2013 by JCF Ploemen (jcfp) <linux at jcf.pm>
+
+
+It was downloaded from http://www.golug.it/yenc.html
+
+Upstream Author:
+	Alessandro Duca <alessandro.duca at gmail.com>
+
+Copyright:
+	Copyright (C) 2003, 2011 by Alessandro Duca <alessandro.duca at gmail.com>
+
+License:
+	This library 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.1 of the License, or (at your option) any later version.
+
+	This library 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 library; if not, write to the Free Software
+	Foundation, Inc., 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.1'.
+
+
+
+* debian/*
+	Copyright (C) 2007, 2008 by Adam Cécile (Le_Vert) <gandalf at le-vert.net>
+        Copyright (C) 2013 by JCF Ploemen (jcfp) <linux at jcf.pm>
+License:
+	This package 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 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 General Public License for more details.
+
+	You should have received a copy of the GNU General Public License
+	along with this package; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages/python-yenc/trunk/debian/docs
===================================================================
--- packages/python-yenc/trunk/debian/docs	                        (rev 0)
+++ packages/python-yenc/trunk/debian/docs	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,3 @@
+README
+TODO
+doc/*

Added: packages/python-yenc/trunk/debian/examples
===================================================================
--- packages/python-yenc/trunk/debian/examples	                        (rev 0)
+++ packages/python-yenc/trunk/debian/examples	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1 @@
+test/test.py

Added: packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff
===================================================================
--- packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff	                        (rev 0)
+++ packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,12 @@
+# use debian CFLAGS only
+--- a/setup.py
++++ b/setup.py
+@@ -33,7 +33,7 @@
+         platforms        = ["Unix"],
+ 	package_dir	 = { '': 'lib' },
+ 	py_modules	 = ["yenc"],
+-	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=["-O2","-g"])],
++	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=[])],
+         classifiers      = [
+             "Programming Language :: Python",
+             "Programming Language :: Python :: 2.5",

Added: packages/python-yenc/trunk/debian/patches/series
===================================================================
--- packages/python-yenc/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-yenc/trunk/debian/patches/series	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1 @@
+01_use_debian_cflags.diff

Added: packages/python-yenc/trunk/debian/rules
===================================================================
--- packages/python-yenc/trunk/debian/rules	                        (rev 0)
+++ packages/python-yenc/trunk/debian/rules	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2


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

Added: packages/python-yenc/trunk/debian/source/format
===================================================================
--- packages/python-yenc/trunk/debian/source/format	                        (rev 0)
+++ packages/python-yenc/trunk/debian/source/format	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-yenc/trunk/debian/watch
===================================================================
--- packages/python-yenc/trunk/debian/watch	                        (rev 0)
+++ packages/python-yenc/trunk/debian/watch	2013-05-28 18:43:46 UTC (rev 24594)
@@ -0,0 +1,2 @@
+version=3
+http://www.golug.it/pub/yenc/yenc-(.*).tar.gz




More information about the Python-modules-commits mailing list