Package: python-gmpy Version: 1.02~1.dfsg.1-1 Severity: wishlist Tags: patch
Hi, I packaged the new upstream release, the package builds, it's lintian clean. The patch is attached. I also added myself to uploaders and the DM upload field. Feel free to remove it if you disagree. I also imported the package to the DPMT repositories. Let me know if you are against maintaining it in there and I'll remove it. However, I strongly suggest you are not against :), as it is much easier to maintain it in DPMT, as anyone can easily fix the package and if you stay as the maintainer, you will need to approve all changes in the end and you will have to upload it. Let me know if you have any questions to the patch and also let me know if you are busy but otherwise agree with the patch, I'll ask some other DD to upload the package. Thanks a lot, Ondrej -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-gmpy depends on: ii libc6 2.7-12 GNU C Library: Shared libraries ii libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library ii python 2.5.2-1 An interactive high-level object-o ii python-central 0.6.7 register and build utility for Pyt python-gmpy recommends no packages. -- no debconf information
Index: debian/control =================================================================== --- debian/control (revision 5800) +++ debian/control (revision 5802) @@ -2,10 +2,12 @@ Section: python Priority: optional Maintainer: Martin Kelly <[EMAIL PROTECTED]> +Uploaders: Ondrej Certik <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), libgmp3-dev (>= 4.0.1) -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://gmpy.sourceforge.net/ XS-Python-Version: >= 2.3 +XS-DM-Upload-Allowed: yes Package: python-gmpy Architecture: any Index: debian/changelog =================================================================== --- debian/changelog (revision 5800) +++ debian/changelog (revision 5802) @@ -1,3 +1,13 @@ +python-gmpy (1.03.ds-1) unstable; urgency=low + + * New upstream release + * 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 + + -- Ondrej Certik <[EMAIL PROTECTED]> Wed, 02 Jul 2008 10:03:49 +0200 + python-gmpy (1.02~1.dfsg.1-1) unstable; urgency=low * New upstream release Index: debian/rules =================================================================== --- debian/rules (revision 5800) +++ debian/rules (revision 5802) @@ -42,3 +42,10 @@ 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