r46425 - in /packages/gmp/trunk/debian: changelog control patches/series rules watch
smr at users.alioth.debian.org
smr at users.alioth.debian.org
Sat Dec 14 21:16:18 UTC 2013
Author: smr
Date: Sat Dec 14 21:16:18 2013
New Revision: 46425
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46425
Log:
Updates for new version.
Modified:
packages/gmp/trunk/debian/changelog
packages/gmp/trunk/debian/control
packages/gmp/trunk/debian/patches/series
packages/gmp/trunk/debian/rules
packages/gmp/trunk/debian/watch
Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=46425&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Sat Dec 14 21:16:18 2013
@@ -1,3 +1,16 @@
+gmp (2:5.1.3+dfsg-1) unstable; urgency=low
+
+ * New upstream.
+
+ * patches/preserve-ia64-registers.patch:
+ * patches/mpn_sbpi1_div.patch: Remove. Applied upstream.
+
+ * control: Update Standards-Version to 3.9.5.
+
+ * watch: New watch file from bartm.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 14 Dec 2013 14:51:41 -0600
+
gmp (2:5.1.2+dfsg-3) unstable; urgency=low
* patches/mpn_sbpi1_div.patch: New. Upstream patch to fix computation
Modified: packages/gmp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/control?rev=46425&op=diff
==============================================================================
--- packages/gmp/trunk/debian/control (original)
+++ packages/gmp/trunk/debian/control Sat Dec 14 21:16:18 2013
@@ -7,7 +7,7 @@
Uploaders: Steve M. Robbins <smr at debian.org>
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/gmp/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/gmp/trunk/
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
Package: libgmp10
Section: libs
Modified: packages/gmp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/patches/series?rev=46425&op=diff
==============================================================================
--- packages/gmp/trunk/debian/patches/series (original)
+++ packages/gmp/trunk/debian/patches/series Sat Dec 14 21:16:18 2013
@@ -1,3 +1 @@
-preserve-ia64-registers.patch
-mpn_sbpi1_div.patch
Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=46425&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Sat Dec 14 21:16:18 2013
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-ORIG_SRC_VERSION = 5.1.2
+ORIG_SRC_VERSION = 5.1.3
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
Modified: packages/gmp/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/watch?rev=46425&op=diff
==============================================================================
--- packages/gmp/trunk/debian/watch (original)
+++ packages/gmp/trunk/debian/watch Sat Dec 14 21:16:18 2013
@@ -1,3 +1,4 @@
version=3
-opts=dversionmangle=s/\+dfsg$// \
- ftp://ftp.gmplib.org/pub/gmp-([\d.]+)/gmp-([\d.]+)\.tar\.gz
+opts=dversionmangle=s/\+dfsg\d*$// \
+http://gmplib.org/ \
+(?:|.*/)gmp(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
More information about the debian-science-commits
mailing list