Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Point Vcs fields to salsa.debian.org
· d4eb913d
Andreas Tille
authored
Oct 29, 2018
d4eb913d
Standards-Version: 4.2.1
· b0d00143
Andreas Tille
authored
Oct 29, 2018
b0d00143
Remove trailing whitespace in debian/copyright
· 72b6dc43
Andreas Tille
authored
Oct 29, 2018
72b6dc43
Fix Perl interpreter path
· 9d463cce
Andreas Tille
authored
Oct 29, 2018
9d463cce
Upload to unstable
· 1a4d1d26
Andreas Tille
authored
Oct 29, 2018
1a4d1d26
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1a4d1d26
mcl (1:14-137+ds-2) unstable; urgency=medium
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/copyright
* Fix Perl interpreter path
-- Andreas Tille <tille@debian.org> Mon, 29 Oct 2018 09:51:31 +0100
mcl (1:14-137+ds-1) unstable; urgency=medium
* Do not save copies of docs in d/rules
...
...
debian/control
View file @
1a4d1d26
...
...
@@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 11~),
zoem,
tidy,
aephea
Standards-Version: 4.
1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med/mcl.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/mcl.git
Standards-Version: 4.
2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team/mcl
Vcs-Git: https://
salsa
.debian.org/
med-team
/mcl.git
Homepage: http://micans.org/mcl/
Package: mcl
...
...
debian/copyright
View file @
1a4d1d26
debian/rules
View file @
1a4d1d26
...
...
@@ -71,3 +71,9 @@ override_dh_clean:
override_dh_auto_configure:
dh_auto_configure -- $(confflags)
override_dh_install:
dh_install
for pl in `grep -Rl '#![[:space:]]*/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
sed -i '1s?^#![[:space:]]*/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
done