Author: malat-guest Date: 2011-03-08 16:42:56 +0000 (Tue, 08 Mar 2011) New Revision: 6220
Added: trunk/packages/commontk/ Removed: trunk/packages/ctk/ Modified: trunk/packages/commontk/debian/README.source trunk/packages/commontk/debian/changelog trunk/packages/commontk/debian/control trunk/packages/commontk/debian/get-orig-source Log: ctk -> commontk Modified: trunk/packages/commontk/debian/README.source =================================================================== --- trunk/packages/ctk/debian/README.source 2011-03-08 13:21:52 UTC (rev 6214) +++ trunk/packages/commontk/debian/README.source 2011-03-08 16:42:56 UTC (rev 6220) @@ -1,4 +1,4 @@ -ctk for Debian +commontk for Debian ------------------- This packages uses a patch system. Please read Modified: trunk/packages/commontk/debian/changelog =================================================================== --- trunk/packages/ctk/debian/changelog 2011-03-08 13:21:52 UTC (rev 6214) +++ trunk/packages/commontk/debian/changelog 2011-03-08 16:42:56 UTC (rev 6220) @@ -1,4 +1,4 @@ -ctk (0.1.0-1) unstable; urgency=low +commontk (0.1.0-1) unstable; urgency=low * Initial release (Closes: #617337) Modified: trunk/packages/commontk/debian/control =================================================================== --- trunk/packages/ctk/debian/control 2011-03-08 13:21:52 UTC (rev 6214) +++ trunk/packages/commontk/debian/control 2011-03-08 16:42:56 UTC (rev 6220) @@ -1,4 +1,4 @@ -Source: ctk +Source: commontk Section: libs Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~), libpythonqt2-dev (>= 2.0.1), liblog4qt0-dev (>= 0.3), binutils-dev Standards-Version: 3.9.1 Homepage: http://commontk.org -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ctk/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/ctk/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/commontk/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/commontk/trunk/ Package: libctkcore0.1 Architecture: any Modified: trunk/packages/commontk/debian/get-orig-source =================================================================== --- trunk/packages/ctk/debian/get-orig-source 2011-03-08 13:21:52 UTC (rev 6214) +++ trunk/packages/commontk/debian/get-orig-source 2011-03-08 16:42:56 UTC (rev 6220) @@ -3,10 +3,10 @@ VERSION=0.1.0 # Clone from github: -git clone git://github.com/commontk/CTK.git ctk-$VERSION +git clone git://github.com/commontk/CTK.git commontk-$VERSION # remove .git dir -rm -rf ctk-$VERSION/.git +rm -rf commontk-$VERSION/.git -GZIP=-9 tar cfz ctk_"$VERSION".orig.tar.gz ctk-"$VERSION" -#rm -rf ctk-"$VERSION" +GZIP=-9 tar cfz commontk_"$VERSION".orig.tar.gz commontk-"$VERSION" +#rm -rf commontk-"$VERSION" _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
