[med-svn] r22634 - trunk/packages/mapsembler2/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Jul 26 07:24:32 UTC 2016


Author: tille
Date: 2016-07-26 07:24:31 +0000 (Tue, 26 Jul 2016)
New Revision: 22634

Modified:
   trunk/packages/mapsembler2/trunk/debian/changelog
   trunk/packages/mapsembler2/trunk/debian/control
   trunk/packages/mapsembler2/trunk/debian/copyright
   trunk/packages/mapsembler2/trunk/debian/rules
Log:
cme fix dpkg-control, DEP5 syntax, hardening=+all



Modified: trunk/packages/mapsembler2/trunk/debian/changelog
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/changelog	2016-07-25 18:48:24 UTC (rev 22633)
+++ trunk/packages/mapsembler2/trunk/debian/changelog	2016-07-26 07:24:31 UTC (rev 22634)
@@ -3,8 +3,13 @@
   * Fix type of prefix_trashable since gcc-5 is picky about it (Thanks to
     Gianfranco Costamagna <costamagnagianfranco at yahoo.it> for the hint)
     Closes: #797526
-    d/copyright: add Upstream-Contact
+  * cme fix dpkg-control
+  * DEP5 syntax
+  * hardening=+all
 
+  [ Olivier Sallou ]
+  * d/copyright: add Upstream-Contact
+
  -- Andreas Tille <tille at debian.org>  Tue, 01 Sep 2015 11:12:52 +0200
 
 mapsembler2 (2.2.3+dfsg-2) unstable; urgency=medium

Modified: trunk/packages/mapsembler2/trunk/debian/control
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/control	2016-07-25 18:48:24 UTC (rev 22633)
+++ trunk/packages/mapsembler2/trunk/debian/control	2016-07-26 07:24:31 UTC (rev 22634)
@@ -12,8 +12,8 @@
                libhdf5-dev,
                libcppunit-dev,
                libboost-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mapsembler2/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/mapsembler2/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mapsembler2/trunk/
 Homepage: http://colibread.inria.fr/mapsembler2/
 

Modified: trunk/packages/mapsembler2/trunk/debian/copyright
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/copyright	2016-07-25 18:48:24 UTC (rev 22633)
+++ trunk/packages/mapsembler2/trunk/debian/copyright	2016-07-26 07:24:31 UTC (rev 22634)
@@ -12,21 +12,11 @@
 Files: *
 Copyright: 2013 INRIA / IRISA
 License: AGPL-3+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program.  If not, see <http://www.gnu.org/licenses/>.
- .
- The complete text of the GNU Affero General Public License
- can be found in the file `/usr/share/doc/mapsembler2/LICENCE.md.gz'.
 
+Files: mapsembler2_extremities/thirdparty/gatb-core/*
+Copyright: 2014 INRIA R.Chikhi, G.Rizk, E.Drezen
+License: AGPL-3+
+
 Files: mapsembler2_extremities/thirdparty/gatb-core/thirdparty/emphf/*
 Copyright: 2013 Giuseppe Ottaviano <giuott at gmail.com>
 License: Apache-2.0
@@ -76,24 +66,13 @@
 Copyright: 2012 Rayan Chiki <rayan.chikhi at ens-cachan.org>
            2012 Guillaume Rizk
 License: AGPL-3+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program.  If not, see <http://www.gnu.org/licenses/>.
- .
- The complete text of the GNU Affero General Public License
- can be found in the file `/usr/share/doc/mapsembler2/LICENCE.md.gz'.
 
+Files: debian/*
+Copyright: 2013 Olivier Sallou <osallou at debian.org>
+License: GPL-2+
+ The Debian packaging is licensed under the GPL which is available at
+ `/usr/share/common-licenses/GPL'.
 
-Files: mapsembler2_extremities/thirdparty/gatb-core/*
-Copyright: 2014 INRIA R.Chikhi, G.Rizk, E.Drezen
 License: AGPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero General Public License as published by
@@ -110,9 +89,3 @@
  The complete text of the GNU Affero General Public License
  can be found in the file `/usr/share/doc/mapsembler2/LICENCE.md.gz'.
 
-Files: debian/*
-Copyright: 2013 Olivier Sallou <osallou at debian.org>
-License: GPL-2+
- The Debian packaging is licensed under the GPL which is available at
- `/usr/share/common-licenses/GPL'.
-

Modified: trunk/packages/mapsembler2/trunk/debian/rules
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/rules	2016-07-25 18:48:24 UTC (rev 22633)
+++ trunk/packages/mapsembler2/trunk/debian/rules	2016-07-26 07:24:31 UTC (rev 22634)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 SRC_VERSION =$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')




More information about the debian-med-commit mailing list