Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
debhelper 11
· e30e9640
Andreas Tille
authored
Oct 23, 2018
e30e9640
Point Vcs fields to salsa.debian.org
· 20691d84
Andreas Tille
authored
Oct 23, 2018
20691d84
Standards-Version: 4.2.1
· 8c95358f
Andreas Tille
authored
Oct 23, 2018
8c95358f
Secure URI in copyright format
· efa16876
Andreas Tille
authored
Oct 23, 2018
efa16876
Fix spelling
· 0ff67309
Andreas Tille
authored
Oct 23, 2018
0ff67309
hardening=+all
· ddc60b89
Andreas Tille
authored
Oct 23, 2018
ddc60b89
Spelling
· c658d98f
Andreas Tille
authored
Oct 23, 2018
c658d98f
Upload to unstable
· ebab35c9
Andreas Tille
authored
Oct 23, 2018
ebab35c9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ebab35c9
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
...
...
debian/compat
View file @
ebab35c9
1
0
1
1
debian/control
View file @
ebab35c9
...
...
@@ -5,10 +5,10 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
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 (>= 1
1~
)
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
...
...
debian/copyright
View file @
ebab35c9
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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
...
...
debian/patches/Makefile.patch
View file @
ebab35c9
Desription: Add install target to Makefiles
Des
c
ription: 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
...
...
debian/patches/although.patch
View file @
ebab35c9
Desription: Spelling error altough -> although
Des
c
ription: 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
...
...
debian/patches/misc.patch
View file @
ebab35c9
Desription: Different patches for Debian.
Des
c
ription: 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
...
...
debian/rules
View file @
ebab35c9
...
...
@@ -3,6 +3,8 @@
# Thorsten Alteholz <debian@alteholz.de>
# GPL
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
...
...