Author: malat-guest Date: 2011-10-27 23:37:22 +0000 (Thu, 27 Oct 2011) New Revision: 8328
Removed: trunk/packages/activiz.net/debian/patches/cmake_version.patch Modified: trunk/packages/activiz.net/debian/README.Debian trunk/packages/activiz.net/debian/activiz.net-doc.docs trunk/packages/activiz.net/debian/control trunk/packages/activiz.net/debian/get-orig-source.sh trunk/packages/activiz.net/debian/patches/series trunk/packages/activiz.net/debian/rules Log: mummy has been push to unstable. rework activiz.net Modified: trunk/packages/activiz.net/debian/README.Debian =================================================================== --- trunk/packages/activiz.net/debian/README.Debian 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/README.Debian 2011-10-27 23:37:22 UTC (rev 8328) @@ -4,4 +4,7 @@ The original package expect to find the Build Tree of VTK to parse the CMakeCache.txt file The build system was modified to only expect an Install Tree of VTK. +Upstream does not ship a private/public key pair (only the public *.pub.snk is provided), instead +use /usr/share/cli-common/keys/mono.snk as explained in debian CLI policy 3.2.5 + -- Mathieu Malaterre <[email protected]> Wed, 16 Feb 2011 20:36:39 +0100 Modified: trunk/packages/activiz.net/debian/activiz.net-doc.docs =================================================================== --- trunk/packages/activiz.net/debian/activiz.net-doc.docs 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/activiz.net-doc.docs 2011-10-27 23:37:22 UTC (rev 8328) @@ -0,0 +1 @@ +Documentation/UsersGuide.pdf Modified: trunk/packages/activiz.net/debian/control =================================================================== --- trunk/packages/activiz.net/debian/control 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/control 2011-10-27 23:37:22 UTC (rev 8328) @@ -4,9 +4,9 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), cmake, mummy, gccxml, libvtk5-dev (= 5.6), mono-devel +Build-Depends: debhelper (>= 8), cmake (>= 2.8.3), mummy, libkitware-mummy-runtime1.0-cil, gccxml, libvtk5-dev (>= 5.6), mono-devel, cli-common-dev (>= 0.5.7) Build-Depends-Indep: doxygen (>= 1.6.2), graphviz -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://www.kitware.com/products/avdownload.php Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/activiz.net/trunk Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/activiz.net/trunk Modified: trunk/packages/activiz.net/debian/get-orig-source.sh =================================================================== --- trunk/packages/activiz.net/debian/get-orig-source.sh 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/get-orig-source.sh 2011-10-27 23:37:22 UTC (rev 8328) @@ -11,6 +11,11 @@ cd activiz.net-$VERSION rm -rf .git +# W: activiz.net-examples: windows-devel-file-in-package usr/share/activiz.net/examples/Dialog/VB/Dialog.sln +#find . -name "*.sln" -exec rm {} \; +#find . -name "*.sln.in" -exec rm {} \; +#find . -name Thumbs.db -exec rm {} \; + cd .. GZIP=-9 tar cfz activiz.net_$VERSION.orig.tar.gz activiz.net-$VERSION Deleted: trunk/packages/activiz.net/debian/patches/cmake_version.patch =================================================================== --- trunk/packages/activiz.net/debian/patches/cmake_version.patch 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/patches/cmake_version.patch 2011-10-27 23:37:22 UTC (rev 8328) @@ -1,10 +0,0 @@ -Index: activizdotnet-5.6.1/CMakeLists.txt -=================================================================== ---- activizdotnet-5.6.1.orig/CMakeLists.txt 2011-02-16 20:37:30.000000000 +0100 -+++ activizdotnet-5.6.1/CMakeLists.txt 2011-02-16 20:37:35.000000000 +0100 -@@ -1,4 +1,4 @@ --CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3 FATAL_ERROR) -+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.2 FATAL_ERROR) - PROJECT(ActiVizDotNet) - - Modified: trunk/packages/activiz.net/debian/patches/series =================================================================== --- trunk/packages/activiz.net/debian/patches/series 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/patches/series 2011-10-27 23:37:22 UTC (rev 8328) @@ -1,4 +1,3 @@ -cmake_version.patch mummy_runtime_path.patch vtk_cxx_files.patch remove_testing.patch Modified: trunk/packages/activiz.net/debian/rules =================================================================== --- trunk/packages/activiz.net/debian/rules 2011-10-27 21:12:24 UTC (rev 8327) +++ trunk/packages/activiz.net/debian/rules 2011-10-27 23:37:22 UTC (rev 8328) @@ -1,13 +1,8 @@ #!/usr/bin/make -f - -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This has to be exported to make some magic below work. -export DH_OPTIONS - %: - dh --parallel $@ + dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- -DAVDN_INSTALL_PREFIX:PATH=/usr -DAVDN_SNKEYFILE:STRING=/usr/share/cli-common/keys/mono.snk -DAVDN_BUILD_CSHARP_DEBUG:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DGENERATE_DOXYGEN:BOOL=ON @@ -16,6 +11,10 @@ override_dh_shlibdeps: dh_shlibdeps -- --ignore-missing-info +override_dh_install: + find . -name *.sln -delete + dh_install + override_dh_compress: dh_compress -XUsersGuide.pdf _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
