[med-svn] [Git][med-team/trinculo][master] 2 commits: You need to stick to the "version" we have as pristine tar. The '+dfsg' is...

Andreas Tille gitlab at salsa.debian.org
Tue Apr 7 14:17:01 BST 2020



Andreas Tille pushed to branch master at Debian Med / trinculo


Commits:
ce842f56 by Andreas Tille at 2020-04-07T15:15:26+02:00
You need to stick to the "version" we have as pristine tar.  The '+dfsg' is flagging the repackaged source.

- - - - -
6df3013e by Andreas Tille at 2020-04-07T15:16:11+02:00
Use CXX to be friendly to cross-builders; use CFLAGS/LDFLAGS to use default options for Debian builds - specifically for hardening and debugging

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-trinculo (0.96-1) UNRELEASED; urgency=medium
+trinculo (0.96+dfsg-1) UNRELEASED; urgency=medium
 
   [ Andreas Tille ]
   * Initial release (Closes: #955602)


=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ include /usr/share/dpkg/default.mk
 	dh $@
 
 override_dh_auto_build:
-	g++ -DLINUX -Isrc -o bin/trinculo src/trinculo.cpp -llapack -lpthread
+	$(CXX) $(CFLAGS) -DLINUX -Isrc -o bin/trinculo src/trinculo.cpp -llapack -lpthread $(LDFLAGS)
 
 ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
 # override_dh_auto_test:



View it on GitLab: https://salsa.debian.org/med-team/trinculo/-/compare/a54c79f2f7b18c6c0f0a6f0fbc8cd021dd413afe...6df3013ea81347bb8f1cf6d1f8d1535c00898602

-- 
View it on GitLab: https://salsa.debian.org/med-team/trinculo/-/compare/a54c79f2f7b18c6c0f0a6f0fbc8cd021dd413afe...6df3013ea81347bb8f1cf6d1f8d1535c00898602
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/20200407/fee36061/attachment-0001.html>


More information about the debian-med-commit mailing list