Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code

This commit is contained in:
wmayer 2013-06-11 17:28:55 +02:00
commit ef104af13d
4 changed files with 1022 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,8 @@
usr/share/icons/hicolor/16x16/apps usr/share/icons/hicolor/16x16/apps
usr/share/icons/hicolor/32x32/apps usr/share/icons/hicolor/32x32/apps
usr/share/icons/hicolor/48x48/apps
usr/share/icons/hicolor/64x64/apps usr/share/icons/hicolor/64x64/apps
usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/scalable/apps
usr/share/icons/hicolor/64x64/mimetypes
usr/share/pixmaps usr/share/pixmaps

View File

@ -1 +0,0 @@
usr/include/ usr/include/freecad

View File

@ -44,8 +44,8 @@ mv freecad-$MAJ.$MIN.$REV.tar.gz $TMP_PATH/freecad-$REV/freecad_$MAJ.$MIN.$REV.o
cd $TMP_PATH/freecad-$REV cd $TMP_PATH/freecad-$REV
tar -xzf freecad_$MAJ.$MIN.$REV.orig.tar.gz tar -xzf freecad_$MAJ.$MIN.$REV.orig.tar.gz
cd freecad-$MAJ.$MIN.$REV cd freecad-$MAJ.$MIN.$REV
rm -rf src/CXX #rm -rf src/CXX
rm -rf src/zipios++ #rm -rf src/zipios++
# Prepare debian folder and set the revision number in debian/changelog # Prepare debian folder and set the revision number in debian/changelog
# for package versioning # for package versioning