[med-svn] [pbsim] 03/05: hardening and overrides
Sascha Steinbiss
sascha at steinbiss.name
Thu Mar 17 23:17:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository pbsim.
commit 36a04a4d824b78cc25238b7f03867625c148b9d5
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Thu Mar 17 12:43:19 2016 +0000
hardening and overrides
---
debian/changelog | 10 ++++++++++
debian/rules | 2 ++
debian/source/lintian-overrides | 2 ++
3 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a7bea1a..a2b57c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pbsim (1.0.3-2) unstable; urgency=medium
+
+ * switch man page building to asciidoctor from ronn
+ - get reproducible output
+ - ronn is unmaintained
+ * bump Standards-Version
+ * enable full hardening
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Thu, 17 Mar 2016 11:50:46 +0000
+
pbsim (1.0.3-1) unstable; urgency=low
* Initial release (Closes: #812526)
diff --git a/debian/rules b/debian/rules
index 46ca188..cbcb0c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 67f1ab7..d85b6af 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,5 @@
# Upstream has not moved to a new source repo
pbsim source: obsolete-url-in-packaging
+# Upstream does not provide signed tarballs
+pbsim source: debian-watch-may-check-gpg-signature
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbsim.git
More information about the debian-med-commit
mailing list