[apophenia] 01/01: Imported Debian patch 1.0+ds-3

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Jul 5 02:27:03 UTC 2016


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

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

commit 1c1ba2db5a26a60f6f5fca1bfa68cad97f59c788
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Tue Jul 5 02:11:58 2016 +0100

    Imported Debian patch 1.0+ds-3
---
 debian/changelog                   | 11 +++++++++++
 debian/control                     |  2 +-
 debian/patches/debianization.patch |  6 ++++--
 debian/rules                       |  2 ++
 4 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 417764b..a3e797c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+apophenia (1.0+ds-3) unstable; urgency=medium
+
+  * Debianization:
+    - debian/control:
+      - Standards Version 3.9.8, bump (no change);
+    - debian/rules:
+      - dpkg-buildflags, add hardening=+all;
+    - reproducible build, attempt.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Tue, 05 Jul 2016 01:11:01 +0000
+
 apophenia (1.0+ds-2) unstable; urgency=medium
 
   * RC bug fix release:
diff --git a/debian/control b/debian/control
index 25f3e96..99f1246 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep:
  graphviz,
  doxygen, texlive-latex-recommended, texlive-fonts-recommended, ghostscript,
  rdfind, symlinks
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://apophenia.info/
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/apophenia.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apophenia.git
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index 17e0d51..feb7fb7 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -3,17 +3,19 @@ Description: debianization
  to address Debian specific stuff in general.
 Origin: debian
 Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-12-01
+Last-Update: 2016-07-05
 
 --- a/docs/Makefile.am
 +++ b/docs/Makefile.am
-@@ -48,6 +48,9 @@
+@@ -48,6 +48,11 @@
  	sed -i -f $(top_srcdir)/docs/edit_group.sed html/group__models.html
  	sed -i -f $(top_srcdir)/docs/edit_width.sed html/*.html
  	$(abs_top_srcdir)/docs/adjust
 +	rdfind -outputname /dev/null -makesymlinks true html
 +	symlinks -r -c -s -v html
 +	-rm -f html/jquery.js
++	-rm -f html/formula.repository
++	-rm -f html/_formulas.tex html/_formulas.log
  
  doc-clean:
  	-rm -rf include html latex man
diff --git a/debian/rules b/debian/rules
index 7f0e3a4..8e2aafe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 ## inspired from mpfr material
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

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



More information about the debian-science-commits mailing list