[med-svn] r7033 - in trunk/packages/mgltools: . bhtree/trunk/debian cmolkit/trunk/debian geomutils/trunk/debian
Steffen Möller
moeller at alioth.debian.org
Wed Jun 15 21:56:18 UTC 2011
Author: moeller
Date: 2011-06-15 21:56:17 +0000 (Wed, 15 Jun 2011)
New Revision: 7033
Modified:
trunk/packages/mgltools/BUILD
trunk/packages/mgltools/bhtree/trunk/debian/changelog
trunk/packages/mgltools/cmolkit/trunk/debian/changelog
trunk/packages/mgltools/geomutils/trunk/debian/changelog
trunk/packages/mgltools/geomutils/trunk/debian/rules
Log:
Update on BUILD instructions and some packages
already uploaded.
Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD 2011-06-15 20:34:59 UTC (rev 7032)
+++ trunk/packages/mgltools/BUILD 2011-06-15 21:56:17 UTC (rev 7033)
@@ -75,33 +75,35 @@
# directories.
if [ -d mgltools-cvs ]; then cd mgltools-cvs; fi
PREVDIST=DIST
- VERSIONNAME=1.5.4~cvs.`date +"%Y%m%d" | tr -d '\n'`
+ VERSIONNAME=1.5.6~rc1+cvs.`date +"%Y%m%d" | tr -d '\n'`
NEWDIST=-$VERSIONNAME
TARDIR=../tarballs
if [ -d "$TARDIR" ]; then
echo "Sleeping 5, then removing existing folder '$TARDIR'."
- sleep 5
- rm -r "$TARDIR"
+ sleep 5 && rm -r "$TARDIR" && echo done || echo "'$TARDIR' not removed"
fi
- mkdir "$TARDIR"
- for i in *$PREVDIST
- do
- b=`echo $i| sed -e "s/$PREVDIST/$NEWDIST/"`
- tfn=`echo $b | sed -e "s/-$VERSIONNAME/_$VERSIONNAME.orig.tar.gz/" | tr 'A-Z' 'a-z'`
- if [ -z "$tfn" ]; then
- echo "Something went wrong with the determination of the directory name for '$i'."
- break
- else
- echo Temporarily renaming and taring $i to $TARDIR/$tfn; mv $i $b
- GZIP=-9 tar --exclude CVS -czvf "$TARDIR/$tfn" $b | wc -l
- mv $b $i
- echo "done"
- fi
- done
+ if mkdir "$TARDIR"; then
+ for i in *$PREVDIST
+ do
+ b=`echo $i| sed -e "s/$PREVDIST/$NEWDIST/"`
+ tfn=`echo $b | sed -e "s/-$VERSIONNAME/_$VERSIONNAME.orig.tar.gz/" | tr 'A-Z' 'a-z'`
+ if [ -z "$tfn" ]; then
+ echo "Something went wrong with the determination of the directory name for '$i'."
+ break
+ else
+ echo Temporarily renaming and taring $i to $TARDIR/$tfn; mv $i $b
+ GZIP=-9 tar --exclude CVS -czvf "$TARDIR/$tfn" $b | wc -l
+ mv $b $i
+ echo "done"
+ fi
+ done
+ else
+ echo "Folder '$TARDIR' was still existing - new orig tarballs not created."
+ fi
The removal of the CVS directories is slightly unfortunate since for
upstream these are thought to ensure a closer communication with their
-user base.
+user base. Well, where is the autodock github project?
The tarballs should be made accessible for svn-buildpackage to be
found. The file .svn/deb-layout may be used to specify that location
Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog 2011-06-15 20:34:59 UTC (rev 7032)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog 2011-06-15 21:56:17 UTC (rev 7033)
@@ -1,4 +1,4 @@
-mgltools-bhtree (1.5.6~cvs.20110615-1) unstable; urgency=low
+mgltools-bhtree (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
* New upstream version.
* debian/control:
Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2011-06-15 20:34:59 UTC (rev 7032)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2011-06-15 21:56:17 UTC (rev 7033)
@@ -1,4 +1,4 @@
-mgltools-cmolkit (1.5.6~cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-cmolkit (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
* New upstream version.
* debian/control
Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog 2011-06-15 20:34:59 UTC (rev 7032)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog 2011-06-15 21:56:17 UTC (rev 7033)
@@ -1,8 +1,26 @@
-mgltools-geomutils (1.5.6~cvs.20110615-1) unstable; urgency=low
+mgltools-geomutils (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
* New upstream version.
* debian/control: added myseld to Uploaders:
* debian/patches/series: strcmp_error.patch not needed anymore
+
+It is ...
+
+cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
+src/geomAlgorithms/objfile.cpp: In function ‘bool detectObjFileContent(const char*, char (*)[256], unsigned int*, char (*)[256], unsigned int*, char (*)[256], unsigned int*)’:
+src/geomAlgorithms/objfile.cpp:29:43: error: ‘strcpy’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp:66:84: error: ‘strcmp’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp:79:47: error: ‘strcmp’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp:111:47: error: ‘strcmp’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp: In function ‘bool readObjFileGroup(const char*, const char*, char (*)[256], unsigned int*, float (*)[3], unsigned int*, int (*)[3], unsigned int*, float (*)[2], unsigned int*, int (*)[3], unsigned int*, int*, unsigned int*)’:
+src/geomAlgorithms/objfile.cpp:199:49: error: ‘strcmp’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp:233:51: error: ‘strcmp’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp:245:47: error: ‘strcmp’ was not declared in this scope
+src/geomAlgorithms/objfile.cpp:194:16: warning: unused variable ‘lNumOfTriangleMaterialIndices’ [-Wunused-variable]
+error: command 'g++' failed with exit status 1
+
+
+
* debian/copyright: word copyright needed now
-- Thorsten Alteholz <debian at alteholz.de> Wed, 15 Jun 2011 21:43:37 +0200
Modified: trunk/packages/mgltools/geomutils/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/rules 2011-06-15 20:34:59 UTC (rev 7032)
+++ trunk/packages/mgltools/geomutils/trunk/debian/rules 2011-06-15 21:56:17 UTC (rev 7033)
@@ -11,4 +11,4 @@
override_dh_clean:
dh_clean
find . -name CVS -a -type d| xargs -r rm -r
- rm -rf build build-stamp debian/Pmv
+ rm -rf build build-stamp
More information about the debian-med-commit
mailing list