Skip to content
Commits on Source (8)
mlv-smile (1.47-6) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* hardening=+all
-- Andreas Tille <tille@debian.org> Tue, 23 Oct 2018 17:19:02 +0200
mlv-smile (1.47-5) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -5,10 +5,10 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mlv-smile.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/mlv-smile.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/mlv-smile
Vcs-Git: https://salsa.debian.org/med-team/mlv-smile.git
Homepage: http://www-igm.univ-mlv.fr/~marsan/smile_english.html
Package: mlv-smile
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Alain.Viari@inrialpes.fr
Source: http://www-igm.univ-mlv.fr/~marsan/smile_english.html
......
Desription: Add install target to Makefiles
Description: Add install target to Makefiles
Author: Steffen Moeller <moeller@pzr.uni-rostock.de>
Last-Update: 2011-05-20
--- smile-1.47.orig/P_BLOCS/Makefile
......
Desription: Spelling error altough -> although
Description: Spelling error altough -> although
Author: Thorsten Alteholz <debian@alteholz.de>
Last-Update: 2011-05-20
--- smile-1.47.orig/SigStat/src/io.c 2011-05-16 18:18:45.000000000 +0200
......
Desription: Different patches for Debian.
Description: Different patches for Debian.
Author: Steffen Moeller <moeller@pzr.uni-rostock.de>
Last-Update: 2011-05-20
--- smile-1.47.orig/P_BLOCS/src/allocateurs.c
......
......@@ -3,6 +3,8 @@
# Thorsten Alteholz <debian@alteholz.de>
# GPL
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
......