Andreas Tille pushed to branch master at Debian Med / ffp

Commits:
7197ba17 by Andreas Tille at 2018-10-16T12:57:28Z
debhelper 11

- - - - -
68c4c577 by Andreas Tille at 2018-10-16T12:57:31Z
Point Vcs fields to salsa.debian.org

- - - - -
8d4f525f by Andreas Tille at 2018-10-16T12:57:31Z
Standards-Version: 4.2.1

- - - - -
c782019a by Andreas Tille at 2018-10-16T13:13:22Z
Autobuild: yes

- - - - -
22ab5c96 by Andreas Tille at 2018-10-16T13:14:43Z
Fix interpreter path

- - - - -
8850a3bb by Andreas Tille at 2018-10-16T13:15:17Z
hardening=+all

- - - - -
757a7ea9 by Andreas Tille at 2018-10-16T13:21:40Z
Add Disclaimer

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,5 @@
 ffp (3.19-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #<bug>)
-  * Moved packaging from SVN to Git
 
  -- Andreas Tille <[email protected]>  Thu, 26 Nov 2015 17:09:45 +0100


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -2,14 +2,15 @@ Source: ffp
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Andreas Tille <[email protected]>
 Section: non-free/science
+XS-Autobuild: yes
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                perl-tk,
                ghostscript,
                groff
-Standards-Version: 3.9.6
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ffp.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/ffp.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/ffp
+Vcs-Git: https://salsa.debian.org/med-team/ffp.git
 Homepage: http://sourceforge.net/projects/ffp-phylogeny/
 
 Package: ffp


=====================================
debian/copyright
=====================================
@@ -1,7 +1,11 @@
-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-Name: FFP
 Upstream-Contact: Gregory E. Sims <[email protected]>
 Source: http://sourceforge.net/projects/ffp-phylogeny/files/
+Disclaimer: There is an ongoing discussion about the license which started here
+   https://lists.debian.org/debian-med/2018/02/msg00006.html
+ There were promising but unclear responses here
+   https://lists.debian.org/debian-med/2018/08/msg00052.html
 
 Files: *
 Copyright: 2009-2012 [email protected]
@@ -14,7 +18,7 @@ License: non-free
  please contact the authors.
 
 Files: debian/*
-Copyright: 2015 Andreas Tille <[email protected]>
+Copyright: 2015-2018 Andreas Tille <[email protected]>
 License: GPL-3+
  On Debian systems you can find the full text of GPL at
  /usr/share/common-licenses/GPL.


=====================================
debian/rules
=====================================
@@ -2,10 +2,16 @@
 
 # DH_VERBOSE := 1
 
-DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
        dh $@
 
 override_dh_compress:
        dh_compress --exclude=README
+
+override_dh_install:
+       dh_install
+       for pl in `grep -Rl '#!/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; 
do \
+           sed -i '1s?^#!/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' 
$${pl} ; \
+       done



View it on GitLab: 
https://salsa.debian.org/med-team/ffp/compare/d8c052f8491dd6b894f195cff600c401daecbeb1...757a7ea952e02fc6eb77ea2e0101188ba11e7e22

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/ffp/compare/d8c052f8491dd6b894f195cff600c401daecbeb1...757a7ea952e02fc6eb77ea2e0101188ba11e7e22
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to