[med-svn] r23726 - trunk/packages/flexbar/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat Apr 8 06:21:50 UTC 2017
Author: tille
Date: 2017-04-08 06:21:49 +0000 (Sat, 08 Apr 2017)
New Revision: 23726
Modified:
trunk/packages/flexbar/trunk/debian/changelog
trunk/packages/flexbar/trunk/debian/lintian-overrides
trunk/packages/flexbar/trunk/debian/rules
Log:
Fix lintian-overrides, hardening=+all
Modified: trunk/packages/flexbar/trunk/debian/changelog
===================================================================
--- trunk/packages/flexbar/trunk/debian/changelog 2017-04-04 14:09:10 UTC (rev 23725)
+++ trunk/packages/flexbar/trunk/debian/changelog 2017-04-08 06:21:49 UTC (rev 23726)
@@ -1,10 +1,12 @@
-flexbar (1:2.7.0-1) UNRELEASED; urgency=medium
+flexbar (1:3.0.0-1) UNRELEASED; urgency=medium
* New upstream version now at Github
* cme fix dpkg-control
* Build-Depends: libseqan2-dev (>= 2.1.1)
+ * Fix lintian-overrides
+ * hardening=+all
- -- Andreas Tille <tille at debian.org> Wed, 20 Jul 2016 10:47:35 +0200
+ -- Andreas Tille <tille at debian.org> Sat, 08 Apr 2017 08:15:44 +0200
flexbar (2.50-2) unstable; urgency=medium
Modified: trunk/packages/flexbar/trunk/debian/lintian-overrides
===================================================================
--- trunk/packages/flexbar/trunk/debian/lintian-overrides 2017-04-04 14:09:10 UTC (rev 23725)
+++ trunk/packages/flexbar/trunk/debian/lintian-overrides 2017-04-08 06:21:49 UTC (rev 23726)
@@ -1,4 +1,2 @@
# Upstream intends to provide both kind of compressions to test
-flexbar: duplicated-compressed-file usr/share/doc/flexbar/examples/test.fastq.*
-# False positive since this is just a copy or the file in upstream source
-flexbar: package-contains-timestamped-gzip usr/share/doc/flexbar/examples/test.fastq.gz
+flexbar: duplicated-compressed-file usr/share/doc/flexbar/examples/*
Modified: trunk/packages/flexbar/trunk/debian/rules
===================================================================
--- trunk/packages/flexbar/trunk/debian/rules 2017-04-04 14:09:10 UTC (rev 23725)
+++ trunk/packages/flexbar/trunk/debian/rules 2017-04-08 06:21:49 UTC (rev 23726)
@@ -2,6 +2,8 @@
# DH_VERBOSE := 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@
@@ -10,7 +12,7 @@
export PATH="$(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE):$$PATH" ; \
echo $$PATH ; \
which flexbar ; \
- ./flexbar_validate.sh
+ ./flexbar_test.sh
override_dh_auto_clean:
dh_auto_clean
More information about the debian-med-commit
mailing list