Author: domibel-guest Date: 2009-01-17 18:37:54 +0000 (Sat, 17 Jan 2009) New Revision: 3015
Modified: trunk/packages/igstk/trunk/debian/changelog trunk/packages/igstk/trunk/debian/control trunk/packages/igstk/trunk/debian/get-orig-source trunk/packages/igstk/trunk/debian/rules Log: new upstream snapshot Modified: trunk/packages/igstk/trunk/debian/changelog =================================================================== --- trunk/packages/igstk/trunk/debian/changelog 2009-01-17 18:14:41 UTC (rev 3014) +++ trunk/packages/igstk/trunk/debian/changelog 2009-01-17 18:37:54 UTC (rev 3015) @@ -1,3 +1,10 @@ +igstk (3.0.0~cvs20090116-1) experimental; urgency=low + + * new upstream snapshot + * uses "dh_prep" now instead of "dh_clean -k" + + -- Dominique Belhachemi <[email protected]> Sat, 17 Jan 2009 11:29:55 -0500 + igstk (3.0.0~cvs20081223-2) unstable; urgency=low * debian/rules: removed duplicate configuration Modified: trunk/packages/igstk/trunk/debian/control =================================================================== --- trunk/packages/igstk/trunk/debian/control 2009-01-17 18:14:41 UTC (rev 3014) +++ trunk/packages/igstk/trunk/debian/control 2009-01-17 18:37:54 UTC (rev 3015) @@ -47,7 +47,6 @@ Package: libigstk3 -Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Toolkit for image-guided surgery applications - runtime @@ -102,6 +101,8 @@ Registration: point based registration and a means for selecting these points. Robust common internal software services for logging, exception-handling and problem resolution. + . + This package contains documentation files for IGstk. Package: igstk-examples @@ -131,6 +132,6 @@ these points. Robust common internal software services for logging, exception-handling and problem resolution. . - This package contains examples from the IGSTK source. + This package contains examples from the IGstk source. Modified: trunk/packages/igstk/trunk/debian/get-orig-source =================================================================== --- trunk/packages/igstk/trunk/debian/get-orig-source 2009-01-17 18:14:41 UTC (rev 3014) +++ trunk/packages/igstk/trunk/debian/get-orig-source 2009-01-17 18:37:54 UTC (rev 3015) @@ -1,8 +1,8 @@ PACKAGE=igstk #VERSION=3.0.0 -VERSION=3.0.0~cvs20081223 -CVSDATE="23 Dec 2008" +VERSION=3.0.0~cvs20090116 +CVSDATE="2009-01-16" FOLDER=$PACKAGE-$VERSION TARFILE=igstk_$VERSION.orig.tar.gz Modified: trunk/packages/igstk/trunk/debian/rules =================================================================== --- trunk/packages/igstk/trunk/debian/rules 2009-01-17 18:14:41 UTC (rev 3014) +++ trunk/packages/igstk/trunk/debian/rules 2009-01-17 18:37:54 UTC (rev 3015) @@ -110,7 +110,7 @@ install-arch: build-arch dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # install binaries and static libs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
