[med-svn] [Git][med-team/anfo][master] 11 commits: routine-update: Standards-Version: 4.5.1

Andreas Tille gitlab at salsa.debian.org
Wed Nov 25 19:07:43 GMT 2020



Andreas Tille pushed to branch master at Debian Med / anfo


Commits:
bae3aa01 by Andreas Tille at 2020-11-25T14:52:20+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
2b9e175c by Andreas Tille at 2020-11-25T14:52:20+01:00
routine-update: debhelper-compat 13

- - - - -
4992f655 by Andreas Tille at 2020-11-25T14:54:50+01:00
routine-update: Remove trailing whitespace in debian/rules

- - - - -
6955abed by Andreas Tille at 2020-11-25T14:54:50+01:00
routine-update: Add salsa-ci file

- - - - -
d998c8ea by Andreas Tille at 2020-11-25T14:54:50+01:00
routine-update: Rules-Requires-Root: no

- - - - -
0f112925 by Andreas Tille at 2020-11-25T14:54:51+01:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -
11169a87 by Andreas Tille at 2020-11-25T14:55:11+01:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
56340965 by Andreas Tille at 2020-11-25T17:33:54+01:00
Install files of /usr/libexec

- - - - -
3a1efc66 by Andreas Tille at 2020-11-25T18:08:48+01:00
Fix install

- - - - -
8ddafeee by Andreas Tille at 2020-11-25T20:04:08+01:00
Really remove *.la file

- - - - -
d8c6383e by Andreas Tille at 2020-11-25T20:06:07+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/anfo.install
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- debian/watch


Changes:

=====================================
debian/anfo.install
=====================================
@@ -1,3 +1,3 @@
 usr/bin		usr
-usr/lib		usr
 usr/share	usr
+usr/libexec/*	usr/lib/anfo


=====================================
debian/changelog
=====================================
@@ -1,8 +1,19 @@
-anfo (0.98-8) UNRELEASED; urgency=medium
+anfo (0.98-8) unstable; urgency=medium
 
+  [ Jelmer Vernooij ]
   * Trim trailing whitespace.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Sat, 20 Oct 2018 12:47:47 +0000
+  [ Andreas Tille ]
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/rules (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Update watch file format version to 4.
+  * Use secure URI in Homepage field.
+  * Install files of /usr/libexec
+
+ -- Andreas Tille <tille at debian.org>  Wed, 25 Nov 2020 20:04:18 +0100
 
 anfo (0.98-7) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                libpopt-dev,
                libprotobuf-dev,
                libelk0-dev,
@@ -14,10 +14,11 @@ Build-Depends: debhelper (>= 11~),
                pkg-config,
                protobuf-compiler,
                d-shlibs (>= 0.77)
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/anfo
 Vcs-Git: https://salsa.debian.org/med-team/anfo.git
-Homepage: http://bioinf.eva.mpg.de/anfo/
+Homepage: https://bioinf.eva.mpg.de/anfo/
+Rules-Requires-Root: no
 
 Package: anfo
 Architecture: any


=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 # Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 include /usr/share/dpkg/default.mk
 
@@ -12,13 +12,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh  $@
 
 override_dh_install:
-	rm `find debian/tmp -name '*.la'`
 	d-shlibmove --commit \
 		    --multiarch \
 		    --movedev debian/tmp/usr/include/* usr/include \
 		    debian/tmp/usr/lib/*/libanfo.so
+	find debian -name "lib*.la" -delete
 	dh_install
-	mv debian/$(DEB_SOURCE)/usr/lib/* debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)
 
 override_dh_installman:
 	dh_installman
@@ -28,4 +27,4 @@ override_dh_installman:
 # ./scm files should not be executable
 override_dh_fixperms:
 	dh_fixperms
-	find debian/anfo -perm -5 -type f \( -name '*.scm' \)  -print0 2>/dev/null | xargs -0r chmod 644	
+	find debian/anfo -perm -5 -type f \( -name '*.scm' \)  -print0 2>/dev/null | xargs -0r chmod 644


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://bioinf.eva.mpg.de/anfo/ anfo-([.0-9]*).tar.gz



View it on GitLab: https://salsa.debian.org/med-team/anfo/-/compare/35238003d50d8de1093756215441f4bf72ee06bc...d8c6383ea77d73e7d8a833448059ea02d8fd511f

-- 
View it on GitLab: https://salsa.debian.org/med-team/anfo/-/compare/35238003d50d8de1093756215441f4bf72ee06bc...d8c6383ea77d73e7d8a833448059ea02d8fd511f
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/20201125/8b29f927/attachment-0001.html>


More information about the debian-med-commit mailing list