r44467 - in /packages/gmp/trunk/debian: changelog rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sat Feb 11 17:41:39 UTC 2012


Author: smr
Date: Sat Feb 11 17:41:39 2012
New Revision: 44467

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44467
Log:
New upstream.

Modified:
    packages/gmp/trunk/debian/changelog
    packages/gmp/trunk/debian/rules

Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=44467&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Sat Feb 11 17:41:39 2012
@@ -1,3 +1,12 @@
+gmp (2:5.0.4+dfsg-1) unstable; urgency=low
+
+  * New upstream version.
+    - Fix for buffer overruns.  Closes: #658821.
+
+  * rules: add build-arch, build-indep rules.
+  
+ -- Steve M. Robbins <smr at debian.org>  Sat, 11 Feb 2012 11:41:31 -0600
+
 gmp (2:5.0.3+dfsg-1) unstable; urgency=low
 
   * New upstream version.  Supports s390x.

Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=44467&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Sat Feb 11 17:41:39 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-ORIG_SRC_VERSION = 5.0.3
+ORIG_SRC_VERSION = 5.0.4
 
 include /usr/share/quilt/quilt.make
 
@@ -243,5 +243,8 @@
 binary-%: build install
 	make -f debian/rules binary-common DH_OPTIONS=-p$*
 
+build-arch: build
+build-indep: build
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary-common binary install install-prep
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary-common binary install install-prep




More information about the debian-science-commits mailing list