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 <[email protected]> Uploaders: Andrei Rozanski <[email protected]> -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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
