[med-svn] [Git][med-team/gjh-asl-json][master] 6 commits: Do not hardcode x86_64-linux-gnu

Andreas Tille gitlab at salsa.debian.org
Mon Oct 26 17:22:08 GMT 2020



Andreas Tille pushed to branch master at Debian Med / gjh-asl-json


Commits:
44d43826 by Andreas Tille at 2020-10-26T17:59:02+01:00
Do not hardcode x86_64-linux-gnu

- - - - -
6036db19 by Andreas Tille at 2020-10-26T17:59:14+01:00
routine-update: debhelper-compat 13

- - - - -
1098d1f4 by Andreas Tille at 2020-10-26T17:59:21+01:00
routine-update: Remove trailing whitespace in debian/control

- - - - -
7f7c7059 by Andreas Tille at 2020-10-26T17:59:22+01:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
631d4b56 by Andreas Tille at 2020-10-26T17:59:23+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

- - - - -
44e4eec5 by Andreas Tille at 2020-10-26T18:00:06+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/fix-makefile-lib.patch
- debian/rules
- + debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+gjh-asl-json (0.0+git20180428.eb8720e-2) unstable; urgency=medium
+
+  * Team upload.
+  * Do not hardcode x86_64-linux-gnu
+    Closes: #972960
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/control (routine-update)
+  * Trim trailing whitespace.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+
+ -- Andreas Tille <tille at debian.org>  Mon, 26 Oct 2020 17:59:23 +0100
+
 gjh-asl-json (0.0+git20180428.eb8720e-1) unstable; urgency=medium
 
   * Initial release (Closes: #972264)


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andrei Rozanski <rozanski.andrei at gmail.com>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                 libamplsolver-dev
 Standards-Version: 4.5.0
 Homepage: https://github.com/ghackebeil/gjh_asl_json
@@ -15,9 +15,9 @@ Package: gjh-asl-json
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: gjh solver, like solver from AMPL Library
- A simple tool providing similar functionality 
- to that of the gjh "solver" distributed  with 
- the AMPL Solver Library. 
+ A simple tool providing similar functionality
+ to that of the gjh "solver" distributed  with
+ the AMPL Solver Library.
  .
- NLP information is summarized in a JSON-formatted 
+ NLP information is summarized in a JSON-formatted
  output file.


=====================================
debian/patches/fix-makefile-lib.patch
=====================================
@@ -10,7 +10,7 @@ Description: fix Makefile link to libamplsolver.
 -TPL=Thirdparty
 -
 +INC_DIR = /usr/include/ampl-netlib-solvers/
-+LIB = /usr/lib/x86_64-linux-gnu/
++LIB = /usr/lib/$(DEB_HOST_MULTIARCH)
  PREFIX=.
 +
  BIN=$(PREFIX)/bin


=====================================
debian/rules
=====================================
@@ -32,4 +32,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 #override_dh_dwz:
 #	echo "dh_dwz fails - no idea how to fix"
-


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/ghackebeil/gjh_asl_json/issues
+Bug-Submit: https://github.com/ghackebeil/gjh_asl_json/issues/new



View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/compare/92079830a92c01ea2e4198042f4d9551fd560a61...44e4eec57090420111917da4edcfb14a3b12fb2a

-- 
View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/compare/92079830a92c01ea2e4198042f4d9551fd560a61...44e4eec57090420111917da4edcfb14a3b12fb2a
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/20201026/1cf006f8/attachment-0001.html>


More information about the debian-med-commit mailing list