r36613 - in /packages/vmtk/trunk/debian: changelog rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Thu Jun 3 17:20:21 UTC 2010


Author: johannr-guest
Date: Thu Jun  3 17:20:21 2010
New Revision: 36613

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36613
Log:
Build minimum install and with library version. Also install man page.

Modified:
    packages/vmtk/trunk/debian/changelog
    packages/vmtk/trunk/debian/rules

Modified: packages/vmtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/changelog?rev=36613&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/changelog (original)
+++ packages/vmtk/trunk/debian/changelog Thu Jun  3 17:20:21 2010
@@ -1,5 +1,5 @@
-vmtk (0.9~bzr273-1) unstable; urgency=low
+vmtk (0.9~bzr276-1) unstable; urgency=low
 
   * Initial release (Closes: #584222)
 
- -- Johannes Ring <johannr at simula.no>  Sun, 30 May 2010 16:08:58 +0200
+ -- Johannes Ring <johannr at simula.no>  Thu, 03 Jun 2010 19:11:14 +0200

Modified: packages/vmtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/rules?rev=36613&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/rules (original)
+++ packages/vmtk/trunk/debian/rules Thu Jun  3 17:20:21 2010
@@ -17,6 +17,8 @@
 endif
 
 DEB_CMAKE_EXTRA_FLAGS= \
+	-D VMTK_MINIMAL_INSTALL:BOOL=ON \
+	-D VMTK_WITH_LIBRARY_VERSION:BOOL=ON \
 	-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
 	-D BUILD_SHARED_LIBS:BOOL=ON \
 	-D CMAKE_SKIP_RPATH:BOOL=ON \
@@ -52,7 +54,8 @@
 	dh_pysupport -p$(cdbs_curpkg)
 
 install/vmtk::
-	dh_install -p$(cdbs_curpkg) debian/tmp/usr/bin/* usr/bin
+	dh_install -p$(cdbs_curpkg) debian/tmp/usr/bin/vmtk usr/bin
+	dh_installman -p$(cdbs_curpkg) debian/vmtk.1
 
 USCAN_DESTDIR := $(CURDIR)
 REVISION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut -d'r' -f2)




More information about the debian-science-commits mailing list