Author: malat-guest Date: 2011-11-23 19:34:22 +0000 (Wed, 23 Nov 2011) New Revision: 8666
Added: trunk/packages/activiz.net/tags/1:1.0~git20111123-1/ trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source Removed: trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source Log: [svn-buildpackage] Tagging activiz.net 1:1.0~git20111123-1 Deleted: trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog =================================================================== --- trunk/packages/activiz.net/trunk/debian/changelog 2011-11-23 17:26:30 UTC (rev 8663) +++ trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog 2011-11-23 19:34:22 UTC (rev 8666) @@ -1,29 +0,0 @@ -activiz.net (1:1.0~git20111123-1) UNRELEASED; urgency=low - - [ Thorsten Alteholz ] - * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow - automatic build with svn-buildpackage - - [ Mathieu Malaterre ] - * Fix compilation issue with VTK 5.8.0 - - -- Mathieu Malaterre <[email protected]> Mon, 21 Nov 2011 18:00:00 +0100 - -activiz.net (5.6.1-3) unstable; urgency=low - - * Need doxygen-latex to pull dvips/latex dependency. - * Use trick to conditionnaly set GENERATE_DOXYGEN. Closes: #648074 - - -- Mathieu Malaterre <[email protected]> Thu, 10 Nov 2011 22:22:20 +0100 - -activiz.net (5.6.1-2) unstable; urgency=low - - * Fix issue on buildd machine where doxygen would not be available - - -- Mathieu Malaterre <[email protected]> Wed, 09 Nov 2011 10:23:06 +0100 - -activiz.net (5.6.1-1) unstable; urgency=low - - * Initial release (Closes: #611764) - - -- Mathieu Malaterre <[email protected]> Mon, 31 Oct 2011 15:44:31 +0100 Copied: trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog (from rev 8664, trunk/packages/activiz.net/trunk/debian/changelog) =================================================================== --- trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog (rev 0) +++ trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/changelog 2011-11-23 19:34:22 UTC (rev 8666) @@ -0,0 +1,30 @@ +activiz.net (1:1.0~git20111123-1) unstable; urgency=low + + [ Thorsten Alteholz ] + * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow + automatic build with svn-buildpackage + + [ Mathieu Malaterre ] + * Fix compilation issue with VTK 5.8.0 + * Automatically computes soversion information from vtk version + + -- Mathieu Malaterre <[email protected]> Wed, 23 Nov 2011 18:28:01 +0100 + +activiz.net (5.6.1-3) unstable; urgency=low + + * Need doxygen-latex to pull dvips/latex dependency. + * Use trick to conditionnaly set GENERATE_DOXYGEN. Closes: #648074 + + -- Mathieu Malaterre <[email protected]> Thu, 10 Nov 2011 22:22:20 +0100 + +activiz.net (5.6.1-2) unstable; urgency=low + + * Fix issue on buildd machine where doxygen would not be available + + -- Mathieu Malaterre <[email protected]> Wed, 09 Nov 2011 10:23:06 +0100 + +activiz.net (5.6.1-1) unstable; urgency=low + + * Initial release (Closes: #611764) + + -- Mathieu Malaterre <[email protected]> Mon, 31 Oct 2011 15:44:31 +0100 Deleted: trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source =================================================================== --- trunk/packages/activiz.net/trunk/debian/get-orig-source 2011-11-23 17:26:30 UTC (rev 8663) +++ trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source 2011-11-23 19:34:22 UTC (rev 8666) @@ -1,27 +0,0 @@ -#!/bin/sh - -PACKAGE=activiz.net - -# We need to be matching VTK version actually: -#VERSION=5.8.0 -VERSION=`dpkg-parsechangelog | grep '^Version' | cut -f1 -d- | cut -d: -f3` - -# -# put orig.tar in ../tarballs (-> default location for svn-buildpackage) -mkdir -p ../tarballs -cd ../tarballs - -FOLDER=${PACKAGE}-${VERSION} - -# b73a17d702e9b4eec05cc1860067231bf488f334 -git clone git://public.kitware.com/activizdotnet.git ${FOLDER} - -# remove git bookkeeping: -rm -rf ${FOLDER}/.git -# W: activiz.net-examples: windows-thumbnail-database-in-package usr/share/activiz.net/examples/Decimate/textures/Thumbs.db -find ${FOLDER} -name Thumbs.db -delete -#PDF file was generated from word document, cant ship that: -rm ${FOLDER}/Documentation/UsersGuide.pdf - -GZIP="--best --no-name" tar cfz activiz.net_$VERSION.orig.tar.gz activiz.net-$VERSION -rm -rf ${FOLDER} Copied: trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source (from rev 8665, trunk/packages/activiz.net/trunk/debian/get-orig-source) =================================================================== --- trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source (rev 0) +++ trunk/packages/activiz.net/tags/1:1.0~git20111123-1/debian/get-orig-source 2011-11-23 19:34:22 UTC (rev 8666) @@ -0,0 +1,27 @@ +#!/bin/sh + +PACKAGE=activiz.net + +# We need to be matching VTK version actually: +#VERSION=5.8.0 +VERSION=`dpkg-parsechangelog | grep '^Version' | cut -f1 -d- | cut -d: -f3` + +# +# put orig.tar in ../tarballs (-> default location for svn-buildpackage) +mkdir -p ../tarballs +cd ../tarballs + +FOLDER=${PACKAGE}-${VERSION} + +# b73a17d702e9b4eec05cc1860067231bf488f334 +git clone git://public.kitware.com/activizdotnet.git ${FOLDER} + +# remove git files: +rm -rf ${FOLDER}/.git* +# W: activiz.net-examples: windows-thumbnail-database-in-package usr/share/activiz.net/examples/Decimate/textures/Thumbs.db +find ${FOLDER} -name Thumbs.db -delete +#PDF file was generated from word document, cant ship that: +rm ${FOLDER}/Documentation/UsersGuide.pdf + +GZIP="--best --no-name" tar cfz activiz.net_$VERSION.orig.tar.gz activiz.net-$VERSION +rm -rf ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
