[Python-modules-commits] r5825 - in packages/python-gmpy/trunk/debian (3 files)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Thu Jul 3 09:39:13 UTC 2008


    Date: Thursday, July 3, 2008 @ 09:39:11
  Author: certik-guest
Revision: 5825

fixed copyright+rules

Modified:
  packages/python-gmpy/trunk/debian/changelog
  packages/python-gmpy/trunk/debian/copyright
  packages/python-gmpy/trunk/debian/rules

Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog	2008-07-03 09:14:59 UTC (rev 5824)
+++ packages/python-gmpy/trunk/debian/changelog	2008-07-03 09:39:11 UTC (rev 5825)
@@ -1,11 +1,13 @@
 python-gmpy (1.03.ds-1) unstable; urgency=low
 
   * New upstream release (Closes: #488941)
-  * orig-tarball target added to debian/rules for generating the orig.tar.gz
   * Bump Standards-Version to 3.8.0 (no changes needed)
   * XS-DM-Upload-Allowed: yes field added
   * Ondrej Certik added to uploaders
-  * debian/watch file fixed 
+  * debian/watch file fixed
+  * debian/copyright updated with info how to get the orig.tar.gz
+  * license in debian/copyright updated to reflect the current codebase (set
+    to LGPL 2.1)
 
  -- Ondrej Certik <ondrej at certik.cz>  Wed, 02 Jul 2008 23:16:54 +0200
 

Modified: packages/python-gmpy/trunk/debian/copyright
===================================================================
--- packages/python-gmpy/trunk/debian/copyright	2008-07-03 09:14:59 UTC (rev 5824)
+++ packages/python-gmpy/trunk/debian/copyright	2008-07-03 09:39:11 UTC (rev 5825)
@@ -2,6 +2,7 @@
 Fri, 18 May 2007 21:46:23 -0700.
 
 It was downloaded from http://gmpy.sourceforge.net/
+Use "uscan --verbose --force-download --rename --repack" to get the orig.tar.gz
 
 Upstream Author: Alex Martelli <aleaxit at gmail.com>
 
@@ -12,7 +13,7 @@
     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.
+    version 2.1 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
@@ -24,7 +25,7 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 src/pysymbolicext.c and src/pysymbolicext.h files are
-Copyright 2000 by Pearu Peterson <pearu at ioc.ee>    
+Copyright 2000 by Pearu Peterson <pearu at ioc.ee>
 
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.

Modified: packages/python-gmpy/trunk/debian/rules
===================================================================
--- packages/python-gmpy/trunk/debian/rules	2008-07-03 09:14:59 UTC (rev 5824)
+++ packages/python-gmpy/trunk/debian/rules	2008-07-03 09:39:11 UTC (rev 5825)
@@ -42,10 +42,3 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install
-
-VER=1.03
-orig-tarball:
-	wget http://gmpy.googlecode.com/files/gmpy-$(VER).zip;
-	unzip gmpy-$(VER).zip
-	tar czf python-gmpy_$(VER).ds.orig.tar.gz gmpy-$(VER)
-	rm -rf gmpy-$(VER) gmpy-$(VER).zip




More information about the Python-modules-commits mailing list