[mpfrc++] 02/02: Imported Debian patch 3.5.7+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat May 31 10:43:39 UTC 2014


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

calculus-guest pushed a commit to branch master
in repository mpfrc++.

commit 8552cbeb47b6c1182c0d85c38193a4712cf220e7
Merge: f412022 a128443
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sat May 31 10:23:13 2014 +0000

    Imported Debian patch 3.5.7+ds-1

 .hg_archival.txt                |  4 ----
 .hgtags                         |  1 -
 debian/changelog                | 10 ++++++++++
 debian/control                  |  4 ++--
 debian/copyright                |  4 ++--
 debian/source/lintian-overrides |  1 +
 6 files changed, 15 insertions(+), 9 deletions(-)

diff --cc debian/changelog
index 0f79f5f,0000000..6fb5ae9
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,26 -1,0 +1,36 @@@
++mpfrc++ (3.5.7+ds-1) unstable; urgency=low
++
++  * New upstream version.
++  * Debianization:
++    - Standards Version, bump to 3.9.5;
++    - debian/control, Vcs-Browser field correction;
++    - debian/copyright, refresh.
++
++ -- Jerome Benoit <calculus at rezozer.net>  Sat, 31 May 2014 10:23:13 +0000
++
 +mpfrc++ (3.5.6+ds-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #723839), thanks to the upstream maintainer
 +    Pavel Holoborodko <pavel at holoborodko.com> for clarifying the upstream
 +    license policy and for tweaking the upstream Mercurial repository to
 +    allow minimal debian/{rules,watch} material and a cleaner package.
 +  * Debianization:
 +    - debian/copyright in DEP-5 format;
 +    - debhelper build-dep to >= 9;
 +    - source format 3.0 (quilt);
 +    - Standards Version 3.9.4;
 +    - debian/patches/ patches in DEP-3 format;
 +    - debian/repack script meant for debian/watch file;
 +    - debian/watch file, which depends on debian/repack to repack;
 +    - debian/rules:
 +      - minimal rules;
 +      - optional get-orig-source target which relies on uscan to get the
 +        currently packaged upstream tarball source and to repack it;
 +      - default target which basically queries packages status with
 +        uscan, output in DEHS format.
 +  * Minor fixes and enhancements:
 +    - example/* :
 +      - example/example.cpp, system preprocessing directive #include;
 +      - minimal example/makefile, unnecessary targets were wiped out.
 +
 + -- Jerome Benoit <calculus at rezozer.net>  Sun, 13 Oct 2013 19:30:04 +0000
diff --cc debian/control
index 36d2358,0000000..9743c02
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,24 -1,0 +1,24 @@@
 +Source: mpfrc++
 +Section: math
 +Priority: optional
 +Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 +Uploaders: Jerome Benoit <calculus at rezozer.net>
 +Build-Depends: debhelper (>= 9)
- Standards-Version: 3.9.4
++Standards-Version: 3.9.5
 +Homepage: http://www.holoborodko.com/pavel/mpfr
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/mpfrc++.git
- Vcs-Browser: http://anonscm.debian.org/?p=debian-science/packages/mpfrc++.git
++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/mpfrc%2B%2B.git
 +
 +Package: libmpfrc++-dev
 +Section: libdevel
 +Architecture: all
 +Depends: libmpfr-dev, ${misc:Depends}
 +Description: C++ wrapper for the GNU MPFR C library
 + MPFR C++ introduces C++ arbitrary precision numeric types; based on
 + GNU MPFR --- Multiple Precision Floating-Point Reliable Library.
 + .
 + MPFR C++ makes possible to use MPFR calculations in the same simple
 + way as calculations with numbers of built-in types double or float:
 + all arithmetic and boolean operators (+, -, *, /, >, !=, etc.) are
 + implemented through operator overloading technique; elementary
 + mathematical functions (sqrt, pow, sin, cos, etc.) are supported.
diff --cc debian/copyright
index 8d8a990,0000000..0a0008d
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,35 -1,0 +1,35 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 +Upstream-Name: mpfrc++
 +Upstream-Contact: Pavel Holoborodko <pavel at holoborodko.com>
 +Source: http://www.holoborodko.com/pavel/mpfr
 +X-Upstream-Vcs: https://bitbucket.org/advanpix/mpreal
 +Comment:
 + The upstream source tarball is repacked to wipe out Mercurial metadata
 + material not meant to be distributed.
 +
 +Files: *
 +Copyright:
-  2008-2013 Pavel Holoborodko <pavel at holoborodko.com>
++ 2008-2014 Pavel Holoborodko <pavel at holoborodko.com>
 +License: GPL-3+
 +
 +Files: debian/*
 +Copyright:
-  2013 Jerome Benoit <calculus at rezozer.net>
++ 2014 Jerome Benoit <calculus at rezozer.net>
 +License: GPL-3+
 +
 +License: GPL-3+
 + This package is free software: you can redistribute it and/or modify
 + it under the terms of the GNU General Public License as published by
 + the Free Software Foundation, either version 3 of the License, or
 + (at your option) any later version.
 + .
 + This package is distributed in the hope that it will be useful,
 + but WITHOUT ANY WARRANTY; without even the implied warranty of
 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 + GNU General Public License for more details.
 + .
 + You should have received a copy of the GNU General Public License
 + along with this program. If not, see <http://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU General
 + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --cc debian/source/lintian-overrides
index 0000000,0000000..8b06cb1
new file mode 100644
--- /dev/null
+++ b/debian/source/lintian-overrides
@@@ -1,0 -1,0 +1,1 @@@
++debian-watch-may-check-gpg-signature

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



More information about the debian-science-commits mailing list