[primesieve] 03/03: Debian patch 5.7.1+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Thu Aug 18 02:40:15 UTC 2016


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

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

commit d415e638e036644e59f36e018fef454d7de85404
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Thu Aug 18 02:56:34 2016 +0100

    Debian patch 5.7.1+ds-1
---
 debian/changelog                                  | 10 ++++++
 debian/copyright                                  |  4 +--
 debian/patches/series                             |  1 +
 debian/patches/upstream-source-CPP2help2man.patch | 39 +++++++++++++++++++++++
 4 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 92824d2..190c16b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+primesieve (5.7.1+ds-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Debianization:
+    - debian/copyright, refresh;
+    - debian/patches/:
+      - d/p/upstream-source-CPP2help2man.patch, reintroduce.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Thu, 18 Aug 2016 01:55:09 +0000
+
 primesieve (5.7.0+ds-2) unstable; urgency=medium
 
   * RC bug fix release (Closes: #833870), harden libdev transition.
diff --git a/debian/copyright b/debian/copyright
index ba513e3..e4b6470 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,12 +11,12 @@ Files-Excluded:
 
 Files: *
 Copyright:
- 2010-2015 Kim Walisch <kim.walisch at gmail.com>
+ 2010-2016 Kim Walisch <kim.walisch at gmail.com>
 License: BSD-2-clause
 
 Files: src/apps/gui/*
 Copyright:
- 2012-2015 Kim Walisch <kim.walisch at gmail.com>
+ 2012-2016 Kim Walisch <kim.walisch at gmail.com>
 License: GPL-3+
 
 Files: debian/*
diff --git a/debian/patches/series b/debian/patches/series
index bda6985..34d7445 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+upstream-source-CPP2help2man.patch
 debianization.patch
diff --git a/debian/patches/upstream-source-CPP2help2man.patch b/debian/patches/upstream-source-CPP2help2man.patch
new file mode 100644
index 0000000..385a037
--- /dev/null
+++ b/debian/patches/upstream-source-CPP2help2man.patch
@@ -0,0 +1,39 @@
+Description: slightly reformat the help and version messages
+ Attempt to reformat the help and version messages of the primesieve
+ front-end program wrt UN*X customs in view to employ help2man to
+ generate a pretty manpage; meant to be submitted to the upstream
+ maintainer.
+Origin: debian
+Forwarded: https://github.com/kimwalisch/primesieve/pull/23
+Author: Jerome Benoit <calculus at rezozer.net>
+Last-Update: 2016-08-18
+
+--- a/src/apps/console/help.cpp
++++ b/src/apps/console/help.cpp
+@@ -43,12 +43,10 @@
+   "  -v,     --version       Print version and license information\n"
+   "\n"
+   "Examples:\n"
+-  "\n"
+-  "  # Print the primes below 1000000\n"
+-  "  primesieve 1e6 --print\n"
+-  "\n"
+-  "  # Count the twin primes inside [10^9, 10^9 + 2^32]\n"
+-  "  primesieve 1e9 --dist=2**32 -c2"
++  "Print the primes below 1000000\n"
++  "  $ primesieve 1e6 --print\n"
++  "Count the twin primes inside [10^9, 10^9 + 2^32]\n"
++  "  $ primesieve 1e9 --dist=2**32 -c2"
+ );
+ 
+ } // namespace
+@@ -63,7 +61,8 @@
+ {
+   cout << "primesieve " << primesieve::primesieve_version();
+   cout << ", <http://primesieve.org>" << endl;
+-  cout << "Copyright (C) 2016 Kim Walisch" << endl;
++  cout << "Copyright (C) 2010-2016 Kim Walisch" << endl;
++	cout << endl;
+   cout << "BSD 2-Clause License <http://opensource.org/licenses/BSD-2-Clause>" << endl;
+ 
+   exit(1);

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



More information about the debian-science-commits mailing list