[gmp-ecm] 01/02: RC bug fix 792850 -- upgrading misbehaviour

Jerome Benoit calculus-guest at moszumanska.debian.org
Wed Oct 21 04:15:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a commit to branch master
in repository gmp-ecm.

commit 1d7a400f0d70095a9cdd8f3253fa1e789a2a1a4c
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Wed Oct 21 03:28:09 2015 +0200

    RC bug fix 792850 -- upgrading misbehaviour
---
 debian/changelog       | 14 +++++++++-----
 debian/control         |  2 ++
 debian/gmp-ecm.docs    |  3 +++
 debian/libecm-dev.docs |  4 ++++
 debian/rules           |  4 +---
 5 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d9488d..d20e83a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,18 @@
 gmp-ecm (6.4.4+ds-3) UNRELEASE; urgency=medium
 
-  * RC bug fix release (Closes: 793012), fix fault assembly code fr mips[el] arch;
-    thanks to Jurica Stanojkovic <Jurica.Stanojkovic at imgtec.com> for providing
-    the patch.
+  * RC bug fix release:
+    - RC bug fix (Closes: #793012), faulty assembly code on mips[el] arch
+      --- thanks to Jurica Stanojkovic <Jurica.Stanojkovic at imgtec.com>
+      for providing the patch;
+    - RC bug fix (Closes: #792850), linking misbehaviour when upgrading from
+      testing to unstable -- thanks to Andreas Beckmann <anbe at debian.org> for
+      noticing the issue.
 
- -- Jerome Benoit <calculus at rezozer.net>  Tue, 20 Oct 2015 20:03:49 +0000
+ -- Jerome Benoit <calculus at rezozer.net>  Wed, 21 Oct 2015 04:04:49 +0000
 
 gmp-ecm (6.4.4+ds-2) unstable; urgency=medium
 
-  * RC bug fix release (Closes: 792549), stabilize libdev transition.
+  * RC bug fix release (Closes: #792549), stabilize libdev transition.
 
  -- Jerome Benoit <calculus at rezozer.net>  Thu, 16 Jul 2015 16:07:37 +0000
 
diff --git a/debian/control b/debian/control
index 4149a1d..0f073d5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/gmp-ecm
 
 Package: gmp-ecm
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: ecm (<< 1.00-2)
 Replaces: ecm (<< 1.00-2)
@@ -155,6 +156,7 @@ Package: libecm-dev
 Section: oldlibs
 Priority: extra
 Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libecm0-dev (>= ${source:Version}), ${misc:Depends}
 Multi-Arch: foreign
 Description: transitional dummy package
diff --git a/debian/gmp-ecm.docs b/debian/gmp-ecm.docs
new file mode 100644
index 0000000..eb9b151
--- /dev/null
+++ b/debian/gmp-ecm.docs
@@ -0,0 +1,3 @@
+NEWS
+README
+AUTHORS
diff --git a/debian/libecm-dev.docs b/debian/libecm-dev.docs
new file mode 100644
index 0000000..f135b5a
--- /dev/null
+++ b/debian/libecm-dev.docs
@@ -0,0 +1,4 @@
+NEWS
+README
+README.lib
+AUTHORS
diff --git a/debian/rules b/debian/rules
index ca94b35..413b685 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,8 @@ override_dh_auto_configure:
 	dh_auto_configure -a -- --enable-shared --enable-maintainer-mode
 
 override_dh_installdocs:
-	dh_installdocs -pgmp-ecm --link-doc=libecm0
-	dh_installdocs -plibecm0-dev --link-doc=libecm0-dev-common
 	dh_installdocs -plibecm0-dbg --link-doc=libecm0
-	dh_installdocs -plibecm-dev --link-doc=libecm0-dev
+	dh_installdocs -plibecm0-dev --link-doc=libecm0-dev-common
 	dh_installdocs --remaining-packages
 
 override_dh_compress:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmp-ecm.git



More information about the debian-science-commits mailing list