Codebase list libsbml / f0bd593
hardening=+all Andreas Tille 7 years ago
2 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1010 - xz compression for repackaged upstream source
1111 - version=4
1212 * cme fix dpkg-control
13 * hardening=+all
1314
1415 -- Afif Elghraoui <afif@debian.org> Tue, 13 Dec 2016 11:11:27 +0100
1516
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22 # debian/rules for libsbml
3
4 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
35
46 ### define the VARS ###
57 version := $(shell dpkg-parsechangelog | grep Version | cut -d\ -f2 | cut -d- -f1)