r46531 - in /packages/cbp2make/trunk/debian: control patches/Makefile.patch

olebole-guest at users.alioth.debian.org olebole-guest at users.alioth.debian.org
Mon Feb 17 12:05:01 UTC 2014


Author: olebole-guest
Date: Mon Feb 17 12:05:00 2014
New Revision: 46531

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46531
Log:
Use tinyxml instead of tinyxml2

Modified:
    packages/cbp2make/trunk/debian/control
    packages/cbp2make/trunk/debian/patches/Makefile.patch

Modified: packages/cbp2make/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/control?rev=46531&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/control	(original)
+++ packages/cbp2make/trunk/debian/control	Mon Feb 17 12:05:00 2014
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0), linbtinyxml2-dev
+Build-Depends: debhelper (>= 8.0.0), libtinyxml-dev
 Standards-Version: 3.9.5
 Homepage: http://cbp2make.sf.net
 #Vcs-Git: git://git.debian.org/collab-maint/cbp2make.git

Modified: packages/cbp2make/trunk/debian/patches/Makefile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/patches/Makefile.patch?rev=46531&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/patches/Makefile.patch	(original)
+++ packages/cbp2make/trunk/debian/patches/Makefile.patch	Mon Feb 17 12:05:00 2014
@@ -18,7 +18,7 @@
 +LIBDIR +=
 +LIB +=
 +LDFLAGS +=
-+#LDFLAGS += -ltinyxml2
++LDFLAGS += -ltinyxml
  
  INC_DEBUG =  $(INC)
  CFLAGS_DEBUG =  $(CFLAGS) -g




More information about the debian-science-commits mailing list