[gmp-ecm] 01/04: debianization: d/control cleanup
Jerome Benoit
calculus-guest at moszumanska.debian.org
Wed Jun 1 23:41:52 UTC 2016
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 58746c365cc48339609e30e03e44e5d800f67953
Author: Jerome Benoit <calculus at rezozer.net>
Date: Sat May 28 12:21:19 2016 +0100
debianization: d/control cleanup
---
debian/changelog | 7 +++----
debian/control | 5 +----
debian/gmp-ecm.links | 2 +-
debian/libecm-dev.docs | 4 ----
debian/tests/build-examples | 2 +-
debian/tests/control | 2 +-
6 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 29df79b..974bea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,10 @@ gmp-ecm (7.0+ds-2) unstable; urgency=medium
* Debianization:
- debian/control:
- - lib Recommends field, discard (Closes: #819696);
- - lib Conflicts field, discard (Closes: #819802);
- - Provides/Breaks/Conflicts policy, revisit.
+ - Standards-Version, dump to 3.9.8;
+ - Provides/Breaks/Conflicts policy, rationalize (Closes: #819696, #819802).
- -- Jerome Benoit <calculus at rezozer.net> Sat, 02 Apr 2016 15:54:49 +0000
+ -- Jerome Benoit <calculus at rezozer.net> Sat, 28 May 2016 11:18:49 +0000
gmp-ecm (7.0+ds-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 49d5a6c..75098f6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
autotools-dev, gnulib, m4, dh-autoreconf, libtool,
libgmp-dev (>= 2:6.0)
#Build-Depends-Indep:
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Homepage: http://ecm.gforge.inria.fr/
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gmp-ecm.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gmp-ecm.git
@@ -40,7 +40,6 @@ Description: Factor integers using the Elliptic Curve Method
This package provides the command line utility.
Package: libecm1
-Provides: libecm
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
@@ -95,8 +94,6 @@ Description: factor integers using the Elliptic Curve Method -- libdev
Package: libecm-dev-common
Section: libdevel
Architecture: all
-Replaces: libecm-dev (<= 6.4.4-2)
-Breaks: libecm-dev (<= 6.4.4-2)
Depends: ${misc:Depends}
Recommends: libecm-dev (=${binary:Version})
Multi-Arch: foreign
diff --git a/debian/gmp-ecm.links b/debian/gmp-ecm.links
index 4f83633..d8e3ff5 100644
--- a/debian/gmp-ecm.links
+++ b/debian/gmp-ecm.links
@@ -1 +1 @@
-usr/share/man/man1/ecm.1.gz usr/share/man/man1/gmp-ecm.1.gz
+usr/share/man/man1/ecm.1.gz usr/share/man/man1/gmp-ecm.1.gz
diff --git a/debian/libecm-dev.docs b/debian/libecm-dev.docs
deleted file mode 100644
index f135b5a..0000000
--- a/debian/libecm-dev.docs
+++ /dev/null
@@ -1,4 +0,0 @@
-NEWS
-README
-README.lib
-AUTHORS
diff --git a/debian/tests/build-examples b/debian/tests/build-examples
index ee14080..be5d851 100755
--- a/debian/tests/build-examples
+++ b/debian/tests/build-examples
@@ -3,7 +3,7 @@
set -ue
cd $ADTTMP
-cp -prd /usr/share/doc/libecm1-dev/examples .
+cp -prd /usr/share/doc/libecm-dev/examples .
cd examples
make
diff --git a/debian/tests/control b/debian/tests/control
index 70947aa..c658037 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: build-examples
-Depends: libecm1-dev, build-essential
+Depends: libecm-dev, build-essential
Tests: make-longcheck
Depends: gmp-ecm, make
--
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