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

Jerome Benoit calculus-guest at moszumanska.debian.org
Mon Nov 9 23:36:06 UTC 2015


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

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

commit d5776083d37df7df787a0a4ba58ec573fc589b6c
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Mon Nov 9 22:25:40 2015 +0100

    Imported Debian patch 5.5.0+ds-1
---
 debian/adhoc/Makefile | 3 +++
 debian/changelog      | 9 +++++++++
 debian/clean          | 1 +
 debian/rules          | 2 +-
 4 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/adhoc/Makefile b/debian/adhoc/Makefile
index e2aeb9c..c97d11f 100644
--- a/debian/adhoc/Makefile
+++ b/debian/adhoc/Makefile
@@ -30,6 +30,9 @@ doc: doxygen/Doxyfile
 		make && mv refman.pdf primesieve_refman.pdf ; \
 		}
 
+doxygen/Doxyfile: $(TOP_BUILDDIR)/doxygen/Doxyfile
+	cp -p $< $@
+
 manpages: primesieve.1
 
 primesieve.1: $(TOP_BUILDDIR)/primesieve
diff --git a/debian/changelog b/debian/changelog
index 943098e..300a876 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+primesieve (5.5.0+ds-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Debianization:
+    - debian/rules, refresh;
+    - debian/adhoc/Makefile, update.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Mon, 09 Nov 2015 22:26:13 +0000
+
 primesieve (5.5.0~rc1+ds-1) unstable; urgency=medium
 
   * Initial release. (Closes: #802513)
diff --git a/debian/clean b/debian/clean
index d3f9689..463c4ba 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1,3 @@
 README.implementation
 primesieve.1
+doxygen/Doxyfile
diff --git a/debian/rules b/debian/rules
index 149bfd3..ffd1267 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_PKG_VERSION = $(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p')
+export DEB_PKG_VERSION = $(shell dpkg-parsechangelog -S Version)
 
 ## inspired from mpfr material
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

-- 
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