r36783 - /packages/gmsh/trunk/debian/rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Wed Aug 11 12:32:24 UTC 2010


Author: prudhomm
Date: Wed Aug 11 12:32:21 2010
New Revision: 36783

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36783
Log:
fix lintian warning
make lib

Modified:
    packages/gmsh/trunk/debian/rules

Modified: packages/gmsh/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh/trunk/debian/rules?rev=36783&op=diff
==============================================================================
--- packages/gmsh/trunk/debian/rules (original)
+++ packages/gmsh/trunk/debian/rules Wed Aug 11 12:32:21 2010
@@ -8,7 +8,7 @@
 
 include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 #ENABLE_MED=--enable-med
 #ENABLE_MED=--disable-med
@@ -57,6 +57,7 @@
 GMSH_VERSION=$(DEB_STRIPPED_UPSTREAM_VERSION)
 
 build/gmsh::
+	cd $(DEB_BUILDDIR) && $(MAKE) lib
 	cd $(DEB_BUILDDIR) && $(MAKE) pdf html info
 
 install/gmsh::




More information about the debian-science-commits mailing list