Author: lkajan Date: 2013-05-16 10:50:35 +0000 (Thu, 16 May 2013) New Revision: 13593
Modified: trunk/packages/dssp/trunk/debian/changelog trunk/packages/dssp/trunk/debian/control trunk/packages/dssp/trunk/debian/patches/makefile Log: 2.1.0-1: New upstream release. Boost got fixed, Closes: #708446. Modified: trunk/packages/dssp/trunk/debian/changelog =================================================================== --- trunk/packages/dssp/trunk/debian/changelog 2013-05-16 10:44:54 UTC (rev 13592) +++ trunk/packages/dssp/trunk/debian/changelog 2013-05-16 10:50:35 UTC (rev 13593) @@ -1,6 +1,9 @@ -dssp (2.1.0-1) UNRELEASED; urgency=low +dssp (2.1.0-1) unstable; urgency=low * New upstream release. + * Boost got fixed, bug was 'FTBFS: xtime.hpp:23:5: error: expected + identifier before numeric constant' (no changes to dssp were + required to solve bug) (Closes: #708446) -- Laszlo Kajan <[email protected]> Wed, 08 May 2013 18:20:06 +0200 Modified: trunk/packages/dssp/trunk/debian/control =================================================================== --- trunk/packages/dssp/trunk/debian/control 2013-05-16 10:44:54 UTC (rev 13592) +++ trunk/packages/dssp/trunk/debian/control 2013-05-16 10:50:35 UTC (rev 13593) @@ -5,7 +5,7 @@ Laszlo Kajan <[email protected]>, Andreas Tille <[email protected]> Build-Depends: debhelper (>= 7.0.50~), - libboost-filesystem-dev (>= 1.42.0), + libboost-filesystem-dev (>= 1.46.0), libboost-iostreams-dev (>= 1.42.0), libboost-program-options-dev (>= 1.42.0), libboost-system-dev (>= 1.42.0), Modified: trunk/packages/dssp/trunk/debian/patches/makefile =================================================================== --- trunk/packages/dssp/trunk/debian/patches/makefile 2013-05-16 10:44:54 UTC (rev 13592) +++ trunk/packages/dssp/trunk/debian/patches/makefile 2013-05-16 10:50:35 UTC (rev 13593) @@ -55,7 +55,7 @@ $(OBJ_DIR)/%.o: %.cpp | $(OBJ_DIR) - @ echo compiling $@ - @ $(CXX) -MD -c -o $@ $< $(CFLAGS) -+ $(CXX) -MD -c -o $@ $< $(CFLAGS) ++ $(CXX) -MD -c -o $@ $< $(CPPFLAGS) $(CFLAGS) clean: - install -d $(BIN_DIR) $(MAN_DIR) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
