[med-svn] [Git][med-team/mcl][master] 5 commits: Point Vcs fields to salsa.debian.org
Andreas Tille
gitlab at salsa.debian.org
Mon Oct 29 08:53:15 GMT 2018
Andreas Tille pushed to branch master at Debian Med / mcl
Commits:
d4eb913d by Andreas Tille at 2018-10-29T08:48:17Z
Point Vcs fields to salsa.debian.org
- - - - -
b0d00143 by Andreas Tille at 2018-10-29T08:48:17Z
Standards-Version: 4.2.1
- - - - -
72b6dc43 by Andreas Tille at 2018-10-29T08:48:18Z
Remove trailing whitespace in debian/copyright
- - - - -
9d463cce by Andreas Tille at 2018-10-29T08:51:24Z
Fix Perl interpreter path
- - - - -
1a4d1d26 by Andreas Tille at 2018-10-29T08:52:48Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 at 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
=====================================
@@ -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
=====================================
@@ -61,5 +61,5 @@ License: GPL-2
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
.
- On Debian GNU/Linux systems, the complete text of the GNU General Public
+ On Debian GNU/Linux systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/mcl/compare/050ca4ea3a685d430a402f1d608101e6dcd0d13e...1a4d1d26275420c43445b4a19173222895ab56e9
--
View it on GitLab: https://salsa.debian.org/med-team/mcl/compare/050ca4ea3a685d430a402f1d608101e6dcd0d13e...1a4d1d26275420c43445b4a19173222895ab56e9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181029/8bf238df/attachment-0001.html>
More information about the debian-med-commit
mailing list