[med-svn] [Git][med-team/gjh-asl-json][master] fixed control file format and patch file - lib case

Andrei Rozanski gitlab at salsa.debian.org
Sat Oct 3 14:58:40 BST 2020



Andrei Rozanski pushed to branch master at Debian Med / gjh-asl-json


Commits:
990b8d6b by Andrei Rozanski at 2020-10-03T15:58:33+02:00
fixed control file format and patch file - lib case

- - - - -


2 changed files:

- debian/control
- debian/patches/fix-makefile-lib.patch


Changes:

=====================================
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 (= 13),
+Build-Depends: debhelper-compat (= 12),
                 libamplsolver-dev
 Standards-Version: 4.3.0
 Homepage: https://github.com/ghackebeil/gjh_asl_json
@@ -15,4 +15,5 @@ Package: gjh-asl-json
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: gjh "solver" like solution.
-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 output file
+ 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 output file.


=====================================
debian/patches/fix-makefile-lib.patch
=====================================
@@ -26,7 +26,7 @@
  $(BIN)/gjh_asl_json: $(SRC)/gjh_asl_json.o \
  	             $(SRC)/AmplInterface.o \
 -		     $(TPL)/solvers/amplsolver.a
-+		     $(lib)/libamplsolver.a
++		     $(LIB)/libamplsolver.a
  	@mkdir -p $(BIN)
  	$(CXX) $(COVERAGE) $(CFLAGS) $(CINC) $^ $(LDFLAGS) -o $@
  



View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/commit/990b8d6b40fb21dc5abfed2571f9f2009597a0f9

-- 
View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/commit/990b8d6b40fb21dc5abfed2571f9f2009597a0f9
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/20201003/c842782b/attachment.html>


More information about the debian-med-commit mailing list