CVS: setedit/debian control,1.24,1.25 rules,1.24,1.25
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2016-11-17 18:24:45
|
Update of /cvsroot/setedit/setedit/debian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22569/debian Modified Files: control rules Log Message: * Added: [Debian] multi-arch tag. * Added: [Debian] To compile using all installed CPUs. * Modified: Editor desktop files to allow 32 -> 64 bits migration. * Added: Support for LP64 architectures (i.e. AMD64) * Fixed: Uses of memcpy that could potentially generate problems, some of them were problematic. * Added: More checks when reading setenvir.dat. * Fixed: [txhgen.cc] Potential use of unitilialized var. * Fixed: [Errors parser] to support the new gnu make quotation style. Index: control =================================================================== RCS file: /cvsroot/setedit/setedit/debian/control,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** control 14 Jul 2010 14:43:45 -0000 1.24 --- control 17 Nov 2016 18:24:42 -0000 1.25 *************** *** 9,12 **** --- 9,13 ---- Section: editors Architecture: any + Multi-Arch: foreign Depends: ${shlibs:Depends}, debconf Recommends: man *************** *** 33,36 **** --- 34,38 ---- Section: doc Architecture: any + Multi-Arch: foreign Depends: ${shlibs:Depends} Recommends: man Index: rules =================================================================== RCS file: /cvsroot/setedit/setedit/debian/rules,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** rules 3 Oct 2004 22:29:01 -0000 1.24 --- rules 17 Nov 2016 18:24:42 -0000 1.25 *************** *** 26,31 **** CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure \ --prefix=$(shell pwd)/debian/tmp/usr --fhs --no-comp-exe ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -C makes libset touch build-stamp --- 26,31 ---- CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure \ --prefix=$(shell pwd)/debian/tmp/usr --fhs --no-comp-exe ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -j `nproc` ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -j `nproc` -C makes libset touch build-stamp |