[debian-edu-commits] debian-edu/ 04/10: Make lintian a bit happier.

Dominik George natureshadow-guest at moszumanska.debian.org
Mon Jan 15 22:04:36 UTC 2018


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

natureshadow-guest pushed a commit to branch master
in repository sdaps.

commit f3ba7182ab8ed1048137e020c071661ca7e5b055
Author: Dominik George <nik at naturalnet.de>
Date:   Mon Jan 15 22:06:05 2018 +0100

    Make lintian a bit happier.
---
 debian/changelog | 2 +-
 debian/control   | 3 ++-
 debian/rules     | 4 ++++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6dbde55..fc91158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ sdaps (1.2.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #887393)
 
- -- Dominik George <nik at naturalnet.de>  Sun, 03 Dec 2017 18:00:55 +0100
+ -- Dominik George <nik at naturalnet.de>  Mon, 15 Jan 2018 22:05:56 +0100
diff --git a/debian/control b/debian/control
index a0f4855..d61217c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders:
 Section: science
 Priority: optional
 Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
  dh-python,
  libcairo2-dev,
  libglib2.0-dev,
@@ -26,6 +26,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${python:Depends},
+ ${shlibs:Depends},
 Description: scripts for data acquisition with paper-based surveys
  SDAPS is an optical mark recognition (OMR) program.  It is written in
  Python and has an integrated workflow with both LibreOffice and LaTeX to
diff --git a/debian/rules b/debian/rules
index eae217e..f5fa7e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=sdaps
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/sdaps.git



More information about the debian-edu-commits mailing list