[Python-modules-commits] r3037 - in /packages/python-gnutls/trunk/debian: changelog copyright rules watch
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Tue Aug 14 22:20:52 UTC 2007
Author: bzed-guest
Date: Tue Aug 14 22:20:52 2007
New Revision: 3037
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3037
Log:
finally getting gnutls packaged!
Added:
packages/python-gnutls/trunk/debian/watch
Modified:
packages/python-gnutls/trunk/debian/changelog
packages/python-gnutls/trunk/debian/copyright
packages/python-gnutls/trunk/debian/rules
Modified: packages/python-gnutls/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/changelog?rev=3037&op=diff
==============================================================================
--- packages/python-gnutls/trunk/debian/changelog (original)
+++ packages/python-gnutls/trunk/debian/changelog Tue Aug 14 22:20:52 2007
@@ -1,4 +1,4 @@
-python-gnutls (1.1.1-1) unstable; urgency=low
+python-gnutls (1.1.2-1) unstable; urgency=low
* Initial release (Closes: #428866)
Modified: packages/python-gnutls/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/copyright?rev=3037&op=diff
==============================================================================
--- packages/python-gnutls/trunk/debian/copyright (original)
+++ packages/python-gnutls/trunk/debian/copyright Tue Aug 14 22:20:52 2007
@@ -1,16 +1,38 @@
This package was debianized by Dan Pascu <dan at ag-projects.com> on
Thu, 29 Mar 2007 09:22:44 +0300
-Authors: Dan Pascu, Mircea Amarascu
+It was downloaded from http://cheeseshop.python.org/pypi/python-gnutls
+
+Upstream Authors:
+
+ Dan Pascu <dan at ag-projects.com>
+ Mircea Amarascu
+
+Copyright:
+
+ Copyright (C) 2006-2007 AG Projects
+ Dan Pascu
+ Mircea Amarascu
License:
-This program 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, or (at your option)
-any later version.
+ This package 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.
-You should have received a copy of the GNU Lesser General Public License
-with your Debian GNU/Linux system, in /usr/share/common-licenses/LGPL.
-If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
-Floor, Boston, MA 02110-1301 USA.
+ 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 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 Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2007, Dan Pascu <dan at ag-projects.com> and
+Bernd Zeimetz <bernd at bzed.de>, it is licensed under the LGPL, see above.
+
Modified: packages/python-gnutls/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/rules?rev=3037&op=diff
==============================================================================
--- packages/python-gnutls/trunk/debian/rules (original)
+++ packages/python-gnutls/trunk/debian/rules Tue Aug 14 22:20:52 2007
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pysupport
-DEB_PYTHON_INSTALL_ARGS += --single-version-externally-managed
DEB_COMPRESS_EXCLUDE := .py
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -9,8 +8,5 @@
clean::
- -rm -rf dist MANIFEST
- #hack (CDBS bug -- see #300149)
- -rm -rf build *.egg-info
+ rm -rf dist MANIFEST
-
Added: packages/python-gnutls/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/watch?rev=3037&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/watch (added)
+++ packages/python-gnutls/trunk/debian/watch Tue Aug 14 22:20:52 2007
@@ -1,0 +1,6 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+opts="filenamemangle=s/.*\/([^#]*)#.*/$1/" \
+http://cheeseshop.python.org/pypi/python-gnutls http://pypi\.python\.org/packages/source/p/python-gnutls/python-gnutls-(.*)\.tar\.gz#md5=.*
+
More information about the Python-modules-commits
mailing list