r47040 - in /packages/gspiceui/trunk/debian: changelog patches/01_makefile.patch

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu May 21 19:51:39 UTC 2015


Author: gudjon-guest
Date: Thu May 21 19:51:39 2015
New Revision: 47040

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47040
Log:
Change from UNRELEASED to unstable. Removed previously added CXXFLAGS from linker.

Modified:
    packages/gspiceui/trunk/debian/changelog
    packages/gspiceui/trunk/debian/patches/01_makefile.patch

Modified: packages/gspiceui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/changelog?rev=47040&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/changelog	(original)
+++ packages/gspiceui/trunk/debian/changelog	Thu May 21 19:51:39 2015
@@ -1,4 +1,4 @@
-gspiceui (1.1.00+dfsg-1) UNRELEASED; urgency=medium
+gspiceui (1.1.00+dfsg-1) unstable; urgency=medium
 
   * New release version
   * Bump standards version to 3.9.6

Modified: packages/gspiceui/trunk/debian/patches/01_makefile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/01_makefile.patch?rev=47040&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/patches/01_makefile.patch	(original)
+++ packages/gspiceui/trunk/debian/patches/01_makefile.patch	Thu May 21 19:51:39 2015
@@ -54,7 +54,7 @@
  
  $(BINDIR)/$(PROG) : $(OBJS)
 -	$(CXX) -pipe -o $(BINDIR)/$(PROG) obj/*.o $(LIBS)
-+	$(CXX) -pipe $(LDFLAGS) $(CXXFLAGS) -o $(BINDIR)/$(PROG) obj/*.o $(LIBS)
++	$(CXX) -pipe $(LDFLAGS) -o $(BINDIR)/$(PROG) obj/*.o $(LIBS)
  ifeq ($(ROOT)/GSpiceUI.app,$(wildcard $(ROOT)/GSpiceUI.app))
  	cp $(BINDIR)/$(PROG) $(ROOT)/GSpiceUI.app/Contents/MacOS/gspiceui
  endif




More information about the debian-science-commits mailing list