Andreas Tille pushed to branch master at Debian Med / liblemon


Commits:
e5da5227 by Andreas Tille at 2020-01-09T15:54:37+01:00
routine-update: debhelper-compat 12

- - - - -
e8c66a52 by Andreas Tille at 2020-01-09T15:54:43+01:00
routine-update: Standards-Version: 4.4.1

- - - - -
7b534665 by Andreas Tille at 2020-01-09T15:55:07+01:00
R-U: DEB_BUILD_OPTIONS allow override_dh_auto_test

- - - - -
d7e37abb by Andreas Tille at 2020-01-09T15:55:07+01:00
R-U: Trailing whitespace in debian/rules

- - - - -
de6706c4 by Andreas Tille at 2020-01-09T15:55:09+01:00
Use secure URI in Homepage field.

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

- - - - -


4 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,11 @@ liblemon (1.3.1+dfsg-3) UNRELEASED; urgency=medium
 
   * Drop workaround for jquery.js which is not used any more
   * Secure URI in watch file
+  * debhelper-compat 12
+  * Standards-Version: 4.4.1
+  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+  * Remove trailing whitespace in debian/rules
+  * Use secure URI in Homepage field.
 
  -- Andreas Tille <[email protected]>  Wed, 30 Jan 2019 10:53:57 +0100
 


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


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team 
<[email protected].
 Uploaders: Andreas Tille <[email protected]>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
                cmake,
                d-shlibs,
                libglpk-dev,
@@ -12,10 +12,10 @@ Build-Depends: debhelper (>= 11~),
                graphviz,
                libjs-mathjax,
                ghostscript
-Standards-Version: 4.2.0
+Standards-Version: 4.4.1
 Vcs-Browser: https://salsa.debian.org/med-team/liblemon
 Vcs-Git: https://salsa.debian.org/med-team/liblemon.git
-Homepage: http://lemon.cs.elte.hu/trac/lemon
+Homepage: https://lemon.cs.elte.hu/trac/lemon
 
 Package: liblemon1.3.1
 Architecture: any


=====================================
debian/rules
=====================================
@@ -14,12 +14,14 @@ override_dh_auto_build:
        cd obj-*/doc && make html
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        cd obj-* && make check
+endif
 
 override_dh_install:
        dh_install
        cp -a obj-*/lemon/liblemon_static.a debian/tmp/usr/lib/liblemon.a
-       # Modify CMake config file to add multiarch 
+       # Modify CMake config file to add multiarch
        sed -i 's:usr/lib:usr/lib/$(DEB_HOST_MULTIARCH):' 
debian/tmp/usr/share/lemon/cmake/*
        d-shlibmove --commit \
                    --multiarch \



View it on GitLab: 
https://salsa.debian.org/med-team/liblemon/-/compare/58975cb4ac2d6d4380748ded92e261280ae49e3d...de6706c45e5c22137e1faa35e890efda0b103615

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/liblemon/-/compare/58975cb4ac2d6d4380748ded92e261280ae49e3d...de6706c45e5c22137e1faa35e890efda0b103615
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